c++ - Program won't run in NetBeans, but runs on the command line! -
Then, I'm starting a C ++ class right now, and I want to do NetBeans (which I normally do for PHP Use Configured and Java Development) Use the Sigwin Compiler / Debugger to be my first structured experience with C ++, and I'm running into a little problem. When I attempt to run a program within NetBeans (F11 or Green Triangle) the project correctly creates, there is no error or warning, but will not run again. I received the following error:
The application failed with exit code -1073741515 (0xc0000135). It can indicate that anyone in the PATH is required. Dll was not found, please try to start the following command from the command shell (cmd.exe). This can give some additional information
C: / Users / Eric / Document / NetBeansProjects / CS217ASeminar1 / District / Debug / Cygwin-windows / cs217aseminar1
Run Fail (Exhaust Price - + 1073741515, total time: 58ms)
When I try to execute a given file in the command shell, I do not get any errors and the program runs successfully. Research I did on this error usually indicates that C: \ cygwin and / or C: \ cygwin \ bin (my directory is not installed) are in the path. However, I have verified that they have been added to the path, and I can run an arbitrary program with those two folders.
Anyone have any suggestions on how to solve this error, or experience something similar? Obviously, this is not a big deal, but I want to be able to use the NetBeans functionality
thanks in advance
Edit: .. In an effort to fix this after a slight tweak with the settings, it seems that the error was caused due to the profiler in NetBusiness. Since it works only on Linux / Solaris, and it is a Windows 7 box, which can be disabled by which there is no functionality and the problem is solved. Thanks for all the people trying to help.
In order to fix this after trying a little bit with the settings of my project, It appears that an error occurred due to the profiler in NetBusiness. Since it works only on Linux / Solaris, and it is a Windows 7 box, which can be disabled by which there is no functionality and the problem is solved. Thanks for all who try to help.
Comments
Post a Comment