RTC Client in CE .NET 4.2 Emulation

RTC Client in CE .NET 4.2 Emulation

Post by Sibon Barma » Sat, 03 May 2003 07:54:30



Hi all,
Has anybody been able to compile the RTC Client that comes in the Emulation
version of the CE .NET 4.2? If so, would you share your experience --- I was
not able to compile it.

Sibon.

 
 
 

RTC Client in CE .NET 4.2 Emulation

Post by samee » Sat, 03 May 2003 12:43:31


Hi Sibon ,
I have gone thru this pain in both eVC4 and Platofrm
builder

Ok the steps to solve is first include rtccore.h file in
your .c or .cpp file

Second include rtccore.idl in your source file and go to
Project->settings-MIDL tab and Uncheck the MKtypeLib
Compatible .

Step 3 is to select rtccore.idl right click and compile
it , then in the local folder it will generate a
trccore_i.c file , now include that file in souce also ,

Step 4 . U should be good to go

In case u still have problems U can reach me at

By the way which sample are u trying to compile ,  do let
me know

Cheers
Sameer

Quote:>-----Original Message-----
>Hi all,
>Has anybody been able to compile the RTC Client that

comes in the Emulation
Quote:>version of the CE .NET 4.2? If so, would you share your

experience --- I was
Quote:>not able to compile it.

>Sibon.

>.