MapiRule error

  • Thread starter Thread starter crino
  • Start date Start date
C

crino

I have to develope an application on SMS (read, get incoming, delete etc...)
So i have downloaded mapirule example from msdn' site....but when i try to
compile the dll i get the following error:
c:\programmi\.net compact framework samples\receiving sms
messages\code\mapirule\mapirule.cpp(1035) : fatal error C1010: unexpected
end of file while looking for precompiled header directive

Any clue??
thanx in advance ;)

/crino
 
That error generally means you forgot to add #include "stdafx.h" on the top
of that source file.
 
i think i've fixed....
the problem was PocketPC SDK ... i've reinstalled the sdk and also
"stdafx.h" file it compile the dll

thanx to all for support ;))
 
Back
Top