Re: Missing Header file macwin32.h



A quick look at ceddk.h shows that the include of macwin32.h is wrapped with
#ifdef __MAC. For some reason your project is defining _MAC. Fix that and
you should be okay.

--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net

Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member

"Chandra" <forqueries@xxxxxxxxx> wrote in message
news:5bd78816-26ad-457b-9a49-2c5ebc221c78@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

You are right Paul. I am using WinCE5.0 and EVc++ 4.0 for application
development. Hope you remember my query in this group regarding Memory
Map IO routines. As i am working with those functions(MmMapIoSpace()),
i have included CEDDK.h header file in my application. In this header
macwin32.h header file is included. Compiler is not able to find this
file. I have no idea whether this is a standard Windows CE header
file. I have tried searching in Google and was not success full in
finding the file. If you have any idea regarding this let me know.

Thanks,

Chandra.

Paul G. Tobey [eMVP] wrote:
Can we assume that you're using Windows CE, the topic of this group? I
see
no evidence that this is a standard Windows CE header file. If you're
using
some desktop operating system, ask in a more-appropriate group (and tell
them what you're trying to do). A quick search with Google is always a
good
idea, too...

Paul T.

"Chandra" <forqueries@xxxxxxxxx> wrote in message
news:fe294848-94b1-43ba-8a19-8556fa64e200@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

Can anyone provide me this header file(macwin32.h). I require this
header badly.

Thanks in advance,

Chandra.


.



Relevant Pages

  • Re: header files including other files
    ... Really I guess I am asking advice about source code organisation. ... Now, in any particular module, the module header file declares exported ... compile it with no errors. ...
    (comp.arch.embedded)
  • Re: [DRIVER SUBMISSION] DRBD wants to go mainline
    ... header file. ... and then include some header after that. ... I want to be able to do a rate-limit per specific message/code fragment, ... When I earlier said I thought I was in macro hell, well, I was ...
    (Linux-Kernel)
  • Re: "I want to ask about c++"
    ... This is called a "header include guard", or simply a "header guard". ... With very rare exceptions, you should not define an object in a header file, nor a non-static function. ... The reservations are restricted only because the second character of the identifier was a 'd'. ...
    (comp.lang.c.moderated)
  • Re: headerfiles and make?
    ... How can I compile using the above makefile when types.h is ... used in your source code tells the compiler to look for it. ... Since a Makefile isn't necessary for compiling a program the header ... rectlive tells the compiler to look for a header file and evaluate ...
    (comp.unix.programmer)
  • Re: About different versions of the same header files
    ... Now there are mulitple places where this header file is kept. ... I don't see why it would *need* to be in multiple locations. ... But the OP's problem is that he's dealing with a huge code base that's ...
    (comp.lang.c)