Re: SetTimer

From: Michael J. Salamone [eMVP] (mikesa#at#entrek#dot#com)
Date: 02/29/04


Date: Sun, 29 Feb 2004 10:34:23 -0800

Are you including the timer component (part of GWES)? Actually, are you
doing anything to omit timer.

Anyway, the timer component of GWES contains SetTimer and KillTimer.

-- 
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com
"Andrew McGrath" <andrew.mcgrath@mcsoft.com.au> wrote in message
news:eVjV7lf$DHA.1456@TK2MSFTNGP09.phx.gbl...
> Hi
>
> I can compile my dll that contains a call to SetTimer using eVC 4, but
when
> I build my image using PB 4.2 (and the dll is included in that image), I
get
> this error
>
> Error: Can't find import 875 in coredll.dll
>
> If I cover up the calls to SetTimer, I get
>
> Error: Can't find import 876 in coredll.dll
>
> which is equivalent to KillTimer,
>
> and if I comment out both, the image is built ok.
>
> Am I missing a lib or something somewhere??
>
> I am targeting a PXA255.
>
> Thanks
>
> Andrew
>
>


Relevant Pages

  • Re: SetTimer
    ... the timer component of GWES contains SetTimer and KillTimer. ... > Have an opinion on the effectiveness of Microsoft Embedded newsgroups? ...
    (microsoft.public.windowsce.platbuilder)
  • Re: KillTimer NOT stopping Timer
    ... i use settimer and killtimer in almost all my apps and encounter this ... the settimer function is driven from the operating systems timer function ... Public Sub ActiveerTimer ... Public Sub DeactiveerTimer() ...
    (microsoft.public.vb.winapi)
  • Re: When timer changes Interval value?
    ... I knew that changing the interval resulted in a KillTimer() ... Best I can tell the VB Timer control uses SetTimer in message (rather ... which it wouldn't need if it were using the callback mode. ...
    (microsoft.public.vb.general.discussion)
  • Re: setTimer - what have I missed?
    ... SetTimer routine is included in display based devices as part of the GWES ... >> beitman AT applieddata DOT net ...
    (microsoft.public.windowsce.platbuilder)
  • Re: Continuous KillTimer or SetTimer calls
    ... >i use two continuous SetTimer calls or KillTimer calls on the same ... >define it again with the same id, ID1. ... this should just reset the timer. ... >But what would happen if i try to do the same with KillTimer?? ...
    (microsoft.public.vc.language)