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
-
0 Votes
BlueTooth PAN ipaddress
BlueTooth PAN ipaddress - Visual Studio C++ 2008 Compact 7.0 I have added the components to allow bluetooth PAN to the catalogue. This creates ...Unanswered | 2 Replies | 2753 Views | Created by EmbeddedBlue - Saturday, December 5, 2020 12:25 PM | Last reply by Michel Verhagen - Monday, December 7, 2020 11:23 PM -
0 Votes
C compiler for Windows CE
I want to execute .c file whenever WinCE 7.0 booting up. So i need C compiler to do that. Any links will be helpfulUnanswered | 0 Replies | 1378 Views | Created by Heistnairobi - Wednesday, October 21, 2020 10:28 AM -
2 Votes
LDAP server certificate verification
Developing on WEC 2013 Unable to get the server certificate callback function ValidateServerCert() called using ldap_set_option() with LDAP_OPT_SERVER_CERTIFICATE on WEC2013. The ...Unanswered | 1 Replies | 1544 Views | Created by Cerealkiller0505 - Monday, October 12, 2020 10:38 PM | Last reply by Cerealkiller0505 - Tuesday, October 20, 2020 7:21 PM -
0 Votes
CryptUnProtectData() returns ERROR_INSUFFICIENT_BUFFER(122) error on Windows 7 EMBEDDED COMPACT
When I execute CryptUnProtectData() as follwed, it errors with ERROR_INSUFFICIENT_BUFFER (122 ). Note that size of the input byte array(encrypted data) and output byte array (decrypted byte ...Unanswered | 4 Replies | 1329 Views | Created by Mahesh G N - Friday, July 17, 2020 3:24 PM | Last reply by RLWA32 - Monday, July 20, 2020 9:27 AM -
0 Votes
No "Windows Embedded Compact"-entry in vs2013 "New Project Dialog"
On my Windows 7 Professional machine (Version 6.1.7601 SP 1 Build 7601) are installed: - first: vs2012 (**) and AppBuilderSetup_VS2012_v50806 ...Unanswered | 2 Replies | 1616 Views | Created by jre99 - Thursday, June 18, 2020 7:32 PM | Last reply by Michel Verhagen - Thursday, June 18, 2020 11:51 PM -
0 Votes
WEC7 Internet Explorer font issues
I know I'm digging here for archeology level knowledge. My application currently rests on Windows Embedded Compact 7, and it mostly runs, but there are a few issues. Having to support 17 ...Unanswered | 1 Replies | 1214 Views | Created by cg11 - Thursday, May 28, 2020 3:23 PM | Last reply by cg11 - Thursday, May 28, 2020 4:12 PM -
0 Votes
Registry not updating with frequent removal of USB device
Hi, we have a custom PCB which runs WEC2013. The PCB includes a miniPCIe interface into which we plug a wireless modem. This miniPCIe is connected to a USB hub on the ...Unanswered | 2 Replies | 1423 Views | Created by BSL001 - Friday, May 1, 2020 11:56 AM | Last reply by BSL001 - Friday, May 1, 2020 12:12 PM -
0 Votes
unable to copy file XXX.exe to bin\debug\XXX.exe could not find...
since yesterday i have the well known error (see above) first i was working in VB.NET on VS2019 and then tried the same on VS2017.. and the problem remains. When I build or start a ... -
3 Votes
MIPS C compiler
Hello, sorry for maybe a stupid question. I have a board, single board computer, called MIPS Creator CI20, it has jz4780 dual core SoC (mips32r2) and I am interested in a bare metal programming - ...Unanswered | 10 Replies | 2201 Views | Created by valeri-1980 - Tuesday, February 18, 2020 10:28 PM | Last reply by Andrew B. Painter - Wednesday, February 26, 2020 2:54 AM -
3 Votes
Running "Update XAML for Windows Embedded Project..." from CMD
Hello, we're using VS2013 and Blend to develop a Xaml application for Windows Embedded Compact 2013. since I need to run ...Answered | 4 Replies | 2473 Views | Created by RelictedSolrain - Thursday, November 8, 2018 1:18 PM | Last reply by Dev_Paule - Friday, February 14, 2020 2:42 PM -
4 Votes
WEC 2013: SSL Remote Certificate failed issue
System.Net.WebException: The remote certificate has failed validation procedure. at System.Net.SslConnectionState.PerformClientHandshake() at ...Answered | 6 Replies | 1674 Views | Created by lokeshkumar_r15 - Wednesday, January 29, 2020 9:16 AM | Last reply by Michel Verhagen - Friday, January 31, 2020 8:14 AM -
0 Votes
Help for C++ compiler bug workaround
The C++ for ARM in the Application Builder has a bug. When compiling C++ programs for WEC2013 (Windows Embedded Compact 2013) the .EXE file is generated. Additionally the .PDB is ...Discussion | 3 Replies | 1712 Views | Created by Harper23 - Saturday, January 18, 2020 8:25 AM | Last reply by IoTGirl - Tuesday, January 21, 2020 7:39 PM -
0 Votes
Help for C++ compiler settings
I am back in the forums but can't find the forum for Windows Embedded Compact anymore. I hope to reach some people that can help here. When compiling C++ programs for WEC2013 ...Unanswered | 1 Replies | 1461 Views | Created by Harper23 - Saturday, January 18, 2020 8:22 AM | Last reply by Sean Liming - Sunday, January 19, 2020 1:36 AM -
3 Votes
WINCE 6 not honoring setsockopt to disable Nagle algorithm (TCP_NODELAY)
Answered | 8 Replies | 2199 Views | Created by behlin28 - Wednesday, October 2, 2019 7:07 PM | Last reply by Michel Verhagen - Friday, November 8, 2019 8:10 PM -
0 Votes
WinCE 7.0 C++ VS2008.. Trying to deploy and see this error.. "The bootstrap could not be initialized from the datastore."
Hi, I am using a WinCE Compact 7 device with an OS we have been using for a few years. I am running a C++ application from VS2008 and this morning I started seeing this error when I ... -
0 Votes
Wince 6 socket latency
Hello, Data streaming over Wi-Fi and Ethernet socket has latency under WinCE 6 R3 and needs help to resolve this issue. In one of our real-time medical ...Answered | 8 Replies | 6513 Views | Created by SaravanakumarS - Monday, May 21, 2012 6:41 AM | Last reply by Mike Tallroth - Wednesday, October 2, 2019 7:49 PM -
0 Votes
How to sign and verify it on the board
Hi all, we are developing for WinCE60 OS some .NET 3.5 apps. We need to sign the .NET apps and, most of all, verify the sign from the launcher app (our C app) ...Proposed | 1 Replies | 1592 Views | Created by SteMMo - Thursday, September 26, 2019 3:50 PM | Last reply by Bruce Eitman - Tuesday, October 1, 2019 1:17 PM -
0 Votes
Windows CE: RasDial never exit
Hi all, I faced the RasDial synchronous call never exit problem after a GPRS modem connection lost. I know that there are other post in the group, but all ...Unanswered | 0 Replies | 1565 Views | Created by Fabio Ancarani - Thursday, September 26, 2019 2:31 PM -
1 Votes
Application for Win CE 6.0
Hi, I wanna create application for Siemens TP700 Comfort Panel with os Windows CE 6.0 using Visual Studio 2008. If I connect device to PC via enternet ...Unanswered | 7 Replies | 5308 Views | Created by SKT-Richard - Tuesday, November 13, 2018 12:34 PM | Last reply by Bruce Eitman - Thursday, September 19, 2019 9:27 PM -
2 Votes
WEC7 - how to turn off ALL Internet Explorer security zones?
I'm sure there is some finesse way of doing this, but I'm running out of adult beverage... I have a CE 5.0 app that uses the embedded IE control to display a 3rd party ...Answered | 9 Replies | 2135 Views | Created by cg11 - Monday, February 25, 2019 4:33 AM | Last reply by IoTGirl - Wednesday, March 6, 2019 5:34 AM - Items 1 to 20 of 1301 Next ›
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