Thanks! I've got a real device. I just thought that it would be quicker to emulate than to develop on the "real thing". Programs created and downloaded to the PocketPC i've got works just fine :). Again, thank you! /Christian
Please read my post in the "Discuss this article" link (bottom of the article). There is a very important warning on the Ok and Cancel handlers. Hope you find it useful! Regards, João Paulo
Thank you. These classes are just what I was looking for... Well they aren't vectors, but they're close enough ;). STLPort also looked interesting, so thanks for the links concerning that too...
Build->Configurations, Add 2 new for wcearmv4 from the default relase/debug templates. “Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002
Hi again! I got CeDialer to work, but now i can do only data calls, with no voice. It only beeps when i pick up the called party's receiver. I suppose its becouse the line 1122.: lpCallParams->dwMediaMode = LINEMEDIAMODE_DATAMODEM; what should be lpCallParams->dwMediaMode = LINEMEDIAMODE_INTERACTIVEVOICE; But if i set to interactivevoice, than the lineMakeCall gives an error. What is wrong? Thanks in advance: Shane99
interesting. as you suggested in an earlier post, it makes sense to use SYSTEM_FONT rather than assuming Tahoma...more cross platform. fyi, i discovered the reason why i had to use -9 for lfHeight (rather than -12) was that i was inconsistently muliplying by GetDeviceCaps(hdc, LOGPIXELSY)/72...everything works as expected when i use it consistently. thanks for the feedback
thanks daniel and i'll check out his article! actually, your code worked perfectly once i had a cup of coffee and corrected how i had cut & pasted it into my code.:doh:
The translation of my IrDA article is ready and published on on the PocketPCDN at http://www.pocketpcdn.com/articles/irda.html. Daniel ;) --------------------------- Never change a running system!
John Simmons / outlaw programmer wrote: Am I missing something here? My guess is that something gets screwed with the pre-compiled header directive. Turn off precompiled headers for your \CommonSourceCode files in your mfc project. That should atleast make it compile. John Simmons / outlaw programmer wrote: Microsoft sucks. Windows CE sucks. EVC3 sucks I know the feeling. I get to this state about once a month. ;) Jonas “Our solar system is Jupiter and a bunch of junk” - Charley Lineweaver 2002