Re: setTimer - what have I missed?
From: Bruce Eitman \(eMVP\) (beitmannospam_at_NOSPAM_applieddata.NOSPAM_net)
Date: 02/25/05
- Next message: Prakash: "Re: Hanging operating system issue"
- Previous message: Dean Ramsier: "Re: Hanging operating system issue"
- In reply to: Bolla: "Re: setTimer - what have I missed?"
- Next in thread: Bolla: "Re: setTimer - what have I missed?"
- Reply: Bolla: "Re: setTimer - what have I missed?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 08:56:12 -0500
A quick look in winuser.h would give you the answer. It is dependent on
GWES_TIMER. Since you have a headless system, which I take to be a system
without GWES, then no your platform would not support it.
This makes sense, since SetTimer drives an event, and you don't have an
event sub-system in your platform.
What are you trying to do, maybe there is a way.
-- 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 "Bolla" <trond.loekstad@no.abb.com> wrote in message news:%23YrcAZxGFHA.3628@TK2MSFTNGP15.phx.gbl... > I wished it was so, but I used SetTimer in my code. > Can it have anything to do with my tiny headless device platform > configuration? > I thought this was part of the kernel anyway! > Looking forward for any ideas? > /trond > > "Zhongwei Wang" <wang@applieddata[dot]_net> wrote in message > news:evtwntrGFHA.3156@TK2MSFTNGP10.phx.gbl... > > Looks like you typed SetTimer as setTimer. > > > > -- > > Zhongwei Wang > > Applied Data Systems > > www.applieddata.net > > Application - Ready embedded systems > > Microsoft Windows Embedded Partner > > Gold Level Member > > > > > >
- Next message: Prakash: "Re: Hanging operating system issue"
- Previous message: Dean Ramsier: "Re: Hanging operating system issue"
- In reply to: Bolla: "Re: setTimer - what have I missed?"
- Next in thread: Bolla: "Re: setTimer - what have I missed?"
- Reply: Bolla: "Re: setTimer - what have I missed?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
|