exporting classes in a DLL
- From: Alfonso Morra <sweet-science@xxxxxxxxxxxx>
- Date: Tue, 19 Jul 2005 09:03:06 +0000 (UTC)
I am familiar with creating lean and mean WIN32 DLLS and exporting C functions via a DEF file (or cconv decorators), but I am wndering how I can export my C++ objects from my DLLs?
Ideally, I would be able to use the classes (and their methods) by calling the objects and invoking their methods - is this possible, given the fact that the C++ compiler decorates names ?
looking forward to an informed answer -tkx
.
- Follow-Ups:
- Re: exporting classes in a DLL
- From: Rodrigo Corral [MVP]
- Re: exporting classes in a DLL
- Prev by Date: Whats wrong with this code? (nested classes)
- Next by Date: Re: Whats wrong with this code? (nested classes)
- Previous by thread: Whats wrong with this code? (nested classes)
- Next by thread: Re: exporting classes in a DLL
- Index(es):
Relevant Pages
|