Hi
I'm learning C++ and just purchased Visual Studio standard. I'm trying to learn how to call a dll implicitly. I've found a few tutorials, but they're aimed at VC++ 6 and I haven't been able to get them to work.
Does anyone know of any good tutorials on calling DLLs for Visual Studio C++ Additionally, the more "dumbed-downed" they are the better :)
Thanks

Help Calling a DLL Implicitly
Dagar
Although these
http://www.codeproject.com/dll/#Beginners
(specifically http://www.codeproject.com/dll/XDllPt1.asp )
are geared towards VC 6 (unfortunately), the process is basically the same in newer versions (although different UI and places to find settings). IF you have any questions about specifics for 2005, let me know.
Ted.