Final Burn Neo > FBN Development

Crouching Tiger, Hidden Dragon 2003 - CTHD2003 - Source code and Compilation Help!!!

(1/4) > >>

KingHanco:
Ok.

I put in everything from the hard side part - http://neosource.1emu.net/pages/games/fba/cthd2003/h_ct2k3.htm

Do I need to added the easy also?

I got an error and it didn't added it in the fba_029498 after compile FBA.

Maybe since it is bootleg, I need the rest of it to added in abled to work fully. :)

Let me know why it didn't pick up right.

KingHanco:
I forgot to added the zip of the 3 files for you to look at.

I think that I need to added the King of Fighters 2001 in those.

iq_132:
lol.  You see the */ at the end of your d_neogeo.cpp ?
Make sure you put any drivers you want to add AFTER that set of characters.

Just so you know, anything between /* example text */ won't be compiled.

Also, the error you get is in the neo_run.cpp

This:

--- Code: ---int NeoExit()
ncthd2003 =-1;
{
--- End code ---


Should be this:


--- Code: ---int NeoExit()
{
ncthd2003 =-1;
--- End code ---

Accosta_m:
i have this problem


--- Quote from: mingw ---
src/burn/neogeo/d_neogeo.cpp: In function `void cthd2003_c()':
src/burn/neogeo/d_neogeo.cpp:7517: warning: suggest parentheses around
   assignment used as truth value
src/burn/neogeo/d_neogeo.cpp: In function `int cthd2003Init()':
src/burn/neogeo/d_neogeo.cpp:7556: `ncthd2003' undeclared (first use this
   function)
src/burn/neogeo/d_neogeo.cpp:7556: (Each undeclared identifier is reported only

   once for each function it appears in.)
mingw32-make: *** [d_neogeo.o] Error 1

--- End quote ---

to te moment to ADD this game on the compilation

KingHanco:

--- Quote from: iq_132 ---lol.  You see the */ at the end of your d_neogeo.cpp ?
Make sure you put any drivers you want to add AFTER that set of characters.

Just so you know, anything between /* example text */ won't be compiled.

Also, the error you get is in the neo_run.cpp

This:

--- Code: ---int NeoExit()
ncthd2003 =-1;
{
--- End code ---


Should be this:


--- Code: ---int NeoExit()
{
ncthd2003 =-1;
--- End code ---

--- End quote ---


Ok.

I will try again later on for testing my brain. :)

I will test out on the Pochi and Nyaa first.

Lets get this stright.

Removed the */ at the end will do the trick on newer games add on right without the */ on newer ones.

Navigation

[0] Message Index

[#] Next page

Go to full version