Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
82 views

Windows Compact 7: Modify existing control panel application

I am replacing a backlight driver for a device running Windows Embedded Compact 7. I'm hoping I can find the source for the application and modify it to call my driver instead of the old one. Is ...
2
votes
1answer
108 views

unresolved external symbol __imp__Inf and __imp__Nan

I just tried to build Qt for WinCE7.0 using VS2008 after lots of code modification I successfully compiled main libraries. While Compiling the QtScript library I received the following linker errors: ...
1
vote
1answer
48 views

handheld with windows embedded 7

I'm a little new on Window Embedded Compact 7.0(WEC 7) so I have some question about it : 1- Is there any handheld device that runs with it? All I found run on 6.5 and lower win CE versions ( check ...
1
vote
1answer
142 views

WinCE emulator shows Black Screen when trying to run

I am new to WinCE. I am trying to build an WinCE 6.0 Image using platform builder. So I went Like this . Visual Studio 2005 >> Platform Builder >> OS Design Avilable BSP : CEPC X86 Custom ...
0
votes
0answers
20 views

How do I connect to a VM using Remote Tools?

I'm using Compact 7 and try to follow the steps in a book called "Professional Windows Embedded Compact 7". I managed all the exercises up to chapter 8 but now I'm stuck. Chapter 9 is about Remote ...
0
votes
0answers
52 views

Compiling boost library for Windows Embedded Compact 7

I'm programming for an embedded device with a NVIDIA Tegra 2 running Windows Embedded Compact 7. My development environment is Microsoft Visual Studio 2008. The boost library and especially the ...
0
votes
1answer
87 views

Windows Embedded Compact 7 application development with both managed and unmanaged code

I'm about to write an application for a embedded device with an nvidia Tagra2 running Windows Embedded Compact 7. There are the following requirements: Query data from an internet server via a ...
0
votes
0answers
108 views

ATL/MFC linking issue in Windows Embedded 7

I am trying to use STL objects (Map, Vector) in my Arm4vi device project using windows embeded compact 7 sdk. My application gets compiled. However I am getting the linkig errors as follows.... ...
0
votes
0answers
65 views

ActiveX support in windows embedded compact 7

I am trying to view a video of camera in IE. Normally in desktop if i open the IP address of the camera i will get activex message pop up to install the control. But in windows embedded compact 7 it ...