Hey, is it possible to package a C++ an application in vs2008? There is no publish option that i can see like there is if you're developing in C#.
The problem i'm having is every time i copy my exe file from the release folder, then run it on a different computer i get problems. For example, every time my app gets to a OpenThread call, it fails, with an error code 5. I'm not sure what that means, i have a feeling 5 means access denied? Also i'm not sure where to find this information.
However when i copy the debug version of my executable to a different PC running windows vista, it works fine, but fails if i try and run it on a Windows XP machine. It fails on the OpenThread call. Whats with that?
Thanks,