- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
When is start debugging my code, under visual studio, i get the message "Unable to start program program_name.exe".
I saw other message like this occurr due to the visual studio service pack version, or due to the debugging mode issue.
But in my code there is a strange think. I allocated some arrays using a proper parameter to set their extent. Accordingly, as soon as i increase this parameter over a certain level, i get the error message, even if i have not reached the memory limit yet.
Does anyone has some suggestions??
Thank you
Claudio
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Without knowing more details, I would guess that your total compile-time code and data size exceeded 2GB. Can you run the program normally (not under debug)?

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page