5
votes
3answers
490 views
Why do some installers need to restart the computer before you run the program?
I'm fairly new to deploying desktop applications, so this is the first time I'm building an installer for my software. Currently, the first time I run my software after installing it, it crashes. …
0
votes
3answers
87 views
What’s a good tool/method to find which files on disk have been changed after a program has been run?
I'm experiencing a strange issue where my Visual Studio 2005 C++ program crashes the first time it runs after a new build. I'm having a difficult time debugging this intermittent issue and I suspe …
2
votes
2answers
813 views
How can I use Numerical Python with Python 2.6
I'm forced to upgrade to Python 2.6 and am having issues using Numerical Python (Numpy) with Python 2.6 in windows. I'm getting the following error...
Traceback (most recent call l …
0
votes
5answers
307 views
C++ What’s the max number of bytes you can dynamically allocate using the new operator in Windows XP using VS2005?
I have c++ code that attempts to dynamically allocate a 2d array of bytes that measures approx 151MB in size. When I attempt to go back and index through the array, my program crashes in exactly t …
