Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Mar 18th, 2006, 1:25 PM   #1
Vagabond
Newbie
 
Vagabond's Avatar
 
Join Date: Mar 2006
Posts: 10
Rep Power: 0 Vagabond is on a distinguished road
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
Vagabond is offline   Reply With Quote
Old Mar 18th, 2006, 1:39 PM   #2
Prm753
Professional Programmer
 
Prm753's Avatar
 
Join Date: Oct 2005
Location: United States
Posts: 447
Rep Power: 4 Prm753 is on a distinguished road
Send a message via AIM to Prm753 Send a message via MSN to Prm753
http://csjava.occ.cccd.edu/~gilberts/bcc55.html

Step 3.
__________________
The world's first athletic computer geek!
The home of PrProgramsStudios
How not to post a question: <-- Please don't reply
Prm753 is offline   Reply With Quote
Old Mar 18th, 2006, 1:50 PM   #3
Vagabond
Newbie
 
Vagabond's Avatar
 
Join Date: Mar 2006
Posts: 10
Rep Power: 0 Vagabond is on a distinguished road
Thanx a lot thats exactley what I was after...
Vagabond is offline   Reply With Quote
Old Mar 18th, 2006, 3:15 PM   #4
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Can I make a suggestion?

http://www.programmingforums.org/for...03&postcount=4
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Mar 18th, 2006, 4:25 PM   #5
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
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:
cd\[dir for your files]
bcc32 [generic file name].cpp
[generic file name]
example:
Quote:
cd\mycode
bcc32 test.cpp
test
so when i code i same my file as test. i do this when working on one program, though.

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.
mrynit is offline   Reply With Quote
Old Mar 19th, 2006, 12:02 PM   #6
Vagabond
Newbie
 
Vagabond's Avatar
 
Join Date: Mar 2006
Posts: 10
Rep Power: 0 Vagabond is on a distinguished road
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
Vagabond is offline   Reply With Quote
Old Mar 19th, 2006, 5:29 PM   #7
Ooble
I eat cake for breakfast.
 
Ooble's Avatar
 
Join Date: Jul 2004
Location: In my box.
Posts: 4,434
Rep Power: 9 Ooble is on a distinguished road
Your course tutor should be shot. Turbo C++... I mean, c'mon...
__________________
Me :: You :: Them
Ooble is offline   Reply With Quote
Old Mar 20th, 2006, 2:20 AM   #8
Vagabond
Newbie
 
Vagabond's Avatar
 
Join Date: Mar 2006
Posts: 10
Rep Power: 0 Vagabond is on a distinguished road
Shhhhhh!! It's advertised on this site.....
Vagabond is offline   Reply With Quote
Old Mar 20th, 2006, 3:31 PM   #9
mrynit
Hobbyist Programmer
 
mrynit's Avatar
 
Join Date: Mar 2006
Location: WA, USA
Posts: 332
Rep Power: 3 mrynit is on a distinguished road
Send a message via AIM to mrynit Send a message via MSN to mrynit Send a message via Yahoo to mrynit Send a message via Skype™ to mrynit
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.
mrynit is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:13 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC