Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

dll could not be found...

I have made a small C++ application using VC++ win32 console application. it compiles perfectly, when i run the application, its saying "application has failed to start because dll could not be found, reinstalling the application may fix the problem..." how can i solve the problem, do i need to register the dll, how to do that?? i have even copied the dlls in my project directory, made all the necessary project settings in VS.Net 2003 environment...but in-vain. :confused:
[476 byte] By [premartha] at [2007-11-11 7:21:19]
# 1 Re: dll could not be found...
which dll is it? if it's something that's part of VS, reinstalling Vs could solve this problem but if it's an unrelated dll, you will have to find that dll elsewhere.
Danny at 2007-11-11 21:02:31 >
# 2 Re: dll could not be found...
The easiest way to register a dll is to stick it in the system32 folder.
jonnin at 2007-11-11 21:03:27 >