No announcements
-
0 VotesVisual Studio Smart Device Development - Native C++ Project FAQ
We are happy to announce the release of our first wave of FAQs for Smart Device Development. These FAQs are aimed at helping developers find answers to frequently asked questions in forum more easily ... -
0 VoteseVC - VS2005 Migration experience Issues,Suggestions,
Hi All I work to improve native development experience for devices. Recently I have seen few customers reporting eVC-VS2005 migration related issues. We generally ...
-
1 VotesHosting the Windows Media Player Control in a PocketPC Application written in C++
I use VS2005 to generate a ATL Smart Device Project and follow the sample posted on http://msdn2.microsoft.com/en-us/library/bb262335.aspx using VS2005 ...Answered | 2 Replies | 3810 Views | Created by Jacob Wong - Tuesday, June 26, 2007 2:44 PM | Last reply by Bruce Eitman - Friday, November 8, 2019 3:40 PM -
0 VotesProgram can't compile when its in my google file stream
I am trying to compile a very simple c++ program using visual studio 2019. My project files are in a folder thats located in my google drive file stream (basically a folder that gets synced on ...Unanswered | 1 Replies | 370 Views | Created by nusko - Tuesday, September 17, 2019 1:33 AM | Last reply by Bruce Eitman - Tuesday, September 17, 2019 5:29 PM -
0 VotesSmart Devices Deployment for marriage of ceremonies
Hey, Can anyone guide me how can I deploy smart devices for my event management company. My company provides wedding toastmaster to marriage ceremonies.Unanswered | 1 Replies | 457 Views | Created by Master of Ceremonies - Tuesday, July 9, 2019 9:40 AM | Last reply by Bruce Eitman - Tuesday, July 9, 2019 2:02 PM -
1 Voteswhere to find the signtool.exe?
Hi, I'm sorry. I don't where to post this subject. I want to use the : \Windows Mobile 6 ...Answered | 3 Replies | 26410 Views | Created by mengshu - Friday, November 2, 2007 3:02 AM | Last reply by hgmamaci - Monday, May 6, 2019 4:37 PM -
0 VotesIT DEPOLOVERS
SUPPORTUnanswered | 1 Replies | 454 Views | Created by THEBLACKGHOSTHACKERSONE69 - Thursday, May 2, 2019 12:26 AM | Last reply by Michel Verhagen - Thursday, May 2, 2019 8:39 PM -
1 VotesWinCE7 freezes during restart
I created an image nk.bin from the BSP and I try to restart the windows CE 7. I've created an EXE file that contains the following ...Answered | 2 Replies | 523 Views | Created by EliranAb - Tuesday, April 23, 2019 6:56 AM | Last reply by Bruce Eitman - Tuesday, April 23, 2019 4:31 PM -
0 VotesInf2cat-Exclude or go handly flie by file
Hello, I have tried to search but couldn't find an answer. Is there a possibility to use ind2cat tool, but not use all of the INF file on directory, but choose one by one, or exclude ...Unanswered | 1 Replies | 431 Views | Created by Alonh5 - Monday, April 8, 2019 10:04 AM | Last reply by Bruce Eitman - Monday, April 8, 2019 2:07 PM -
0 VotesCould not iterate UPNP services of a device using microsoft UPNP.DLL
Hi Friends, I am facing a problem with Microsoft upnp.dll, i have 5.1.2600.2180 of upnp.dll. 1) I wrote both VC++ as well as C# code; ...Answered | 6 Replies | 9241 Views | Created by Subhash Madhukar - Monday, July 9, 2007 8:43 AM | Last reply by Garr Godfrey - Thursday, January 10, 2019 9:46 PM -
0 VotesEpoch time conversion to System Time and Date
Hi, I want to convert Epoch time to System Time and Date format, I checked Windows Mobile 6.5.3 documentation, I didn't find any API which does ...Answered | 7 Replies | 10025 Views | Created by Mikesharp - Monday, July 12, 2010 9:21 AM | Last reply by Bruce Eitman - Friday, July 13, 2018 6:42 PM -
0 VotesUpload file via POST request
I have the necessity to implements a file upload on a web server in C++, I succeed with the following code: #include ...Answered | 3 Replies | 8004 Views | Created by Xadoom - Tuesday, March 15, 2011 9:36 AM | Last reply by naeem ahmad - Thursday, June 28, 2018 7:15 PM -
0 VotesWindows CE 5.0, make controls larger so that you can use your fingers...
When I am edting a dialog, some controls cannot be make larger (i.e. combo box). How does one get around this? The reason for wanting larger controls is so that the end user can use their fingers ...Answered | 4 Replies | 4878 Views | Created by anthony_ff - Monday, June 9, 2008 1:36 PM | Last reply by Dariusz Czarnecki - Monday, June 18, 2018 8:12 AM -
0 VotesIX509PrivateKey::Open method supports PIN property however Windows Security dialog still displayed
Hi, according to description of IX509PrivateKey::Open method, this method allows passing the PIN property before calling the method. I would expect that this has the ...Unanswered | 1 Replies | 661 Views | Created by Blaz MALNERSIC(SEKUNDANT) - Monday, June 11, 2018 1:44 PM | Last reply by Blaz MALNERSIC(SEKUNDANT) - Tuesday, June 12, 2018 10:09 AM -
0 VotesWhat's the difference between the headers set with HttpAddRequestHeaders and that ones set within HttpSendRequest function?
I'm trying to figure what is the correct place to set my http headers. The WinInet API has two functions where I can set them. Setting the headers ...Proposed | 6 Replies | 1261 Views | Created by Carlos Barreto Feitoza Filho - Monday, June 4, 2018 12:53 AM | Last reply by Carlos Barreto Feitoza Filho - Thursday, June 7, 2018 5:14 AM -
1 VotesRead-only edit control gets control type of CTLCOLOR_BTN in OnCtlColor
40 dialogs). WM5; C++; dialog based; VS2005 Thanks!Unanswered | 10 Replies | 7559 Views | Created by Tim Raleigh - Sunday, December 30, 2007 2:00 PM | Last reply by Gerasimov Oleg - Thursday, March 29, 2018 10:31 AM -
0 Votes[Winsock BT] How to get phonebook using socket API
Hello, I am writing an app to get phonebook from device. I've connect to a device has PBAP service. But after ...Answered | 3 Replies | 5847 Views | Created by JamesMo - Friday, January 13, 2012 10:06 AM | Last reply by Morkolo - Saturday, March 17, 2018 9:06 AM -
0 VotesI am unable to establish UDP Connection between Server written in C++ and Client written in C#
Sending and Receiving Data using UDP between C++ and C# Applications Server console App (C++) void main() { WSADATA wsaData; SOCKET ...Unanswered | 1 Replies | 1520 Views | Created by GhazanfarAli - Wednesday, January 31, 2018 9:07 AM | Last reply by Simple Samples - Wednesday, January 31, 2018 9:09 PM -
0 VotesWhere to get tools
I have an SDK for a device that requires VS2008 or (I think) embedded VC++. The target is an Arm7 based device with CE7. These seem to be discontinued products, what are my options ...Answered | 1 Replies | 1284 Views | Created by Bellisarius - Wednesday, November 15, 2017 2:38 PM | Last reply by Michel Verhagen - Wednesday, November 15, 2017 10:32 PM -
1 Votestime function
Hi, I'm new to C++ and I am writing a project in it that I want to build on both Windows CE and VxWorks, so I am compiling the project in both MS Visual Studio and Wind River ...Answered | 16 Replies | 19675 Views | Created by Pinguino Girl - Wednesday, July 5, 2006 7:49 PM | Last reply by Gerasimov Oleg - Tuesday, November 14, 2017 1:10 PM -
2 Votesinstall Windows Mobile 5.0 Pocket PC SDK (ARMV4I)
I need to continue support old project, Visual C, for WM5.0 pocketPC, ARMV4I. What VS / SDK should I install to do it? where to get it? I'm using Windows7 Home ...Unanswered | 3 Replies | 3332 Views | Created by yurishnol - Tuesday, October 17, 2017 1:52 PM | Last reply by Misty Zi - Friday, October 20, 2017 5:51 AM -
0 VotesConnect to MySQL using MFC
I need to connect to and update an MySql database via my windows mobile application which is written using MFC. How do I do this?Answered | 2 Replies | 5708 Views | Created by LearnerMan1234 - Friday, June 5, 2009 1:00 PM | Last reply by Keromax - Wednesday, September 20, 2017 2:43 PM - Items 1 to 20 of 6919 Next ›
No announcements
