I'm writing my first dll consisting of several C++ classes, which I've
compiled to produce a dll and companion(?) lib file. The problem is
that the lib file contains no symbols. How can I get VS .NET to export
symbols for all the classes their methods? As I am utterly new to the
subject of DLL creation, I would prefer really simple explanations.
Thanks,
- Olumide
So, please explain two things in more detail: what you know you have,
and what you wanted/intended.
Scot
> I'm writing my first dll consisting of several C++ classes, which I've
> compiled to produce a dll and companion(?) lib file.
> The problem is
> that the lib file contains no symbols. How can I get VS .NET to export
> symbols for all the classes their methods?
I would suggest you this tutorial on CodeProject:
http://www.codeproject.com/KB/DLL/RegDLL.aspx
Giovanni