Re: HELP! where is windows.h ??




"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


.



Relevant Pages

  • Re: C++/TCL Need Solution to Compile Error c2784
    ... jnior_300.h"}" and created other errors where it didn't even compile. ... Error Message: ... Which appears to be an error because it depending on the SDK dll ... DLL properties to see dependencies and where the dependencies should ...
    (comp.lang.tcl)
  • HELP! where is windows.h ??
    ... I keep getting the error message that it doesn't exist. ... using prompt line compile ... I have full documentation on all the functions in the dll ... Robert A. Macy ...
    (microsoft.public.vc.language)
  • Re: JNI DLL VC++
    ... an you explain the error message? ... you can't compile with VC++? ... Have you set the LIB and INCLUDE? ... > generate the dll. ...
    (comp.lang.java.programmer)
  • SP2 from Fujitsu and Windows XP
    ... XP computer and now I can't compile (Rebuild) most of my projects. ... The error message indicates that the problem is connect with this dll ...
    (comp.lang.cobol)
  • Re: VBA and VSTO
    ... If you compile in VB6 with Global MultiUse than all you have to do is set a reference in Excel to your dll via Tools, References and you can access your functions in the dll directly. ... You will have to register the dll as well with Windows with Regsvr32, but that can be done quite simply in VBA. ...
    (microsoft.public.excel.programming)