The Ur-Quan Masters Home Page Welcome, Guest. Please login or register.
Did you miss your activation email?
December 10, 2024, 09:59:15 am
Home Help Search Login Register
News: Celebrating 30 years of Star Control 2 - The Ur-Quan Masters

+  The Ur-Quan Masters Discussion Forum
|-+  The Ur-Quan Masters Re-Release
| |-+  Technical Issues (Moderator: Death 999)
| | |-+  problem with compiling sourcecode
« previous next »
Pages: [1] Print
Author Topic: problem with compiling sourcecode  (Read 2358 times)
Daze
Zebranky food
*
Offline Offline

Posts: 3


I love YaBB 1G - SP1!


View Profile
problem with compiling sourcecode
« on: June 30, 2005, 10:27:06 pm »

Hi all,

I tried altering the source code a bit. Had some fun in altering the ships and resources on planets, but now I realized I have no idea how to compile this new code.

I just altered the .C files and can't seem to find any projectfiles to work with.

I use Borland C++ builder 6 on Windows XP pro.

Any1 care to help me out on this one?

Thanks in advance!
Logged
Halleck
Enlightened
*****
Offline Offline

Gender: Male
Posts: 752


Personal Text


View Profile WWW
Re: problem with compiling sourcecode
« Reply #1 on: July 01, 2005, 05:18:15 am »

Can borland c++ builder compile normal c? I was under impression that there was a distinction. And I think UQM is written in C, not C++... don't quote me on that, though.

Anyway, the first thing I would try is getting all the required libs and include files listed in the INSTALL document.
If that doesn't work, I'd try getting a different compiler. GCC will probably get the job done. An alternative is microsoft's  visual c++ .net toolkit 2003, and i heard they had a beta of VC++ 2005 available somewhere. (All of these compilers are free of charge, btw).
Logged


Currently working on: Going outside more
Daze
Zebranky food
*
Offline Offline

Posts: 3


I love YaBB 1G - SP1!


View Profile
Re: problem with compiling sourcecode
« Reply #2 on: July 01, 2005, 04:35:30 pm »

I have used the C++ builder for regular C before, so it should work. I'll try what you said.

Thanks!
Logged
meep-eep
Forum Admin
Enlightened
*****
Offline Offline

Posts: 2847



View Profile
Re: problem with compiling sourcecode
« Reply #3 on: July 04, 2005, 04:35:31 am »

UQM comes with project files for MS dev studio, as that's what the Windows developers use, but none for Borland. You'd have to make your own for that. If you join us on IRC we may be able to give you some tips as you go along.
Logged

“When Juffo-Wup is complete
when at last there is no Void, no Non
when the Creators return
then we can finally rest.”
abcminiuser
Zebranky food
*
Offline Offline

Posts: 10


I love YaBB 1G - SP1!


View Profile
Re: problem with compiling sourcecode
« Reply #4 on: July 04, 2005, 06:32:57 pm »

C++ is just an extension of C. All C++ compilers can compile regular C code, but NOT vice-versa.

- Dean
Logged
Yurand
Zebranky food
*
Offline Offline

Gender: Male
Posts: 18


I love YaBB 1G - SP1!


View Profile WWW
Re: problem with compiling sourcecode
« Reply #5 on: July 04, 2005, 07:37:15 pm »

Quote
C++ is just an extension of C. All C++ compilers can compile regular C code, but NOT vice-versa.

- Dean


Wrong, here is example:
---------------------------------------------
#include <stdio.h>

void foo(void* p)
{
}

int main()
{
 foo("bar");
}
---------------------------------------------

You can compile this code using C compiler, but C++ one will report error.
Logged
Culture20
Enlightened
*****
Offline Offline

Posts: 917


Thraddash Flower Child


View Profile
Re: problem with compiling sourcecode
« Reply #6 on: July 05, 2005, 01:19:15 am »

Oh poo.   Tongue  Throw a const in there and everything's fine (for both C & C++).  C++ needed a little more rigorous syntax parsing than C used.

Daze, for 99.9999% of the C code out there, abcminiuser is correct.  Yurand pointed out part of the other 0.0001% Smiley
Logged
Pages: [1] Print 
« previous next »
Jump to:  


Login with username, password and session length

Powered by MySQL Powered by PHP Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Valid XHTML 1.0! Valid CSS!