Click to See Complete Forum and Search --> : Linking with specific dll


pegazik
February 13th, 2006, 09:44 AM
Hi experts!

I have a newbie question. I am trying to use evc4. I am able to build my own dll, but than I can not force my executable to use that specific library. How can I do this?

pegazik

Max Payne
February 17th, 2006, 03:54 AM
Youll need the "*.lib" and "*.h" file of your dll to link to your evc app. Include the header file in you application program, and to link the lib file, in the eVC Menu, go to:

Project-> Setting -> Link, and in the "Object\Library Modules" edit box, enter the lib file name and the path.