I have been learning all the ways which you can create a DLL with VC++. The last time I learned how to do a DLL MFC. And when I tried to use it would send me an error. Somebody told me I had to copy the DLL to my debug folder of the VC++ test program. And it did work.

Now I have created a NORMAL dll. Which is quite different. Well... I am done with it. I created it with 0 error or wanrnings. I have my test VC++ program to use it. I added the lib file and also added the .h of the main dll class. I put it in the debug folder of the test program. Well... it tells me it doesnt recoginze the functions, the functions from the dll.


C:\Archivos de programa\Microsoft Visual Studio\MyProjects\p2\p2Doc.cpp(58) : error C2065: 'ModArtNewDrawing' : undeclared identifier

What in the world can it be wrong?