Does this happen when you try to BUILD or when you try to RUN???
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!) 2008, 2009 In theory, there is no difference between theory and paractice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Since it is happening when you RUN the program, use the Debugger!!!
You are tring to access a file/directory which does not exist or to which you do not have the rights required.
How to fix the problem is dependant on what the problem is?
If the directory/file should exist, create it...
If the program is looking in the wrong place...change where it is looking....
TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!) 2008, 2009 In theory, there is no difference between theory and paractice; in practice there is.
* Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
* How NOT to post a question here
* Of course you read this carefully before you posted
* Need homework help? Read this first
Just out of curiosity...check that the path to the application is set correctly within the project settings (ALT + F7 -> Debug -> Application for debug session (or similar))...
Ciao, Andreas
"Software is like sex, it's better when it's free." - Linus Torvalds
And i think this might caused when some directory spy are installed , they hook CreateProcess and dont allow to run/read etc , adn return invalid dir or some error like that.
I also encounter this problem, and don't know how to sove it.
Well, since you post in that old thread then you already have to have understood that to get any reliable help you have to provide much more info about *your* problem, such as:
Bookmarks