Score of 0
0 answers
117 views
WindowsCE Path to Copy file to pc
I am looking for the path of my connected Windows CE device in the Windows Manager under Windows 11. I would like to copy a file from Windows CE to Windows 11 in Python here is the code: import shutil ...
- reputation score 1
Score of 0
1 answer
121 views
How to call buzzer sound of device on windows embedded 7? [duplicate]
My device does not support the WAV or MP3 file formats. I want to play a buzzer sound on my Windows Embedded 7 system. Is it possible to achieve this using C++ or C#? Can anyone suggest how to proceed ...
- reputation score 3
Score of 1
2 answers
803 views
Converting batch file to exe for Windows Embedded Compact (XP)
I’m having some trouble trying to create a very simple .exe file that starts a .url file in the same directory, when I try to run it, a pop-up message shows an error telling that: “<filename.exe&...
- reputation score 11
Score of 0
0 answers
164 views
Firewall rule windows CE ip port range
I would like to create a rule to allow a port range through firewall in windows CE. I want to allow these addresses: 10.10.10.1-10.10.10.254 I tried to make an IP rule with IP:10.10.10.1-254 and IP:...
- reputation score 1
Score of 0
0 answers
64 views
Set ip settings from cpp(Qt)
Its really hard going to code to save the ip settings(RegSetValueEx()) from cpp(By registry editing of WinCe). Its issue about encoding of string(which I parse to BYTE* and if I use hardcoded string,...
- reputation score 1
Score of 0
0 answers
111 views
Windows CE 3.0: error when I try to create object to can copy files:
I want to create a VBS script for a Windows CE device to copy some files from a SD card to a network folder. But I get this error: Error ActiveX component can't create object: 'CreateObject' This is ...
- reputation score 19692
Score of 0
1 answer
248 views
Why i can't connect Microsoft SQL Server Compact 3.5 on window CE
I use Visual Studio 2008 Pro I installed Microsoft .net compact framework 2.0 SP2 Microsoft .net compact framework 3.5 -Microsoft SQL Server Compact 3.5 for Devices ENU -Microsoft SQL Server Compact ...
- reputation score 3
Score of 1
1 answer
2567 views
What is the difference between a word and a short?
I've tried doing my due diligence here, and I'm not sure if the systems register affects how big a word can be? but from a quick google, it seems that the definitive answer is that a word is 2 bytes(...
user18031247
Score of 0
1 answer
466 views
TYPO3 custom content IRRE (inline content)
Is there a solution to get inline elemnts in a custom content element? I only know thd solution to set the page with the data records in the content element where the inline elements are stored. But i ...
- reputation score 269
Score of 1
0 answers
143 views
OpenSSL_1_0_2-stable BN_mod_inverse_no_branch error
I've compiled OpenSSL_1_0_2-stable(12ad22dd) for WinCE6(x86) and WinCE7(ARMv4I) by following the steps on this website: https://documentation.unified-automation.com/uasdkcpp/1.6.0/html/...
- reputation score 11
Score of 3
1 answer
453 views
What version of GRPC can I use to build with c++98 for WinCE?
I would like to build GRPC for WinCE with the c++98 std. What is the last Version where it is working? Is there one? I heared, that Google Protobufs last version for c++98 is the v3.5.1 is that ...
- reputation score 31