![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Mar 2006
Posts: 10
Rep Power: 0
![]() |
Borland C++5.5 compiler - shortcut ?
Greetings
I hope someone can help. I want to create a desktop shortcut to run my Borland command line compiler. (No it's not right click, send shortcut to desk top). I think you have to create a batch file???? Many thanx |
|
|
|
|
|
#2 |
|
Professional Programmer
|
__________________
The world's first athletic computer geek! The home of PrProgramsStudios How not to post a question: <-- Please don't reply |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Mar 2006
Posts: 10
Rep Power: 0
![]() |
Thanx a lot thats exactley what I was after...
|
|
|
|
|
|
#4 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
|
|
|
|
|
|
#5 | ||
|
Hobbyist Programmer
|
assuming you are using windows:
if you have setup borland 5.5 the right way you should beable to compile your code throught the command propmt. IF you can do that then do what i did. 1. make a folder for your code. 2. on your desktop make a new text file 3. in the file write this Quote:
Quote:
4. file>save file as>file name "compile.bat">save file type "All Files">save 5. make a hello world program and save in your dir you made. save the name as the generic file name. 6. click on the compile.bat on your desktop. thats what i did. it works from me. if it doest work for you keep on posting. |
||
|
|
|
|
|
#6 |
|
Newbie
Join Date: Mar 2006
Posts: 10
Rep Power: 0
![]() |
Yeh! I've got my BCC55 compiler shortcut up and running nicely now. The real problem is that I'm tied into a course in C++ which is using Borland Turbo C++ v4.5. Which I hoping to complete A.S.A.P. I've got "MS Visual Studio 6" which I've looked at and it seems like my course is'nt quite what it's made up to be. The reason why I have been using BCC55 is that its so easy to do textcolor() andand simple graphics.
Off the topic a bit..... I've trawled the net looking for good programming sites and this one is great. The people on here are freindly and very helpfull. I posted the same Q about BCC55 shortcut on another site and was told by a senior member that if I couldn't create a simple shortcut I shouldn't be developing software... Mmmmm! very helpfull I thought. After all everyone has to start somewhere. Once again Thanks for a great site Best Regards Vagabond |
|
|
|
|
|
#7 |
|
I eat cake for breakfast.
![]() ![]() ![]() ![]() Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9
![]() |
Your course tutor should be shot. Turbo C++... I mean, c'mon...
|
|
|
|
|
|
#8 |
|
Newbie
Join Date: Mar 2006
Posts: 10
Rep Power: 0
![]() |
Shhhhhh!! It's advertised on this site.....
|
|
|
|
|
|
#9 |
|
Hobbyist Programmer
|
MS Visual Studio 6 does not meet ANSI standards. running a MS Visual Studio 6 *.cpp file on a unix compiler will not work. MS Visual Studio 6 uses extra formating ASCII that is not in ASNI.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|