Click here to Skip to main content
15,887,585 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Sir,
While porting my code from Linux to Wince i am having build errors regarding the
unknown identifiers SIGALRM and SERVICE_TABLE_ENTRY.
Can someone please provide the implementations of these identifiers on Wince?
Posted

1 solution

There is no SIGALRM on Windows. You should code (or find on the web[^] ) a work-around for that.

SERVICE_TABLE_ENTRY is a Windows specific struct, defined in Winsvc.h (see here[^]) I don't know if it is available to Windows CE.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900