| Thread | Last Post | Replies |
|
| eVC++ / VC++ 6.0 conflicts? | 31 Mar 2006 20:46 GMT | 3 |
I have Visual C++ version 6.0 installed on my development machine. During a Windows CE course that I attended before Christmas, it was suggested that it might be wise not to install embedded VC++ on the same machine. Can anyone say whether there are, in fact, any conflicts between ...
|
| UPnP AV Framework and Windows CE | 31 Mar 2006 07:25 GMT | 1 |
I have some quaries regarding UPnP AV framework... 1.IS there any GUI available which can interact with the UPnP MediaRenderer and/or UpnP control point? 2. How can my HTML page interact with UPnP MediaRenderer and/or UpnP control
|
| How can I make a function to connect to a VPN? | 31 Mar 2006 00:47 GMT | 1 |
I want to connect to a VPN via GPRS by code. What steps must I follow to connect? What functions are necessary? Thx
|
| shared DLL | 30 Mar 2006 21:40 GMT | 5 |
I need to create a DLL that is shared (resource& code) between many process! I use CE5.0 & EVC++4.0 Is It Possible? Thanks
|
| WiFi - Switching between Infrastructure and Ad-hoc mode | 30 Mar 2006 21:30 GMT | 6 |
Hello, I have a WiFi adaptor in my WinCE device which should be able to communicate in both Infrastructure and Adhoc network, but one at a time. Is there anyway that I could switch the active WiFi network(from
|
| exit a program from dialog | 30 Mar 2006 17:30 GMT | 6 |
i'm having a dialog like BOOL CALLBACK T11DlgProc(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) {.....}
|
| Has COleSafeArray gone away? | 29 Mar 2006 18:08 GMT | 3 |
Friends, I notice that AfxDisp.h, (which normaly defines COleSafeArray), has a #ifndef _WIN32_WCE before COleSafeArray is declared. Has COleSafeArray gone away? Or, am I not to have _WIN32_WCE defined for my
|
| WSAENOTSOCK error | 29 Mar 2006 16:09 GMT | 2 |
I am developing an application in eVC++ 4.0 for Wince 5.0 and processor is ARMV4i In my application i am using UDP and i am using below given code with dest_port_num - 8010 and
|
| Beginner:How can I exec shell/batch command from C/C++ program | 29 Mar 2006 15:42 GMT | 1 |
in Win 32 system I use the system("xxx.bat") for esecuting batch file. there is something like under Windows CE5.0 /evc++ 4.0 ? Thanks Ruggero Bandera
|
| How to detect/check GPRS radio is disabled | 29 Mar 2006 03:16 GMT | 4 |
In Windows Mobile 5.0, there is one application that can turn the GPRS's radio on or off. In my application, I need to check/detect if the GPRS's radio is ON/OFF, what API or function can I call to know that?
|
| Unable to locate MSXML.dll for windows CE 5.0 | 28 Mar 2006 17:31 GMT | 1 |
I am trying to parse a XML file for win ce 5.0. The code was basically written for Windows 2000 and I am porting it onto win ce 5.0. The problem is with the import command for msxml.dll. The command #import <msxml.dll> imports the dll from the windir as the dll is not found in the ...
|
| VI 2005 debug question | 28 Mar 2006 16:55 GMT | 2 |
I apologize if this post is off-topic (it's not eVC++ but a VS question for developing with Windows Mobile 5). I have been having numerous problems using the debugger in VS to debug my application, both in the emulator and when using the real device.
|
| Some troubles with external flash? | 28 Mar 2006 08:18 GMT | 18 |
I have met one more strange problem. When the device is in a sleep mode, it cannot correctly execute API-function FindFirstFile(L"\\Some external flash card\\Some directory ",...) or FindFirstFileEx(...). The result of execution sometimes is equal to INVALID_HANDLE_VALUE. All ...
|
| C vs C++? | 27 Mar 2006 21:28 GMT | 12 |
I am currently reading "Programming Wondows 5th edition" from Charles Petzold and I must admit I like it a lot. I am approximately half way the 1500 page book and I should be honest with you, I am sort of getting used to programming in C within the WIN 32 environment. I almost ...
|
| Confused! | 27 Mar 2006 16:58 GMT | 1 |
I am a little discouraged. I know I need some help. And I don't know who to open to so here it goes. I am a <newbie> in this embeded world. I am a beginner VC++ programmer and wish to eventually program an embeded board. I don't know if I can do this
|