windows C++ form
Hi all,
I have a problem
I've build a windows form with microsoft visual C++ and it runs perfectly on my computer. But as soon as I try it on an other computer an error message tells me that the program doesn't work and to reinstall it might be the solution.
I think I just didn't copy the right files with the .exe form.
Thanks in advance
J-F
[364 byte] By [
Jeffbd] at [2007-12-16]
Keep in mind that debug build require debug VC8 DLLs (IIRC the CRT is dynamically linked by default). So, assuming the .NET 2 Beta is installed on the target machine a release build or a statically linked VCR build should work.
hth,
-- b.gr
P.S.: http://www.dependencywalker.com/ is a handy little tool to resolve DLL issues :)