This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: Args list too long
Cedric Berger wrote:
> If I remmember correctly from my old days ow Win32 programming,
> global functions in obj file don't even need to know if they are
> going to be exported out of the DLL or not. It's done later
> (through a .DEF usually) when you link the objects into the dll.
That works for text symbols, but not data symbols, unfortunately. Currently
libgcj references class and vtable symbols across library boundaries. That
won't work on win32.
--
Jeff Sturm
jeff.sturm@commerceone.com