I have a vc6 C++ program that I just recompiled in dotnet, Static mfc, no clr but the program will not run on some XP machines. It runs on others. The available ram is only 512. Nothing substantial has changed in this program except the recompiling using dotnet. I use a VBdotnet ...
I have two lines of basic C# code System.IO.Directory.CreateDirectory(path); return System.IO.Directory.Exists(path); I want to bury this in a C++ Win32 Project. My effort so far (that does not