No announcements
-
0 Votes
eVC - 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 ...
Found 6921 threads
-
0 Votes
Win32Api Network Adapter set Power Managament
Hello! I want to change Network adapter's power managament settings. I want to check 3 checkboxes. I searched this on google but i ...Answered | 1 Replies | 1344 Views | Created by Emre Demircann - Saturday, October 31, 2020 2:23 PM | Last reply by Emre Demircann - Sunday, November 1, 2020 3:20 PM -
0 Votes
MFC Native C++ app using Web Socket communication
Hello Team, I have a scenario like below Need to develop MFC (native C++) Chat server using either web sockets or Signal R ...Unanswered | 1 Replies | 1589 Views | Created by Santoo G - Sunday, September 27, 2020 5:09 AM | Last reply by Michel Verhagen - Tuesday, September 29, 2020 7:02 AM -
0 Votes
corrupt error: 0x8007007e
Hi, I am upgrading my app on WM 5.0 from eVC to Visual Studio 2005, after everything compiled and started deploying, it came with an error messeage: Unable to ...Answered | 11 Replies | 44546 Views | Created by kunallen - Wednesday, July 5, 2006 2:31 PM | Last reply by WarnerK - Monday, June 8, 2020 10:31 AM -
0 Votes
Error : 0x8007007e
I am developing a smart device project which reuses dll's as well as static libraries. The code builds fine but fails to launch the exe giving the following error "An error ...Answered | 6 Replies | 12157 Views | Created by SomeshChandra - Friday, January 27, 2006 10:52 AM | Last reply by WarnerK - Saturday, May 30, 2020 12:00 PM -
0 Votes
Windows 7: How to digitally sign a Cryptographic Service Provider (CSP)
signtool verify /v /kp eTokenCsp.dll Verifying: eTokenCsp.dll Hash of file (sha1): 4CCA87F43123DB3D658E1F0ECF1D24D6FA2CD296 Signing Certificate ... -
1 Votes
How do you change MFC .exe icon.
How do you change MFC .exe icon. I have read the flowing guide http://www.developer.com/net/cplus/article.php/627551 and it all look very simple ...Answered | 5 Replies | 13262 Views | Created by ceebmoj - Friday, April 17, 2009 9:46 AM | Last reply by Bruce Eitman - Friday, February 21, 2020 1:40 PM -
1 Votes
fatal error LNK1143: invalid or corrupt file: no symbol for comdat section 0xffff8000
Until recently my project was compiling and linking successfully on Windows OS using Visual Studio (VS) 2005, 2008, 2015. Suddenly, one of the *.cpp files, after compiling successfully, cannot link, ...Answered | 8 Replies | 2245 Views | Created by Languageware - Monday, February 3, 2020 11:52 AM | Last reply by Languageware - Friday, February 7, 2020 8:15 AM -
1 Votes
Hosting 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 | 5228 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 Votes
Program 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 | 1713 Views | Created by nusko - Tuesday, September 17, 2019 1:33 AM | Last reply by Bruce Eitman - Tuesday, September 17, 2019 5:29 PM -
0 Votes
Smart 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 | 1868 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 Votes
where 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 | 31136 Views | Created by mengshu - Friday, November 2, 2007 3:02 AM | Last reply by hgmamaci - Monday, May 6, 2019 4:37 PM -
0 Votes
IT DEPOLOVERS
SUPPORTUnanswered | 1 Replies | 1890 Views | Created by THEBLACKGHOSTHACKERSONE69 - Thursday, May 2, 2019 12:26 AM | Last reply by Michel Verhagen - Thursday, May 2, 2019 8:39 PM -
1 Votes
WinCE7 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 | 1976 Views | Created by EliranAb - Tuesday, April 23, 2019 6:56 AM | Last reply by Bruce Eitman - Tuesday, April 23, 2019 4:31 PM -
0 Votes
Inf2cat-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 | 1797 Views | Created by Alonh5 - Monday, April 8, 2019 10:04 AM | Last reply by Bruce Eitman - Monday, April 8, 2019 2:07 PM -
0 Votes
Could 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 | 10861 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 Votes
Epoch 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 | 12641 Views | Created by Mikesharp - Monday, July 12, 2010 9:21 AM | Last reply by Bruce Eitman - Friday, July 13, 2018 6:42 PM -
0 Votes
Upload 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 | 11031 Views | Created by Xadoom - Tuesday, March 15, 2011 9:36 AM | Last reply by naeem ahmad - Thursday, June 28, 2018 7:15 PM -
0 Votes
Windows 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 | 6334 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 Votes
IX509PrivateKey::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 | 1977 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 Votes
What'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 | 3271 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 - Items 1 to 20 of 6921 Next ›
No announcements