| View previous topic :: View next topic |
| Author |
Message |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Wed May 28, 2008 6:42 am Post subject: |
|
|
Installed, I got around the error but instead got a new one
Build Log:
| Code: | ------ Build started: Project: zomg, Configuration: Release Win32 ------
Embedding manifest...
Project : error PRJ0003 : Error spawning 'cmd.exe'.
Build log was saved at "file://c:\Program Files\C++\Projects\Tutorial Projects\zomg\zomg\Release\BuildLog.htm"
zomg - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
| But when i got into Release/Debug It Will Run Normally Except Closes As Soon As Opened
Uhh now thats fixed could you help me with Borland so i can compare
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed May 28, 2008 6:54 am Post subject: |
|
|
Go to here and choose any of the C++ ones except the Turbos and RAD studio. I suggest the Enterprise.
http://cc.codegear.com/free/cppbuilder
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Wed May 28, 2008 6:59 am Post subject: |
|
|
Oib111 Could you please add me on MSN, [email protected] i have some troubles with Borland C++ Compiler
_________________
|
|
| Back to top |
|
 |
oib111 I post too much
Reputation: 0
Joined: 02 Apr 2007 Posts: 2947 Location: you wanna know why?
|
Posted: Wed May 28, 2008 7:01 am Post subject: |
|
|
Sure.
_________________
| 8D wrote: |
cigs dont make people high, which weed does, which causes them to do bad stuff. like killing |
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
Posted: Wed May 28, 2008 12:43 pm Post subject: |
|
|
| Mussy69 wrote: | Installed, I got around the error but instead got a new one
Build Log:
| Code: | ------ Build started: Project: zomg, Configuration: Release Win32 ------
Embedding manifest...
Project : error PRJ0003 : Error spawning 'cmd.exe'.
Build log was saved at "file://c:\Program Files\C++\Projects\Tutorial Projects\zomg\zomg\Release\BuildLog.htm"
zomg - 1 error(s), 0 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
| But when i got into Release/Debug It Will Run Normally Except Closes As Soon As Opened
Uhh now thats fixed could you help me with Borland so i can compare |
That would be because your environment settings are not correct. Or you forgot to add a path to the IDE. In Visual Studio, goto:
Tools -> Options -> Projects and Solutions -> VC++ Directories
Select 'Executable files' from the right drop down and list what you have there. In most cases you are missing the system32 path here or it is not part of your PATH environment variable. You can fix this by either editing your PATH variable, or, just adding the system32 path here or you can try using:
$(SystemRoot)\system32
_________________
- Retired. |
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Wed May 28, 2008 6:48 pm Post subject: |
|
|
yay it works thanks alot, still cant get borland working
_________________
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8588 Location: 127.0.0.1
|
|
| Back to top |
|
 |
Mussy69 Grandmaster Cheater
Reputation: 0
Joined: 09 Mar 2007 Posts: 842 Location: Sydney
|
Posted: Fri May 30, 2008 4:59 am Post subject: |
|
|
No my problem is that the one from the library of compilers is a freecomandline and i cant find IDE and could you also help me with my other post called #include problem because i havent had anyone posting in there
_________________
|
|
| Back to top |
|
 |
|