 |
C++Talk.NET C++ language newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
siddharth Guest
|
Posted: Tue Sep 19, 2006 9:10 am Post subject: can we export a class using a .def file? w/o using __declspe |
|
|
hi all,
i have a problem: i have two core procssing libraries which are used by
my algorithms library. now all three libs are to be converted into
dlls. but i cant use __declspec since tht would make my code microsoft
specific and would take lot of effort to add code to keep it platform
independent. so the only choice i have is to use a .def file to
specific which classes get exported.
now i could not find any literature on how to add the class names in
the EXPORTS section of the .def file. can u please tell me how i can do
it?
any help will be appreciated. thank u in advance!
regards,
siddharth |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|