I dont think the person who wrote the original application is around. Since
myself ...
like chatting, whiteboard, application server, polling etc. Clients are
autocad etc.), audio conferencing. I hope this gives a reasonable picture of
the application. If there is some more specific information that wd be
needed before providing the steps required then please let me know.
Thanks...
Post by ClintIf it was me, I'd be in touch with whoever did up the original
application. It may be something simple, or it might be something complex
(or even impossible to solve).
Rewriting from scratch could be simple or complex as well, depending on
the functionality of the application. You'll need to post the details on
your system before an accurate answer is given as to the steps required.
Basically, though, you can do your development in a version of Visual
Studio. Check out http://msdn.microsoft.com/mobility/ for more clues.
I'd guess that if you're not a developer, building from scratch will be a
fairly painful process, and the path of least resistance will be talking
to the original developer. If that's not an option (developer's died,
cashed his check and run, etc), then look at re-writing the application or
having it written for you.
Clint
Post by NavoditPost by Tony A.Post by NavoditI have been given a .exe which is supposed to work for Pocket PCs.
Along with this exe, I copied a .dll and .ini file to the Pocket PC.
however when I try to load this exe it gives the error message that
this exe "is not a valid Pocket PC application". Can someone guide
me
Most Pocket PC software is distributed as an executable installer
(exe) that you execute on your Windows desktop PC, with the Pocket PC
in the cradle. The software will then install to the device via
ActiveSync. So run that exe on your desktop PC.
My magic 8-ball can't tell me what the ini and dll files are for
unless you want to get get more specific about the software you are
trying to install, which would be a good idea. One would guess they
should be placed in the same location as the exe file on your desktop
PC, before you run the exe.
Sorry for not giving more details. I was not sure about what to mention
I am working on a client-server application which needs to be deployed to
a Pocket PC. To deploy this application to a Pocket PC, a windows ce exe
was written (not by me). The steps given for installing this executable
//
Please download the following files into the given directories in your
casseopia.
1. inmeetingCEv1 -> /windows directory of device
2. msp.ini -> / directory (root diretory of device)
3. vncdll.dll -> /windows directory of device
To run the demo launch the inmeetingCEv1 from the /Windows directory.
Once you run it once it will be
in your recently used apps in the start menu of the device.
//
When I launch inmeetingCEv1 from the /Windows directory, I get the "not a
valid Pocket PC application" error... Unfortunately I donot have access
to the source code for writing this CE application. I am not sure if I
should try and get this CE application working or it wd be faster to
write a new one from scratch ! If writing a new one from scratch would be
faster then what would be the steps to go about this ? Thanks.