|
|||||||
| PR Community Modding : Discussion on PR community mod projects. |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#1 |
![]() Join Date: Nov 2007
Posts: 6
|
[Question] Сustomed .exe:How to compile?
Does any one know how to compile this code: FH2.exe Source - Forgotten Hope Wiki ? I'd tried to compile in Dev-C++ but got errors. Can you help me?
|
|
|
|
#2 |
![]() Join Date: Apr 2007
Location: The very depths of hell itself!
Posts: 2,549
|
Re: [Question] Сustomed .exe:How to compile?
Knowing the errors would help...
I probably cant help you much, only had a little look at programming years ago. Never really learned that much. But the errors would help someone who knows how to compile stuff fix your problem. |
|
Ballistics + Zeroing !!!Nedlands1 for [R-CON]!!! (Done) !!!Nedlands1 for [R-DEV]!!!
|
|
|
|
|
#3 |
![]() Join Date: Nov 2007
Posts: 6
|
Re: [Question] Ņustomed .exe:How to compile?
Ok. Here are errors.
Code:
45 D:\Dev-Cpp\Projects\unnamed1.cpp `MOVE_DIRECTORY' was not declared in this scope 45 D:\Dev-Cpp\Projects\unnamed1.cpp `WHERE_MY_DOCUMENTS' was not declared in this scope 45 D:\Dev-Cpp\Projects\unnamed1.cpp `WHERE_MY_DOCUMENTS' was not declared in this scope 46 D:\Dev-Cpp\Projects\unnamed1.cpp `MOVE_DIRECTORY' was not declared in this scope 46 D:\Dev-Cpp\Projects\unnamed1.cpp `WHERE_MY_DOCUMENTS' was not declared in this scope 46 D:\Dev-Cpp\Projects\unnamed1.cpp `WHERE_MY_DOCUMENTS' was not declared in this scope It is into the DevC++ and Builder C++. May be I should use something else to compile this? |
|
Last edited by AlexCross; 05-31-2008 at 08:56 AM.
|
|
|
#4 |
![]() Join Date: May 2006
Location: Cologne, Germany
Posts: 110
|
Re: [Question] Сustomed .exe:How to compile?
no i do not think that anything will compile this .. you need the declaration of "MOVE_DIRECTORY" and "WHERE_MY_DOCUMENTS" in the file, no compiler can work with things he doesn't know
|
|
|
|
|
|
|
#5 |
![]() Join Date: Nov 2007
Posts: 6
|
Re: [Question] Сustomed .exe:How to compile?
I don't know what kind of type it should be.
I'm got this errors, if I declaret them as char: 55 D:\Dev-Cpp\Projects\unnamed1.cpp invalid conversion from `char' to `pathspec::<anonymous enum>' |
|
| Sponsored Links | |
|
|
#6 |
|
PR Lead Forum Moderator
![]() ![]() |
Re: [Question] Сustomed .exe:How to compile?
Why not take it up with the FH2 team?
Mas |
![]() ![]() ![]() ![]() Eddiereyes909 - Masaq, I'm naming my first child after you. TheScot666: I love you Masaq. I'm naming all my children after you. |
|
|
|
|
|
|
#7 |
![]() Join Date: Nov 2007
Posts: 6
|
Re: [Question] Сustomed .exe:How to compile?
I just thought that PR team could told me, how they are compiled that code
|
|
|
|
#8 |
![]() Join Date: May 2006
Location: Cologne, Germany
Posts: 110
|
Re: [Question] Сustomed .exe:How to compile?
is this the install-exe? if so you could try to declare them as pathspec and fill them with the right paths, MOVE_DIRECTORY as the directory where it should be installed etc
Perhaps it is explained in the exe what path is used for what |
|
|
|
|
|
|
#9 |
![]() Join Date: Nov 2007
Posts: 6
|
Re: [Question] Сustomed .exe:How to compile?
No it's launch-exe... I hope
|
|
|
|
#10 |
![]() Join Date: Dec 2007
Posts: 6
|
Re: [Question] Сustomed .exe:How to compile?
This is C. Trying to compile it as C++ is unlikely to work, though it would be relatively easy to convert. Try naming the file .c and perhaps Dev-C++ will do the right thing. But I don't have much experience of that.
I did it for them and sent them the exe. |
|
| Sponsored Links | |
![]() |
|
| Bookmarks |
| Tags |
| Сustomed, compile, exehow, question |
| Thread Tools | |
| Display Modes | |
|
|