| Thread | Last Post | Replies |
|
| Using a static library from a DLL | 26 Jan 2005 16:01 GMT | 1 |
Hi, I'm creating a DLL that uses a static library. I've added the library to the project settings, in the link tab. But, when linking, I get this error: IPSMultiProtocol.obj : error LNK2019: unresolved external symbol "public:
|
| mbstowcs vs. MultiByteToWideChar | 26 Jan 2005 13:55 GMT | 3 |
I need to convert a great deal of ASCII character strings to wide char, the two methods mbstowcs and MultiBytesToWideChar can do the job for me. My question is: Which one has the better performance?
|
| where is pimstore.h in eVC 4.0 | 26 Jan 2005 13:49 GMT | 1 |
I have an eVC 3.0 appilcation hat uses pimstore.h When I try to compile the application in eVC 4.0, I get an error saying it can't find pimstore.h
|
| button navigation | 26 Jan 2005 10:02 GMT | 1 |
on my main screen i have a few buttons, created in WM_CREATE: buttonLaunch = CreateWindow(L"button",L"Launch the Application", WS_GROUP|WS_TABSTOP|BS_MULTILINE|WS_CHILD|WS_VISIBLE|BS_PUSHBUTTON,30,10, ButtonWidth,ButtonHeight, hWnd, (HMENU)ID_APPBUTTON, hInst,NULL);
|
| Add OK button on mainframe? | 26 Jan 2005 09:47 GMT | 1 |
I wrote a doc-view app and don't want to show "close" button but only OK button on the right-top corner of the mainfram . then the user can "exit" the app in stead of "close and hide" the app by clicking on the OK button. but the appwizard only give me a close button , How to Add ...
|
| eVC debugger swap error | 26 Jan 2005 06:26 GMT | 4 |
I can't debug with eVC any more: "Debugger Swap Error" - "eVC cannot locate a debugger able to debug the attached device..." I use
|
| Timeout: Failed to connect to the device. | 25 Jan 2005 19:42 GMT | 6 |
I solved this problem, but I have a question. When I freshly installed eVC++4 along with the WinCE SDK, I compiled a MFC exe SDI project. When I ran it, it launched the WinCE emulator, then it basically just stalls
|
| connection problem with pocket PC emulator - eVC4 IDE | 25 Jan 2005 19:41 GMT | 10 |
Ok, so I have just installed eVC4 with SP4 and also installed Microsoft Pocket PC 2003 SDK. I launched the IDE and created a "WCE Pocket PC 2003 Application" with all default options. I do not have my Pocket PC connected so I want to test the application on its emulator. While
|
| Writing to the CE registryy | 25 Jan 2005 09:03 GMT | 5 |
this function succeeds, but the reg value is never changed. The keys do exist... what am i doing wrong here... im starting to really pull my hair out on this one!!!! call:
|
| Rename Registry Keys | 25 Jan 2005 08:40 GMT | 2 |
i have a problem with changing names of Registry Keys. I'm coding a webinterface (C++, ISAPI) for Windows CE which includes a remote registry editor, all went fine (save new entries, delete entries, ...) but now i wanted to edit some values and couldn't find a function to
|
| HID.dll | 25 Jan 2005 00:23 GMT | 2 |
We are looking to interface with the USB port on a PocketPC 2003 OS. We have a camera connected to the Pocket PC VIA USB. We want to be able to get pictures from that camera and control some things on that camera as well. We have looked on the Pocket PC and have found no HID.dll ...
|
| Help:How to create installation file for evc project? | 24 Jan 2005 23:19 GMT | 2 |
I am developing a application for ppc 2003 with evc4.0 + sp3. But don't know how to create setup files.Would you pls give me some idea about it? Thank you very much! Best Regards
|
| Windows ce4.2 seens not support full secure socket control codes?! | 24 Jan 2005 21:16 GMT | 7 |
I am developing a socket ap with SSL (smartphone2003 based on wince4.2)to communicate with server. However, while i call ------------------------------------------- WSAIoctl(m_socket, SO_SSL_GET_CIPHERS,....)
|
| i can't found lss.h | 24 Jan 2005 20:56 GMT | 1 |
Hi all, im developing a eVc++ 4.0 program and i have an error at compiling time with lss.h, i have been reading some articles by Paul Tobey and he say's that the file comes with platform builder, but PB does't look to be free available yet. Where can i find lss. h or
|
| rename a .txt file | 24 Jan 2005 20:54 GMT | 1 |
doas anyone knows how to rename a text file? I tried DeleteAndRenameFile but this did not work. Any hints appreciated and thanks for your time. Best regards,
|