| Thread | Last Post | Replies |
|
| Thread crashing on return instruction... | 14 Oct 2004 20:43 GMT | 14 |
We got an application that spawn 2 new threads in a winmain function that will enventually handle sockets. Both of those thread starts executing without problems the functions we gave as argument in the call of CreateThread()
|
| how can i export some functions out of a EXE? i.e. EXE act like DLL | 14 Oct 2004 15:19 GMT | 1 |
my current plan is to run my application in the background, and then other apps can loadlibrary my EXE and call it. the functions i am exporting is to communicate with my EXE, to control it. is it possible or is there any other way to do similar thing?
|
| Deactivate red dots in CDialog, using MFC | 14 Oct 2004 11:04 GMT | 3 |
i created a MFC Dialog on PocketPC 2003. In this dialog, user can paint some picture and save it to bitmap-file. the problem: how to deactive the red dots (context menu), when user press and hold on
|
| How to Find the Missing Components ? | 14 Oct 2004 10:39 GMT | 1 |
I am developing an application for SmartPhone 2003. It is working fine in the mobile and when i tried to build an emulator version I get this error Win32 Error Code 126. which means the specified module is not found.
|
| How to get the ip address of the local machine | 14 Oct 2004 06:51 GMT | 4 |
Hello there.I am working on the pdas in evc++.I want to get the ipaddress info of the local system.Is there a function that I couyld call as I do not want to hard code it. Thankyou in advanvce.
|
| How to target CE 4.2 with eVC 4.0? | 13 Oct 2004 22:55 GMT | 4 |
When I select STANDARDSDK, the include files and libs used are those for CE 4.0! C:\Program Files\Windows CE Tools\wce400\STANDARDSDK\... Whereas for Pocket PC 2003, it uses the libs for CE 4.2.
|
| IRAPIStream | 13 Oct 2004 20:44 GMT | 1 |
Please, could anyone tell me if there is any way I can clear a IRAPIStream buffer, clearing all the variables I put inside its buffer through its Write method? How could I instantiate a IRAPIStream object? Thanks,
|
| misalignent with struct type | 13 Oct 2004 17:27 GMT | 3 |
i'm writting a prgram that communicate with a USB Card that's based on 16 bit CPU. So all my struct are aligned on 16 bit. But i've got ab error of misalignment when i try to access to this structure.
|
| Using Clip board in PocketPC O.S. 2.0 | 13 Oct 2004 17:22 GMT | 2 |
I need to interact with the clipboard in Pocket PC O.S. 2.0, but I can't find the API call to do it. Any help with doing this would be much appreciated. Thank You.
|
| Adding a sdk to an existing project | 13 Oct 2004 17:01 GMT | 2 |
I added a platform sdk to evc++ after my project was built. When I create new projects, the sdk shows up in the dropdown menu of sdk choices. Is there a way to get the existing project to let me configure that I want to build my project with the new sdk?
|
| Problems capturing WH_KEYBOARD_LL message. | 13 Oct 2004 15:29 GMT | 5 |
I have developed an eVC application based on a dialog box and I want to intercept keyboard messages. I've read in this newsgroup that I can do it by using SetWindowsHookEx function and WH_KEYBOARD_LL message. I've tried to do it using this code:
|
| Project build issue - looking for ideas... | 13 Oct 2004 14:22 GMT | 2 |
Unexpectedly, my application (multiple processes launched from a master process), began to crater on a CreateMapFile call (ERROR_INVALID_ADDRESS). The only problem is that the code cratering has been operational for over 8 months and has not been changed in
|
| Platform Manager question. | 12 Oct 2004 16:33 GMT | 3 |
I am having the following problem... I use eVC++ 4.0 with SP4 to develop an app for both PPC2003 and PPC2002 platforms. Now, when I build the executable and copy it into both the devices, it all works fine.
|
| Change Resolution | 12 Oct 2004 16:29 GMT | 1 |
I have a pda with diplay 320 x 240. I have a program (I do not have the code) with resolution 340 x 260. How I can change the resolution of the PROGRAM.EXE in 320x240? Which command I must use for change the resolution?
|
| Virtual Serial Port | 12 Oct 2004 16:25 GMT | 1 |
it is possible to make a driver seriale that it writes on a com1 is on files? How is constructed one virtual seriale driver? I can modify the COM_Init commandos... COM_Read.... of the driver derial
|