xboxscene.org forums

Author Topic: Openxdk With Bsc++ Help  (Read 42 times)

mokda

  • Archived User
  • Newbie
  • *
  • Posts: 10
Openxdk With Bsc++ Help
« on: July 05, 2006, 10:40:00 PM »

My problem is:

The compiler complains about types.h line 26 where it defines a bool as an int (redeclaration of built-in C++ type).
<code> typedef int bool; </code>

So I say, "Why redeclare a built in type anyway?" So then I comment that line out.  Try to recompile and there are a bajillion errors about undefined references to a function I was trying to use (XLaunchXBE).

Anyone know how I might fix this and be on my way?

Thanks in advance.
Logged