Re: Should SQL Compact work in headless systems?

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



I guess you could call it headless. The in-between configurations are
less-commonly used, so, as I see it, more-likely to have hidden issues than
the minimal kernel configuration or the full input, window manager, GWES,
GDI configuration.

Just from reading the build files, it does not appear that GWES_TIMER is set
for minimal GWES. You could try rebuilding your OS with
__SYSGEN_GWE_TIMER=1 set in your environment/platform configuration and see
if that fixes the problem. It seems that this SYSGEN value would enable
SetTimer and KillTimer for you.

Paul T.

"Ted Toal, Sierra Video Systems"
<TedToalSierraVideoSystems@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BB00B384-4F34-4271-875C-887ECF391A1A@xxxxxxxxxxxxxxxx
I thought Minimal GWES was the same as headless, but I guess not. However,
my system has had and still has minimal GWES in it. I've never had this
error before, it only appeared after adding SQL Compact. As far as I
know, I
have no dummy display driver (I see nothing like that in the BSP catalog
items). Does inclusion of minimal GWES not automatically provide a
SetTimer
and KillTimer?


"Paul G. Tobey [eMVP]" wrote:

According to dependencies in Platform Builder 5.0 for SQL Compact, you
need
COM, Memory Mapped Files, Point-to-Point Message Queue, Minimal GWES
(this
is the headless question answer--yes, you need UI support), PNP
Notifications, Minimal Power Management, Serial Port Support, Standard
String Functions, and String Safe Utility Functions, among a few others
that
are more-common, like Device Manager. Note that having GWES doesn't
necessarily mean that the device has to have a real display; GWES plus a
dummy display driver would be fine, as you said, so that the timer calls
are
present.

Paul T.

"Ted Toal, Sierra Video Systems"
<TedToalSierraVideoSystems@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:4DD12780-4C3C-42C4-881D-A6C6D60AC772@xxxxxxxxxxxxxxxx
Should SQL Compact work in headless systems? sqlceca35.dll appears to
call
SetTimer and KillTimer, which would imply the answer is NO.






.



Relevant Pages

  • Re: Should SQL Compact work in headless systems?
    ... Turns out it was necessary to add "Minimal Window Manager Configuration" ... for minimal GWES. ... have no dummy display driver (I see nothing like that in the BSP catalog ...
    (microsoft.public.sqlserver.ce)
  • Re: Should SQL Compact work in headless systems?
    ... I thought Minimal GWES was the same as headless, ... are more-common, like Device Manager. ... dummy display driver would be fine, as you said, so that the timer calls are ...
    (microsoft.public.sqlserver.ce)
  • Re: Should SQL Compact work in headless systems?
    ... "Ted Toal, Sierra Video Systems" wrote: ... my system has had and still has minimal GWES in it. ... have no dummy display driver (I see nothing like that in the BSP catalog ... String Functions, and String Safe Utility Functions, among a few others ...
    (microsoft.public.sqlserver.ce)
  • Re: Launch prog at startup with headless device
    ... You are telling the system your application is dependent on device.exe and ... GWES.EXE if you don't even have a minimal GWES in your headless build then ... Steve Maillet (eMVP) ...
    (microsoft.public.windowsce.platbuilder)