apparently I have to define a file.def looking like that
#====================
LIBRARY libNovaMind-ObjC
EXPORTS
__objc_class_name_NMFileIO
#====================
 
and add in my makefile with a line like
project_DLL_DEF = file.def
 
----- Original Message -----
Sent: Wednesday, May 11, 2005 1:57 PM
Subject: making an ObjectiveC DLL on Windows

I finally successfully created a library.
However I can't use i, no symbolw is exported!
 
 
When I look at GNUstep headers nowhere I could see any DLL_EXPORT, as I used to do writing C library.
 
How do you declare an object to be made available to linking programs?
 


_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep
_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to