Re: Fixed a problem. Help me understand why :)
compile settings and linker settings are in the project file not the solution...
Added after 10 minutes:
you can see from using depends.exe that your dll is virtually empty - this will be because you are not exporting any of your classes into the dll (__declspec...).
Last edited by amleto; 30th July 2012 at 22:41.
If you have a problem, CUT and PASTE your code. Do not retype or simplify it. Give a COMPLETE and COMPILABLE example of your problem. Otherwise we are all guessing the problem from a fabrication where relevant details are often missing.
Bookmarks