| Thread | Last Post | Replies |
|
| Question for Error the Message | 31 Mar 2004 18:45 GMT | 4 |
Everyone know this error message meaning ? VOIMAGE.OBJ : error LNK2019: unresolved external symbol DecompressImageIndirect referenced in function "public: int __cdecl CVOImage::Load(struct HDC__ *,unsigned short const *)"
|
| Deriving from CWinThread | 31 Mar 2004 17:16 GMT | 3 |
When I created a new object deriving from a CWinThread, the wizard created an object with a protected (rather than public) constructor and DECLARE_DYNCREATE(CCommsThread) . Im planning to use this thread to read/write to a com port.
|
| Moving data between value and control | 31 Mar 2004 08:40 GMT | 1 |
If I use Class Wizard to define an edit box variable as a string rather than a control, how do I move the actual value between the two types. I usually define the instance as a control but thought I'd try using it as a string instead
|
| Doing something when a window is fore/backgrounded. | 31 Mar 2004 05:08 GMT | 3 |
I want do something when a app is foregrounded/backgrounded. A program displays moving picture. when start menu is displayed or other program is launched, that program stop displaying. and when the app is activated again, it continues displaying moving picture.
|
| Can I use GUI inside of a DLL? | 30 Mar 2004 23:47 GMT | 3 |
I am developing a DLL by eMbedded Visual C++. I would like to know if I can use GUI inside of the DLL, for example, I want a dialog to be displayed when the DLL is called. Can I use MFC to generate a window class, or I have to use Win32 window?
|
| Pocket PC 2003, XDA II, GPRS reconnect problem after incoming call | 30 Mar 2004 23:30 GMT | 1 |
Dear People I have two small programs called connect and disconnect running on XDA II and windows Pocket PC 2003. The connect.exe uses RAS function RasDial to establish GPRS connection from the RAS phone book entries. The
|
| srand and time.h problem | 30 Mar 2004 16:06 GMT | 2 |
Hi all, I have a simple stupid question here.. I have to generate a random number ranged 0-10 in my program, int myRand myRand = rand( )%10
|
| Displaying debug messages in non MFC application under eVC | 30 Mar 2004 14:56 GMT | 1 |
What is the equivalet for the TRACE() macro for non-MFC application. I tried using NKDbgPrintfW, but after few successful calls it hangs my application. What is the correct way to display debug messages in a non MFC application?
|
| Problem of Pocket access | 30 Mar 2004 14:33 GMT | 4 |
I have develop a database program with EVC++ and pocket access. When I have insert the record it can show the record before sync. However,After synchronized the record have been deleted by active. Anyone could tell me where's problem ?
|
| how to split cpp files | 30 Mar 2004 11:53 GMT | 1 |
i have a big .cpp file in my VC++ project. How can i split this file into several smaller files? Thank you Eger
|
| Problem with dialog | 30 Mar 2004 09:04 GMT | 2 |
I have a problem with dialogs in EVC++ 3. My CDialog contains a CFormView. When I try to show it with DoModal() it works great most of the time. But sometimes it won't show until I click on a place on the menubar, where no menuitem is. This only
|
| ATL Server support | 30 Mar 2004 08:31 GMT | 2 |
I'm looking into using web services through ATL Server. But I don't think ATL Server is supported on Windows CE. I'm referring to using the native C++ ATL server libraries Could someone with experience/ knowledge in this area let me know if ATL server is available? If it is not ...
|
| Wireless connection | 30 Mar 2004 08:24 GMT | 3 |
I have a client server application which I need to communicate through a wireless network. The client runs on a Dell Axim while the server runs on the desktop. I have used sockets to bind a communication link between these 2 and they work perfectly when the usb cable is plugged ...
|
| How do I get from GetStockObject to filling out a LOGFONT structure | 30 Mar 2004 07:28 GMT | 4 |
Although I know I need to use GetStockObject(SYSTEM_FONT) to read in the default font, I can't work out how I get from there to filling out a LOGFONT structure to change the font size and style. Would someone post a code sample please.
|
| Smartphone2002 & 2003 questions | 30 Mar 2004 04:18 GMT | 1 |
And again some questions about Smartphone2002 & 2003: 1. My program cannot create keys under HKLM\Drivers, HKLM\System - why? (both on 2002 & 2003) 1.1 How can I place profile for my driver into registry? It must be under
|