Dll Not Found
-
Hello all i am using VC++ (VS 6.0) I want to link .lib file to my project ... How to do it. But when i put my .lib path in "Project -> Settings -> Link -> input -> Object\Library modules".. I didnt get any compilation or linking error .. but when i run the program i get the MessageBox as "Dll Not Found" Any Sugesstion is really apppreciated.. regards Aabid
-
Hello all i am using VC++ (VS 6.0) I want to link .lib file to my project ... How to do it. But when i put my .lib path in "Project -> Settings -> Link -> input -> Object\Library modules".. I didnt get any compilation or linking error .. but when i run the program i get the MessageBox as "Dll Not Found" Any Sugesstion is really apppreciated.. regards Aabid
Did you register your dll file?
-
Hello all i am using VC++ (VS 6.0) I want to link .lib file to my project ... How to do it. But when i put my .lib path in "Project -> Settings -> Link -> input -> Object\Library modules".. I didnt get any compilation or linking error .. but when i run the program i get the MessageBox as "Dll Not Found" Any Sugesstion is really apppreciated.. regards Aabid
You must be sure the corrensponding
.dll
(please note, not the.lib
) file, is in the (Windows) dynamic library search path, see [^]. :)If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]