public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* directx 5.0-i cant find a file it wants
@ 1997-09-24 19:03 Derek Greene
  1997-09-25 10:48 ` Eric Britten
       [not found] ` <3.0.3.32.19970926005425.006d3fb8@mail.mindspring.com>
  0 siblings, 2 replies; 3+ messages in thread
From: Derek Greene @ 1997-09-24 19:03 UTC (permalink / raw)
  To: gnu-win32

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: directx 5.0-i cant find a file it wants
  1997-09-24 19:03 directx 5.0-i cant find a file it wants Derek Greene
@ 1997-09-25 10:48 ` Eric Britten
       [not found] ` <3.0.3.32.19970926005425.006d3fb8@mail.mindspring.com>
  1 sibling, 0 replies; 3+ messages in thread
From: Eric Britten @ 1997-09-25 10:48 UTC (permalink / raw)
  To: gnu-win32

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".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: directx 5.0-i cant find a file it wants
       [not found] ` <3.0.3.32.19970926005425.006d3fb8@mail.mindspring.com>
@ 1997-09-26 13:14   ` Eric Britten
  0 siblings, 0 replies; 3+ messages in thread
From: Eric Britten @ 1997-09-26 13:14 UTC (permalink / raw)
  To: Derek Greene, gnu-win32

Derek Greene wrote:

> where can i get subwtype.h and excpt.h?
>

I have never heard of subwtype.h.  I don't have it in the Platform SDK
and its missing from the Internet Client SDK.  excpt.h is for structured
exception handling.  Since GCC doesn't support it, you can just create a
zero length file called excpt.h in your include directory.  The SDK
headers from my knowledge do not use any of its definitions.

> At 09:48 AM 9/25/97 -0700, you wrote:
> >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".
> >



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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-09-26 13:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-24 19:03 directx 5.0-i cant find a file it wants Derek Greene
1997-09-25 10:48 ` Eric Britten
     [not found] ` <3.0.3.32.19970926005425.006d3fb8@mail.mindspring.com>
1997-09-26 13:14   ` Eric Britten

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).