 |
Barrage
I'm New! Laugh At Me!
Registered: Mar 2001
Location: Sacramento, CA
Posts: 28 |
Now that I have the source...
How do I go about compiling it? I dont have the money to go out and buy MSVC++, so will Borland's freeware C++ Builder do the job? If so, is there an easy way to convert the makefiles?
Report this post to a moderator | IP: Logged
|
04-26-2002 11:55 AM |
|
|
|  |
 |
Barrage
I'm New! Laugh At Me!
Registered: Mar 2001
Location: Sacramento, CA
Posts: 28 |
Now that I have the source...
How do I go about compiling it? I dont have the money to go out and buy MSVC++, so will Borland's freeware C++ Builder do the job? If so, is there an easy way to convert the makefiles?
Report this post to a moderator | IP: Logged
|
04-26-2002 11:55 AM |
|
|
|  |
 |
Mysterial
I'm New! Laugh At Me!
Registered: Apr 2002
Location: NJ, USA
Posts: 20 |
Re: Now that I have the source...
quote: Originally posted by Barrage
How do I go about compiling it? I dont have the money to go out and buy MSVC++, so will Borland's freeware C++ Builder do the job? If so, is there an easy way to convert the makefiles?
There's no easy way to convert the makefiles that I'm aware of. Even if there was, some of the libraries may have differences that'll prevent it from compiling properly without some modifications.
However, I fully intend to get it to compile on other compilers, and, if possible, other platforms (Linux). The first logical step would be to write makefiles that GNU make can read (which is free and has both Windows & Linux versions), so once the project gets started that's probably the first thing I'm doing, unless I see some horrible bug or awesome feature I just MUST have right now. 
So, in conclusion, unless you want to figure out how to do it yourself, you'll have to wait until I or someone else does. 
Report this post to a moderator | IP: Logged
|
04-26-2002 02:51 PM |
|
|
|  |
 |
Mysterial
I'm New! Laugh At Me!
Registered: Apr 2002
Location: NJ, USA
Posts: 20 |
Re: Now that I have the source...
quote: Originally posted by Barrage
How do I go about compiling it? I dont have the money to go out and buy MSVC++, so will Borland's freeware C++ Builder do the job? If so, is there an easy way to convert the makefiles?
There's no easy way to convert the makefiles that I'm aware of. Even if there was, some of the libraries may have differences that'll prevent it from compiling properly without some modifications.
However, I fully intend to get it to compile on other compilers, and, if possible, other platforms (Linux). The first logical step would be to write makefiles that GNU make can read (which is free and has both Windows & Linux versions), so once the project gets started that's probably the first thing I'm doing, unless I see some horrible bug or awesome feature I just MUST have right now. 
So, in conclusion, unless you want to figure out how to do it yourself, you'll have to wait until I or someone else does. 
Report this post to a moderator | IP: Logged
|
04-26-2002 02:51 PM |
|
|
|  |
 |
EdrickV
Face
Registered: Apr 2002
Location:
Posts: 57 |
Re: Now that I have the source...
quote: Originally posted by Barrage
How do I go about compiling it? I dont have the money to go out and buy MSVC++, so will Borland's freeware C++ Builder do the job? If so, is there an easy way to convert the makefiles?
There aren't actually makefiles. There are files that could be converted to makefiles if you had VC++ 6.0, but if you did you wouldn't need to. In any event, Borland products wouldn't be able to compile most stuff unless you had one that came with the MFC libraries. (Which means not a Standard edition.) The free compiler, as far as I know, is Borland C++ 5.02 (or maybe 5.5) not Borland C++ Builder. (There's a difference between the two.) And it doesn't come with an IDE. You should be able to compile CryptString with any compiler though. Not that it does much. I've compiled it with Borland C++ 4.0 and GCC under Cygwin. Not sure about anything else. The big MFC projects are FS2, FRED2, POFView, and maybe other stuff.
__________________
The three most dangerous things in the world are a programmer with a sodering iron, a hardware type with a program patch, and a user with an idea.
Report this post to a moderator | IP: Logged
|
04-27-2002 04:26 AM |
|
|
|  |
 |
EdrickV
Face
Registered: Apr 2002
Location:
Posts: 57 |
Re: Now that I have the source...
quote: Originally posted by Barrage
How do I go about compiling it? I dont have the money to go out and buy MSVC++, so will Borland's freeware C++ Builder do the job? If so, is there an easy way to convert the makefiles?
There aren't actually makefiles. There are files that could be converted to makefiles if you had VC++ 6.0, but if you did you wouldn't need to. In any event, Borland products wouldn't be able to compile most stuff unless you had one that came with the MFC libraries. (Which means not a Standard edition.) The free compiler, as far as I know, is Borland C++ 5.02 (or maybe 5.5) not Borland C++ Builder. (There's a difference between the two.) And it doesn't come with an IDE. You should be able to compile CryptString with any compiler though. Not that it does much. I've compiled it with Borland C++ 4.0 and GCC under Cygwin. Not sure about anything else. The big MFC projects are FS2, FRED2, POFView, and maybe other stuff.
__________________
The three most dangerous things in the world are a programmer with a sodering iron, a hardware type with a program patch, and a user with an idea.
Report this post to a moderator | IP: Logged
|
04-27-2002 04:26 AM |
|
|
|  |
 |
| All times are EST. The time now is 02:11 AM. |
 |
|
 |
|
|
|  |
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is ON
|
|
|
|
|
|