Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Generating dll with SmartEiffel or Gobo compiler

1 view
Skip to first unread message

Владислав Бугаев

unread,
Jul 28, 2009, 1:16:19 PM7/28/09
to
Hello! The creation question dll with use of compilers SmartEiffel or
Gobo very interests. The option shared_library_definition in ace file
does not work - SmartEiffel say "Invalid ACE file". How correctly to
specify this option in xace file for gobo, I have not understood.

Emmanuel Stapf [ES]

unread,
Jul 28, 2009, 8:00:51 PM7/28/09
to

Why don't you use EiffelStudio which supports this since this is an
EiffelStudio specific extension (http://www.eiffel.com/downloads)?

Regards,
Manu

Владислав Бугаев

unread,
Jul 29, 2009, 1:54:43 AM7/29/09
to
On 29 июл, 04:00, "Emmanuel Stapf [ES]"

<manus_no_s...@eiffel.nospam.com> wrote:
> Why don't you use EiffelStudio which supports this since this is an
> EiffelStudio specific extension (http://www.eiffel.com/downloads)?
>
> Regards,
> Manu

Unfortunately, compiler EiffelStudio generates big executable files
(not less 700kb) - for me it is critical.

Emmanuel Stapf [ES]

unread,
Jul 29, 2009, 4:19:37 PM7/29/09
to
Владислав Бугаев wrote:
> Unfortunately, compiler EiffelStudio generates big executable files
> (not less 700kb) - for me it is critical.

Make sure to finalize your application and note that everything is
statically linked by default. You can link with a dynamic runtime to
reduce the size of your application even more.

Regards,
Manu

0 new messages