GP32 Why This Error?


BillyCoen

Still Fresh
Joined
Feb 10, 2004
Messages
22
When I try to compile hello.c with c++ it shows this error

fatal error C1083: Cannot open include file: 'gp32.h': No such file or directory
Error executing cl.exe.

Why?I've downloaded mr mirko's sdk,but I don't know where to put it...
 
Probably because that exact file at the exact path it expects doesnt exist. Make sure its in your include path, and also make sure that you have the correct case. Some compilers are case sensative, so "gp32.h" is a different file that "gp32.H" or "GP32.h" etc... (paths are also case sensative at times)
 
you cant compile a c file with a c++ compiler.

please post a little more about, what hello.c,
and what you installed so fare, and where ?
 
Back
Top