discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: making an ObjectiveC DLL on Windows (solved)


From: Lloyd Dupont
Subject: Re: making an ObjectiveC DLL on Windows (solved)
Date: Wed, 11 May 2005 14:20:43 +1000

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
Discuss-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

reply via email to

[Prev in Thread] Current Thread [Next in Thread]