This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: directx 5.0-i cant find a file it wants


Derek Greene wrote:

> direct x 5.0's direct 3d include's objbase.h, i assume since it does
> not
> come with this file, it is VC++ specific, so could anyone tell me the
> gnu-win32 equivelant or tell me where i can aquire this file or tell
> me
> if i am asking a stupid question, well youg et the point :)
> -

objbase.h is an COM(component object model header) header file.  It
includes many other files too.  You can get them with the Platform
SDK(http://www.microsoft.com/msdn/).  The headers will have to be
modified a little in order to compile with GCC.  Things like anonymous
structs or typedefs with multiple definitions cause warnings and errors.

Hope this helps.

Eric Britten


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]