'Release' in C++.Net
-
Does anybody know which *.dll files i have to copy with my program ,which i have compiled in C++.Net with "Release" when i take it to other computer where Microsoft Visula Studio.Net is not installed. G.Moniava
two things. One if you try and run your program it will usually tell you what dll's are missing. Two....just link in the runtime dll's and you won't have to worry about it. Tom Wright tawright915@yahoo.com
-
Does anybody know which *.dll files i have to copy with my program ,which i have compiled in C++.Net with "Release" when i take it to other computer where Microsoft Visula Studio.Net is not installed. G.Moniava
See the FAQ[^] --Mike-- LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ Strange things are afoot at the U+004B U+20DD
-
Does anybody know which *.dll files i have to copy with my program ,which i have compiled in C++.Net with "Release" when i take it to other computer where Microsoft Visula Studio.Net is not installed. G.Moniava
also, keep in mind that Microsof didn't include dlls to run release versions of C++ .NET applications on Server 2003. (you can run release versions of VC6 apps, but not VC7 apps) Serge