Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

Make a New PostPrevious ThreadView All ThreadsNext Thread*Show in Threaded Mode


SubjectComplile error HELP! new Reply to this message
Posted byAnonymous (61.115.68.187)
Posted on06/30/01 12:58 PM



Download MAMECE3 source and compiled EmbeddedVisualC+;3.0
but link error occured
set_root_path error C2732
please HELP!!!
and cgamex.h not found!




SubjectRe: Complile error HELP! new Reply to this message
Posted byTekhmaster
Posted on07/04/01 02:27 PM



> Download MAMECE3 source and compiled EmbeddedVisualC+;3.0
> but link error occured
> set_root_path error C2732
> please HELP!!!
> and cgamex.h not found!
>
I suspect you need to check your include files and locations.
Also you need to add a precompiler entry for either CGAMEX or CGAPI.


Cheers,
-Techmaster


SubjectRe: Complile error HELP! new Reply to this message
Posted byAnonymous (61.205.220.135)
Posted on07/05/01 11:18 AM



> > Download MAMECE3 source and compiled EmbeddedVisualC+;3.0
> > but link error occured
> > set_root_path error C2732
> > please HELP!!!
> > and cgamex.h not found!
> >
> I suspect you need to check your include files and locations.
> Also you need to add a precompiler entry for either CGAMEX or CGAPI.
>
>
> Cheers,
> -Techmaster
>
Thanks Techmaster,add a precompilerCGAPI,compile completed
enjoy build new MAMECE3




SubjectRe: Complile error HELP! Reply to this message
Posted byAnonymous (12.84.8.19)
Posted on07/06/01 07:34 PM



> > > Download MAMECE3 source and compiled EmbeddedVisualC+;3.0
> > > but link error occured
> > > set_root_path error C2732
> > > please HELP!!!
> > > and cgamex.h not found!
> > >
> > I suspect you need to check your include files and locations.
> > Also you need to add a precompiler entry for either CGAMEX or CGAPI.
> >
> >
> > Cheers,
> > -Techmaster
> >
> Thanks Techmaster,add a precompilerCGAPI,compile completed
> enjoy build new MAMECE3
>

How did you fix the link error? I can't seem to get it.




SubjectRe: Complile error HELP! new Reply to this message
Posted byAnonymous (12.84.11.8)
Posted on07/09/01 03:27 PM



> > > > Download MAMECE3 source and compiled EmbeddedVisualC+;3.0
> > > > but link error occured
> > > > set_root_path error C2732
> > > > please HELP!!!
> > > > and cgamex.h not found!
> > > >
> > > I suspect you need to check your include files and locations.
> > > Also you need to add a precompiler entry for either CGAMEX or CGAPI.
> > >
> > >
> > > Cheers,
> > > -Techmaster
> > >
> > Thanks Techmaster,add a precompilerCGAPI,compile completed
> > enjoy build new MAMECE3
> >
>
> How did you fix the link error? I can't seem to get it.
>
OK, I'm lost cgamesx.h isn't in the zip file, where do I find it? Also any tricks or tips for compiling under eVB would be greatly appreciated from someone who's successfully done it.




SubjectRe: Complile error HELP! new Reply to this message
Posted byTekhmaster
Posted on07/11/01 04:13 PM



> > > > > Download MAMECE3 source and compiled EmbeddedVisualC+;3.0
> > > > > but link error occured
> > > > > set_root_path error C2732
> > > > > please HELP!!!
> > > > > and cgamex.h not found!
> > > > >
> > > > I suspect you need to check your include files and locations.
> > > > Also you need to add a precompiler entry for either CGAMEX or CGAPI.
> > > >
> > > >
> > > > Cheers,
> > > > -Techmaster
> > > >
> > > Thanks Techmaster,add a precompilerCGAPI,compile completed
> > > enjoy build new MAMECE3
> > >
> >
> > How did you fix the link error? I can't seem to get it.
> >
> OK, I'm lost cgamesx.h isn't in the zip file, where do I find it? Also any
> tricks or tips for compiling under eVB would be greatly appreciated from someone
> who's successfully done it.
>
cgamex.h is not used for the PocketPC compilation. cgapi.h is. If you add a CGAPI (and remove any CGAMEX)entry in the precompiler it will stop looking for gamex references.

I haven't compiled on the EVBC free kit in a awhile so I am not sure if there are any problems that need to be tweaked.


Cheers,
-Techmaster


SubjectRe: Complile error HELP! new Reply to this message
Posted byTekhmaster
Posted on07/11/01 11:24 PM



-snip-
> > How did you fix the link error? I can't seem to get it.
> >
> OK, I'm lost cgamesx.h isn't in the zip file, where do I find it? Also any
> tricks or tips for compiling under eVB would be greatly appreciated from someone
> who's successfully done it.
>
I just ran a test compile on the free EVC Compiler. Everything compiles perfectly. The only thing I can figure is that you only installed the Visual Basic components, which would be wrong since this project is Visual C.

Here are the steps I followed (assuming you decompressed to D: Drive):
1. Uncompress the source tree from the zip file keeping all the subdirectories in place.
2. Start EVC.
3. Select File, open Workspace.
4. Browse to D:\MameCE\PPC\Mamece3\
4. Select MameCE3.vcw.
5. When the message pops up telling you that this is in an older version, just select ok to convert all projects.
6. Compile ALL subprojects except the MameCE3 project FIRST. these are the libraries that the MameCE3 project will link to during it's compiling.
7. Compile the MameCE3 project.
8. You should now have a home rolled mamece3.exe :)

Hope that helps you budding programmers.


Cheers,
-Techmaster


Previous ThreadView All ThreadsNext Thread*Show in Threaded Mode