| Thread | Last Post | Replies |
|
| Java J2M? | 22 Mar 2005 19:01 GMT | 5 |
Question: is it possible to install a java VM, that is capable of playing these "mobile phone games"?
|
| How to get at C++ class/methods using GetProcAddress | 22 Mar 2005 17:56 GMT | 3 |
I've got an evc4.0 C++ program that needs to access functions in a class-library dll. This dll has several different versions, with differing numbers of functions in different sequence, so I don't want to rely on its various .lib files. Instead I want to use LoadLibrary and get ...
|
| GetFileVersionInfoSize on PocketPC | 22 Mar 2005 15:37 GMT | 2 |
When I try to use the API function GetFileVersionInfoSize() to retrieve the size of the version resource in my PocketPC app the size returned is always zero. When I get the error value with GetLastError() the error value is: Error 1814: The specified resource name cannot be found ...
|
| How do i deploy an app from eVC 4.0 | 22 Mar 2005 12:40 GMT | 1 |
I just installed Embedded Visual C++ 4.0 with SP4. I want to test and debug my app right on the mobile device(Pocket PC with WM2003), which is connected through ActiveSync. Right now all I see un the platform manager is the WinCE emulator. I am guessing that I need to download ...
|
| Looking for Pocket PC Network Sniffer | 22 Mar 2005 08:23 GMT | 1 |
we are looking for a network sniffer for PPC2002 and Windows Mobile 2003 devices. The devices are connected by WLAN or Xircom CompactCard Ethernet10 adapters to a database server.
|
| Assertion failed in appui3.cpp, dlgcore.cpp, afxwin2.inl | 22 Mar 2005 07:38 GMT | 1 |
First I will tell you all that I am new to doing eVC++ work... I've been charged with the task of maintaining a piece of eVC software. I've ran into a problem that I am a bit lost over... I setup a dual build environment so I could target both CE 2002 and
|
| Help on crashing when clicking on settings menu | 22 Mar 2005 07:24 GMT | 1 |
I have an Acer n20 which uses Pocket PC 2002. I used it to set up SQL Server CE and ran its eVC++ sample applications in debug mode. Then after the whole eVC++ crashed during debugging, I can never get into settings screen. Whenever I click on the settings menu, the PDA crashes and ...
|
| What is this compile error messages ?(on StretchDIBits) | 22 Mar 2005 07:23 GMT | 1 |
Sir, I tried to compile my pocket pc 2003 application on to pocket pc 2002.It is the mfc app which it is made with eVisual C++ 3.0 standard MFC...
|
| Getting iPAQ IDs | 22 Mar 2005 04:35 GMT | 1 |
is tehre an easy way to retrieve an iPAQ id, using c#
|
| Attaching a Menu to Dialog Based App | 21 Mar 2005 21:42 GMT | 1 |
Is there an easy way to attach a Menu bar to a Dialog based application ? I am willing to settle with a complex way as well... Thanks..
|
| FTP Error when using USB cable | 21 Mar 2005 20:12 GMT | 1 |
We have developed an app that uses the Wininet interface to download files via FTP. Standard sequence of internetopen, internetconnect, ftpgetfile, etc... This works fine when connecting using a wireless connection.
|
| LockFileEx implementation for Pocket PC 2002 | 21 Mar 2005 20:07 GMT | 1 |
I would like to compile sqlite on my pocket PC but it uses the LockFileEx API that doesn't exist natively. Does someone has an implementation for this ? Thanks
|
| application with commandline arguments | 21 Mar 2005 19:39 GMT | 4 |
Hello, I am trying to launch an application which needs the username and password to login using createprocess and am passing the username and password as commandline arguments. I am able to bring up the application
|
| Dialog Creation Question | 21 Mar 2005 19:35 GMT | 4 |
I am creating a dialog based application for Windows CE 3.0 and am wondering if there is anyway to get rid of the OK button that comes standard in the upper right hand corner of all dialog boxes in Windows CE....
|
| Real newbie questions on SQLCE | 21 Mar 2005 14:40 GMT | 4 |
Is it necessary to have SQL Server 7.0 or 2000 installed on desktop computer in order to use SQLCE on pocket PC? Thanks In Advance
|