| Thread | Last Post | Replies |
|
| Problem compiling DLL with winsock stuff in it | 06 Jun 2005 19:33 GMT | 5 |
I am trying to recompile a DLL that was written in VC for the PC. I am getting the following error messages: Linking... Creating library X86Dbg/Blank.lib and object X86Dbg/Blank.exp
|
| IXMLDOMDocument-sharing violation | 06 Jun 2005 19:02 GMT | 1 |
I have two applications,one coded in EVC and another in C#. Both these applications are accessing same xml document. When I run EVC application ,it accesses the document and parses it successfully,but after that when I try to access same file from my C#
|
| Linker warning - "Cannot adjust code at offset..." | 06 Jun 2005 09:57 GMT | 1 |
Does anyone know why I'd be getting this warning? MSDN help says "LINK was unable to pad the code as required. Some instructions are not allowed to cross page boundaries on some processors." How can I determine where in the code the padding is needed and why? Is
|
| MenuBar: Bitmap Item | 05 Jun 2005 21:43 GMT | 5 |
In the resource editor I can define a Menu Item as Bitmap. In the item's properties I can then state an index. But where do I set which bitmap to use, respectively, how do I have to name the bitmap resource for it?
|
| pocket pc ECV++ vector images driver, how to load images | 05 Jun 2005 16:45 GMT | 1 |
hello:) 1) so i would like to display vector images on my pocket pc. Are there any free libraries to view vector images, no matter what format. 2) as far as these vector images are concerned, is there anyone who
|
| How to display gif format picture in EVC4.0 | 04 Jun 2005 12:01 GMT | 9 |
GIF format picture can be displayed in EVC3.0 with CVOImage class provided by Virtual Office Systems .But unfortunately the EVC4.0 does not support the class. I want to show gif format picture in my application which is compiled in
|
| eVC++ 4.0 | 03 Jun 2005 17:45 GMT | 4 |
eVC++ 4.0 SP4 (tried some other SP's too) is not able to open or create project files (.vcp). I always get a error message like this (EVC.EXE): The instruction at "0x....." referenced memory at "0x.....". The memory
|
| PocketPC SDK not listed in EVC++4.0 IDE | 03 Jun 2005 17:14 GMT | 3 |
I've installed EVC++ 4.0 on my PC. I've also installed PocketPC2002 SDK. While installing EVC++ 4.0, the Standard SDK automatically got installed too. Now in the EVC++ IDE, I'm able to get the Standard SDK only in the SDK drop down box. PocketPC2002 is not appearing.
|
| How to use the popup blocker in my client appliance? | 03 Jun 2005 16:43 GMT | 3 |
My client appliance is an MFC-based application that hosts the Windows CE Internet Explorer ActiveX control.
|
| help: how to use cstring in dlls/alternatives? | 03 Jun 2005 16:36 GMT | 7 |
can someone guide me on this? what kind of dll to create? and how to use CString in the dll. Thank you
|
| Keyboard input in headless device | 03 Jun 2005 14:37 GMT | 2 |
I'm trying to direct keyboard input to my application. My setup is a custom Windows Ce.net 4.2 headless device. I have included the USB HID Keyboard driver and hook up a USB keyboard on the USB otg. This setup works fine, I can see the keyboard driver is loaded and all seems well ...
|
| CPU load | 03 Jun 2005 14:24 GMT | 2 |
How can I measure the CPU load (per process) from my program?
|
| OnIdle not called | 03 Jun 2005 11:53 GMT | 1 |
Hi, I'm trying to overload CWinApp::OnIdle but it is not called. Where can I find example code? -- theHog
|
| how to validate an XML document using XML schema in CE 4.2 (MSXML4 | 02 Jun 2005 22:57 GMT | 1 |
I'm facing some problems using MSXML to read and validate XML documents that are defined in a XML schema (the XML document is loaded without parsing errors even if it does not correspond to the XML schema referenced). It seems that CE 4.2 contains MSXML3 which does not support XML ...
|
| how to use MSXML2 (msxml2.h) | 02 Jun 2005 22:55 GMT | 4 |
I'm facing some problems using MSXML to read an validate XML documents that are defined in a XML schema (MSXML::DOMDocument.load() blocks if there are errors like missing closing tag in the XML document instance even if I don't reference a schema).
|