Args list too long
Jeff Sturm
jeff.sturm@appnet.com
Fri Jan 12 16:17:00 GMT 2001
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
More information about the Java
mailing list