Windows Embedded Compact Native Application Development announcement
-
Link
Welcome almighty native CE developers!
This new forum is dedicated to all topics related to native applications development on Windows Embedded Compact, Windows Embedded CE and Windows CE, whether you are using the latest Visual Studio 2008 or the older eVC++, this forum is all yours! If you are coming from Newsgroup, I really think you will love the forums format.
You might have noticed that 2 other forums just opened at the same time, one for CE managed applications development and another one for CE platform development, so if your question is more related to building a CE OS or a driver, go here, and if your question is about managed application development on CE, go here.
I look forward to read your first questions and to see our community jumping in.
-Olivier
-
Answered0Votes
png-image as resouce for a button
Hi all, i have a simple button with pg-image in ...6 Replies | 3032 Views | Created by J. Krush - Wednesday, July 14, 2010 1:12 PM | Last reply by Apoorv Kumar Upadhyay - Thursday, August 22, 2013 2:09 PM -
Unanswered0Votes
Windows CE 5 Fonts on restore
hi all, i have a device with windows ce 5 installed on him, i want to use a somekind of font, then i copy the font to the windows\font and it ...9 Replies | 93 Views | Created by rani333 - Tuesday, August 20, 2013 3:01 PM | Last reply by SimonRev - Wednesday, August 21, 2013 1:36 PM -
Unanswered0Votes
Embedded Silverlight on WEC7 fails to start with HRESULT of 0xC00CEE2B
LoadResourceDictionary(&appXaml,NULL); This same error occurs even with the new Silverlight for Windows Embedded Application and a single button created from Expression Blend ... -
Unanswered0Votes
how to connect to the internet automatically in WINDOWS CE 6.
Network and dialup->GPRS It returns an error "the port is not available: another program may be using ...5 Replies | 5120 Views | Created by adarliz - Tuesday, February 22, 2011 12:40 PM | Last reply by Behno0o0oD - Sunday, August 18, 2013 4:53 AM -
Unanswered0Votes
WinCE socket failed to connect (timed out) from PC to WinCE
Hi I create a tcp server and a client by copying the code of http://msdn.microsoft.com/en-us/library/aa454152.aspx and http://msdn.microsoft.com/en-us/library/aa454151.aspx. The ...7 Replies | 137 Views | Created by Fei Xu - Monday, August 05, 2013 10:01 AM | Last reply by Paul G. Tobey - Wednesday, August 14, 2013 6:56 PM -
Unanswered0Votes
Allocating memory
Hi, I am writing a Native Application (in C) for Windows Emb. Compact 7. My application requires to receive a large amount of data ( max. 300 ...1 Replies | 301 Views | Created by Derek_81 - Tuesday, August 13, 2013 11:02 AM | Last reply by SimonRev - Tuesday, August 13, 2013 4:59 PM -
Unanswered0Votes
Windows CE 6.0 - Visual Studio 2005 - Visual C++ - Error 87 (hex 0x00000057) on start of application
Hello, I have a windows ce application which crashes immediately after starting up. I think I am getting this error "Unhandled exception at 0x0001d57a in RS912.exe: 0x00000057: ." When my ...2 Replies | 110 Views | Created by Steven4755 - Saturday, August 10, 2013 3:05 PM | Last reply by Steven4755 - Monday, August 12, 2013 6:27 PM -
Unanswered0Votes
Porting application - MFC Visual Studio 2005 CE6 to Visual Studio 2008 Compact 7.
I am trying to move an MFC project currently on Visual Studio 2005 / WinCE6.0 / TX28 Embedded board from Direct Insight. To a different board Visual Studio 2008 / Compact ...2 Replies | 75 Views | Created by ttBlue - Monday, August 12, 2013 9:15 AM | Last reply by ttBlue - Monday, August 12, 2013 5:49 PM -
Unanswered0Votes
Raw Ethernet Packets
Hello, I am currently using NDISUIO with WEC7 to communicate through my board's ethernet port to other devices (utilizing WriteFile and ReadFile calls). The performance using ...6 Replies | 190 Views | Created by elk84 - Thursday, July 25, 2013 11:51 PM | Last reply by elk84 - Monday, August 12, 2013 5:07 PM -
Unanswered0Votes
read nand flash wince 6
Hi How can I read/write to NAND flash memory for wince6? any raw apis are there for reading all sectors from a nand flash? In case if ...6 Replies | 207 Views | Created by leo934 - Tuesday, July 16, 2013 2:23 PM | Last reply by Bradley Remedios - Wednesday, August 07, 2013 5:41 PM -
Proposed0Votes
TSPI_lineNegotiateTSPIVersion not called after TUISPI_providerInstall in fresh win7 x64 but called in developer machine.
Hi , I have been developing TSP using vc++ 6that calls webservice to initiate calls in IP phones. I found following log in developer machine(win7 x64 ...4 Replies | 261 Views | Created by Jitendra kasaudhan - Monday, April 29, 2013 9:45 AM | Last reply by Andreas Marschall [exMVP TAPI] - Wednesday, August 07, 2013 4:35 AM -
Unanswered0Votes
Model-View-Presenter in Silverlight Embedded
I was attempting to follow the MVVM pattern to develop a Silverlight Embedded application for Compact 7, but the limited data binding is making that difficult. So I'm trying to switch to a ...1 Replies | 84 Views | Created by Talahamut - Tuesday, August 06, 2013 4:11 PM | Last reply by Talahamut - Tuesday, August 06, 2013 8:56 PM -
Unanswered0Votes
How to load standard icon by LoadIcon()
Hi all, WEC700. i need to load a standard icon by LoadIcon() but the IDI_* constants are not defined (such as IDI_HAND). Even if i define the symbols with the ...1 Replies | 73 Views | Created by SteMMo - Tuesday, August 06, 2013 12:33 PM | Last reply by SteMMo - Tuesday, August 06, 2013 3:49 PM -
Unanswered1Votes
How to speed up drawing text on a CEPC?
Hi, I have a Windows CE 5.0 CEPC. I am attempting to create a terminal application using this device. My terminal class creates a ...9 Replies | 179 Views | Created by knk53 - Tuesday, July 16, 2013 8:12 PM | Last reply by Paul G. Tobey - Monday, August 05, 2013 4:07 PM -
Unanswered0Votes
Error handling on windows CE
Hi, I'd like to handle math errors which are caused by math functions such as "log(-2)". I tried to handle these kinds of errors by implementing my own ... -
Unanswered0Votes
Memory Leak in MFC GDI application
Hi I am writing a Windows CE 5.0 MFC application that does a lot of text drawing and some graphics lines. If the program runs for a long time is starts to slow down and ...1 Replies | 119 Views | Created by knk53 - Friday, August 02, 2013 4:19 PM | Last reply by Artem A. Razin - Friday, August 02, 2013 7:07 PM -
Unanswered0Votes
AF_PACKET ( Send RAW Ethernet ) Support in Windows Embedded Compact 7
Hi all, We need to send the raw ethernet packets using standard socket calls in Windows Embedded Compact 7 (WEC7) platform. In BSD socket interface, Sending raw ...3 Replies | 132 Views | Created by AshfaqEmd - Wednesday, July 31, 2013 2:28 PM | Last reply by Paul G. Tobey - Thursday, August 01, 2013 3:40 PM -
Unanswered0Votes
How to detect Listbox scrollBar pressed
Hi, How can I detect that ScrollBar inside ListBox was pressed? I am using WEC7 with silverlight for windows ...1 Replies | 117 Views | Created by LukecPivk - Thursday, July 25, 2013 1:30 PM | Last reply by SimonRev - Friday, July 26, 2013 2:49 PM -
Unanswered0Votes
Porting MFC application
We have developed a quite large MFC application using embedded visual studio for windows CE 5. The processor is PXA270. Now we want to do a step forward and use a board with iMX6 ...3 Replies | 154 Views | Created by atomax - Monday, July 22, 2013 2:17 PM | Last reply by Paul G. Tobey - Wednesday, July 24, 2013 5:47 PM -
Unanswered0Votes
Barcode scanner not recognized in Win 7 or WMDC
I was referred here by another technician who copuldn't help me, we had our discussion here. We bought a Honeywell Dolphin 6100 less than a year ago for a ... - Items 1 to 20 of 798 Next ›