Re: HELP! where is windows.h ??
- From: "Fredrik Wahlgren" <fredrik.p.wahlgren@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 9 Apr 2005 22:10:59 +0200
"Robert A. Macy" <Robert.A.Macy.1n8ohp@xxxxxxxxxxxxxxxxxxxxx> wrote in
message news:Robert.A.Macy.1n8ohp@xxxxxxxxxxxxxxxxxxxxxxxx
>
> everything I need has the line...
> #include windows.h
> in it, yet
>
> I keep getting the error message that it doesn't exist.
>
> Where is a copy of this?
>
> I'm running MSCV++ free download, using prompt line compile
> on an XP machine that is not connected to the internet.
>
> All I really need to do is use a .dll
> I have full documentation on all the functions in the dll
> Is there a way around needing to compile my program with
> this "offending" #include statement?
>
> - Robert -
>
>
>
> --
> Robert A. Macy
> ------------------------------------------------------------------------
> Posted via http://www.codecomments.com
> ------------------------------------------------------------------------
>
Shouldn't it be
#include <windows.h>
/Fredrik
.
- References:
- HELP! where is windows.h ??
- From: Robert A . Macy
- HELP! where is windows.h ??
- Prev by Date: Re: HELP! where is windows.h ??
- Next by Date: Re: Clearing the input buffer - then pausing
- Previous by thread: Re: HELP! where is windows.h ??
- Next by thread: Re: HELP! where is windows.h ??
- Index(es):
Relevant Pages
|