1. Problem setting up BCC32 Borland compiler
- Posted by your average Joe <spent_memory at hotmail.com> Jul 09, 2006
- 550 views
Hi, I have recently formatted my machine and have had to setup all my programs again. I have having a hard time setting up the BCC32 compiler properly. I have read and reread the config notes and install guides, i have both the root path set and the BIN set up corectly in my paths and reset my maching but continue to get an error when using the emake.bat file, the error i get is BCC32 is not a recognised command, its also worth noting i can only run the bcc32 command from within the actual BORLAND\BCC55\BIN directory at the dos prompt even tho it is correctly set in my path, any help or suggestions would be appreciated. Thx Joe
2. Re: Problem setting up BCC32 Borland compiler
- Posted by Robert Craig <rds at RapidEuphoria.com> Jul 09, 2006
- 533 views
your average Joe wrote: > I have recently formatted my machine and have had to setup all my programs > again. I have having a hard time setting up the BCC32 compiler properly. > I have read and reread the config notes and install guides, i have both the > root path set and the BIN set up corectly in my paths and reset my maching > but continue to get an error when using the emake.bat file, the error i get > is > BCC32 is not a recognised command, its also worth noting i can only run > the bcc32 command from within the actual BORLAND\BCC55\BIN directory at the > dos prompt > even tho it is correctly set in my path, any help or suggestions would be > appreciated. Maybe it will work if you reboot your machine. Type: SET in a command prompt window to check your environment variable settings. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com
3. Re: Problem setting up BCC32 Borland compiler
- Posted by your average Joe <spent_memory at hotmail.com> Jul 09, 2006
- 551 views
- Last edited Jul 10, 2006
ok this is really weird, i used the SET command in the dos prompt, and my borland path is definitely setup correctlly, i reset again after this and i still get the error, bcc32 is not recognised.
4. Re: Problem setting up BCC32 Borland compiler
- Posted by your average Joe <spent_memory at hotmail.com> Jul 09, 2006
- 581 views
- Last edited Jul 10, 2006
i have found a temporary work around, all i do is copy the ECW.ew into the programs folder i want to compile, then i copy the entire borland/bcc55/bin folder into as well, and it works fine, compiles everything which tells me its definitely a path error, the strange thing is i have the path setup correctlly, its c:\Borland\BCC55\Bin; set in my path directory yet it still doesnt come up when i try and run it from any other folder, just bizzare.