C/C++ Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingC/C++ Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old August 16th, 2005, 04:48 PM
BloodlustShaman BloodlustShaman is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: in earth
Posts: 176 BloodlustShaman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 Days 12 h 9 m 3 sec
Reputation Power: 4
Send a message via Yahoo to BloodlustShaman
Borland compiler problem

so yup heres a question and i know its dumb cause in a thread there was a answer but here it is so i was compiling a program and then it says this

Project: C\...\Borland\CBuilder6\Projects\World\Project1.bp r
Done: Make
Current line: 0 Total lines: 0
Hints: 0 Warning: 0 Errors: 0

i think this means to make a bpr file and i have no idea how to make one cause i already run the code and the project open but when i was compiling it said that!
this r the files i have concerning the project

C++Builder Source File
OBJ File
BPF File
RES File
Project1
BCBProject
~BPF File
~BPR File

plz tell me what this means if it doesnt mean to make a file of bpr all i am really tryin to do is make an
executable program (i did some research {only in google} about making an exeutable program but no help!)
so if u time to explain how to do an executable program plz do so
but u can also show a site to how to make a exe program or tell me what to write in google to get results cause i tried many!!


so the point of this thread is to know how to make an executable program -(and i know i have to put an .exe in the end of to make it)

Reply With Quote
  #2  
Old August 17th, 2005, 01:33 AM
B-Con's Avatar
B-Con B-Con is offline
:bcon: moderator
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Apr 2005
Location: int main()
Posts: 351 B-Con User rank is Private First Class (20 - 50 Reputation Level)B-Con User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 2 Days 23 h 1 m 43 sec
Reputation Power: 4
I'm unfamiliar with Borland -- is .bpr the project containing the source code? If so, you should simply be able to compile it directly into an executable program. From the output you posted, it looks like there may be a setting to not fully compile the program and just produce the .obj file.

Is .bpr a project file? Have you messed with any of the default settings?


Also, I don't want to appear to harp on you, but use descriptive thread titles and understandable English. A thread title should summurize the thread's precise subject, so other's know wtf it's about. Also, I know English is your first language, and if you can write C/++ code, you can write proper English. Feel free to make use of capitol letters (where appropriate), fully spelled out words, and punctuation.
__________________
Officially a member of the Itsacon fan club. Beer blasts are every friday at Viper_SB's house. I bring the chips.



Reply With Quote
  #3  
Old August 17th, 2005, 06:20 PM
Geo.Garnett's Avatar
Geo.Garnett Geo.Garnett is offline
Registered Loser
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: Retardation Nation...
Posts: 347 Geo.Garnett User rank is Private First Class (20 - 50 Reputation Level)Geo.Garnett User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 3 h 13 m 45 sec
Reputation Power: 4
Send a message via AIM to Geo.Garnett
Lightbulb BloodLust

Hey man I found that book you said you were reading about programming games. It said there was a CD in the back of the book that had Dev-C++ compiler, plus you can get that same compiler from this site, so why are you still messing with borland.

Let me ask you another question. Is your C-Borland just a bunch of folders with no actual program just a bunch of .exe's
because if it is you need to just through it away, because I got a version of C-Borland and you had to edit everything in notepad and then convert the file. Which is a pain in the neck considering they got a decent program out there for free.

http://bloodshed.net/ go here and download the latest version.

Reply With Quote
  #4  
Old August 17th, 2005, 08:18 PM
BloodlustShaman BloodlustShaman is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: in earth
Posts: 176 BloodlustShaman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 Days 12 h 9 m 3 sec
Reputation Power: 4
Send a message via Yahoo to BloodlustShaman
Quote:
Originally Posted by B-Con
I'm unfamiliar with Borland -- is .bpr the project containing the source code? If so, you should simply be able to compile it directly into an executable program. From the output you posted, it looks like there may be a setting to not fully compile the program and just produce the .obj file.

Is .bpr a project file? Have you messed with any of the default settings?


Also, I don't want to appear to harp on you, but use descriptive thread titles and understandable English. A thread title should summurize the thread's precise subject, so other's know wtf it's about. Also, I know English is your first language, and if you can write C/++ code, you can write proper English. Feel free to make use of capitol letters (where appropriate), fully spelled out words, and punctuation.
lol yeah u got a point also i think i can place warnin on this cause of wtf but i dont do stuff like that
also english wasnt my first language

Reply With Quote
  #5  
Old August 17th, 2005, 08:25 PM
BloodlustShaman BloodlustShaman is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: in earth
Posts: 176 BloodlustShaman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 Days 12 h 9 m 3 sec
Reputation Power: 4
Send a message via Yahoo to BloodlustShaman
Quote:
Originally Posted by Geo.Garnett
Hey man I found that book you said you were reading about programming games. It said there was a CD in the back of the book that had Dev-C++ compiler, plus you can get that same compiler from this site, so why are you still messing with borland.

Let me ask you another question. Is your C-Borland just a bunch of folders with no actual program just a bunch of .exe's
because if it is you need to just through it away, because I got a version of C-Borland and you had to edit everything in notepad and then convert the file. Which is a pain in the neck considering they got a decent program out there for free.

http://bloodshed.net/ go here and download the latest version.
Oh cool so what do u think about the book. Also was thinking cause the compiler was free and Borland wasnt i thought Borland was better if you think i should be using Dev-C++ IDE then ill use that one instead. And i dont think it is Borland fault i think its mine cause all you do this seriously and i do this as for fun and it was my first time trying to make an exe program so i think its my fault but if you recommend me the free compiler ill use it

also tell me what u think about the book

oh yeah ur question what u mean it is a program all i do with it is open the source code and compile it thats all i do with the program (so yeah it is a program or i think so, cause my compiler is Borland C++ Builder 6) so if you recommend me Dev-C++ instead then ill install the program

Reply With Quote
  #6  
Old August 17th, 2005, 10:03 PM
Geo.Garnett's Avatar
Geo.Garnett Geo.Garnett is offline
Registered Loser
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: Retardation Nation...
Posts: 347 Geo.Garnett User rank is Private First Class (20 - 50 Reputation Level)Geo.Garnett User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 3 h 13 m 45 sec
Reputation Power: 4
Send a message via AIM to Geo.Garnett
Smile BloodLust

Well bloodlust I don't really suggest one or the other mostly because I haven't used Borland 6, and because I'm not that knowledgeable about which compiler is better or not. I just figured, you should try another compiler because it seems like you have been having a lot of compiler problems. =) This could be like you said, only because your not working it properly yet.

About the book, I didn't buy it, but I skimmed through it for about an hour and it didn't look that bad. The only reason I didn't get it because it only went over information that was in some of my other books.

Oh ya you don't have to copy every ones text to let them know your talking to them you could always use there name its a little easier. Like I did ^ =Þ

By the way just out of curiosity what nationality are you?

Reply With Quote
  #7  
Old August 19th, 2005, 03:49 PM
BloodlustShaman BloodlustShaman is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: in earth
Posts: 176 BloodlustShaman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 Days 12 h 9 m 3 sec
Reputation Power: 4
Send a message via Yahoo to BloodlustShaman
Geo.Gernatt

k ill try Dev-C++ and do it but i really thinks its me cause i am one of those people that have to know every single step in stuff. Thats y i think its my fualt cause this is my first time trying to make it to exe program. But i will see if its me or its the compiler.

also this is off the topic but did you finished the chess game cause that sound interesting but when u think about it would be a lot of code lines, and waste of time. Cause chess should be played with models but it can be interesting seeing chess only in C++


i am mexican, what about u?

Reply With Quote
  #8  
Old August 19th, 2005, 04:43 PM
Geo.Garnett's Avatar
Geo.Garnett Geo.Garnett is offline
Registered Loser
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: Retardation Nation...
Posts: 347 Geo.Garnett User rank is Private First Class (20 - 50 Reputation Level)Geo.Garnett User rank is Private First Class (20 - 50 Reputation Level) 
Time spent in forums: 4 Days 3 h 13 m 45 sec
Reputation Power: 4
Send a message via AIM to Geo.Garnett
Bloodlust

About the chess game, well don't ask lol. I haven't had time to finish or even read more about it because my school classes have started up again and just don't have the time.

And as for me I am an American, Born an Raised in Florida. Ive been to Mexico once and it seems alright, but of course I was in the tourist spot so I really didn't get to see any good parts like Mexico city or anything like that.

I will finish the game just when I get a chance though, thx for the lil push =)..

Oh ya and you can just call me Geo thats fine by me. Short for George of course =Þ

Reply With Quote
  #9  
Old August 22nd, 2005, 10:37 PM
BloodlustShaman BloodlustShaman is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2005
Location: in earth
Posts: 176 BloodlustShaman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 3 Days 12 h 9 m 3 sec
Reputation Power: 4
Send a message via Yahoo to BloodlustShaman
Geo
today i decided to install the compiler and i think it is way better than Borland and the best think is that its free!!
even though borland has way better presentation i recommend Dev-C++
i really didnt install the one from disc cause of other reasons so i install it from the net i got the 4.9.9.2 one it even though u can notice a group of people did this not a company it still does things good
so for everybody out there thinking of buying borland i say waste of money u cant even code easy programs without checking the code and Dev-C is way better when it comes to doin the job

so thanks a lot Geo

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingC/C++ Help > Borland compiler problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway