RAPOI and VC 5.0
Hi All,
has anyone managed to use RAPI from VC 5.0?
I am having a strange problem in the linker trying to link
the rapi.lib library.
Any thoughts?
Thanks in advance Tag: Look at this correction pack Tag: 65637
Images in C# and .NET compact framework
I'm writing a card game for my pocket PC and want to import a load of
card images (gifs). Can somebody give me a hint as to how I go about
this using the compact framework and C#?
Thanks in advance
Mark. Tag: Look at this correction pack Tag: 65634
Loading images in C#, .NET compact framework
I'm writing a card game for my pocket PC and want to import a load of
card images (gifs). Can somebody give me a hint as to how I go about
this using the compact framework and C#?
Thanks in advance
Mark. Tag: Look at this correction pack Tag: 65633
File Upload & IE for Pocket PC
Does anyone know of a workaround for the inability to
upload a file from Pocket PC through its version of
Internet Explorer to a web server? I am trying to create
an ASP web application for the Pocket PC which requires
the upload of text/data files from the Pocket PC to a web
server. I've done some searching and have not come up
with much.
Any suggestions, ideas, leads would be greatly
appreciated. I have embedded VB 3.0 & VisualStudio.NET at
my disposal as well if this is something that will help
me accomplish that goal.
Thanks very much in advance for any suggestions.
Michael A. Falcone
mfalcone@att.net Tag: Look at this correction pack Tag: 65626
eMbedded C++ 4.0 Installation Problem
Whenever I try install eMbedded C++ 4.0, it complains that
I have insufficient memory. However, I have 512 MB of RAM,
of which 370MB is free during the installation as indicated
by the task manager.
What is going on? Thanks. Tag: Look at this correction pack Tag: 65619
ASP in Pocket IE
Hi.
I am writing some ASP pages for use in Pocket Internet
Explorer on PocketPC 2003. All is working well except
for the fact that i can't seem to make an <input>
readonly. In IE 6 it works but when i run it up in PIE
the textboxes are still editable. Does anybody know it
is possible to make textboxes readonly in PIE? It is
just standard html and ASP, not asp.net...
Thanks
Adam Tag: Look at this correction pack Tag: 65616
ANN: CalliGrapher 7 Public Beta Available
PhatWare Corporation announced the free beta availability of CalliGrapher 7,
the next generation of the company's award-winning handwriting recognition
software.
CalliGrapher, one of the most popular Pocket PC-based handwriting
recognition applications on the market, analyzes pen strokes written in any
application window, then converts those pen strokes into text and sends the
recognized text to the target application. Employing advanced fuzzy logic
and neural net techniques, CalliGrapher recognizes arbitrary alphanumeric
strings as well as words contained in its integrated dictionary.
CalliGrapher 7 provides support for multiple configurations, each of which
can store individual parameters including recognition options, keyboard
layout, custom keyboard layout, letter shapes, and ink options. Other
improvements include a customizable soft keyboard; customizable toolbar;
reduced memory footprint; and improved ink flow and recognition. For more
information and to join the Beta Program, visit the CalliGrapher 7 Beta Web
Site at www.calligrapher.net.
PhatWare Corp.
October 2, 2003
www.phatware.com Tag: Look at this correction pack Tag: 65615
Memory Leak ?
Hi,
I am developing some app dat loads images and calls new and delete operators
on some pointers.
My application does not report any memory leaks when debugging or give any
other errors.
However, after leaving my application running for a while, WinCE reports
that memory is running low and that I need to close some apps to free up
some memory.
So while it may not be a "memory leak", somehow it is eating more and more
memory.
I do not know how to debug this, other than to monitor the amount of free
memory while my application runs, and then disable parts of my application,
to see which portion is causing the memory hogging.
I forgot how to get the amount of free memory, and winCE dynamically adjusts
the amount of memory used for storage and for volatile memory for running
applications.. so this will make debugging a bit harder.
Anyway, how do I get the amount of free memory? And can anyone else make
suggestions as to how to figure out where memory is being hogged?
Lisa Tag: Look at this correction pack Tag: 65614
Drawing free-form lines via the mouse
I'm currently using a picturebox control to display a bitmap on which I'm
drawing free-form lines that the user creates with the mouse. Currently,
this is done in the MouseMove event of the picturebox control, looking for
the left button. Right now, the drawing is very intermittent, meaning that
if I move the mouse faster than a snail's pace, it doesn't draw
consistently - it leaves gaps. Almost as if the mousemove is too fast for
the event handler to catch. Right now, I'm ONLY using the emulator and the
mouse as I don't have a physical Pocket PC. Is this more an issue with the
emulator or will it appear on the real device as well when I try to draw
free-form lines via the stylus? Is there a better - faster - way to capture
the mouse (stylus) movements and draw a line where the mouse is moving?
Thanks,
AKM Tag: Look at this correction pack Tag: 65607
start menu lock
does anyone know a way to lock the start menu while an application is
running? i want to lock users into a program that doens't have an option to
do so by preventing menu and button access through the operating system.
thanks. Tag: Look at this correction pack Tag: 65605
HELP: Winsock gethostbyname not working
I am trying to get two PDAs to talk to each other and pass
files back and forth. They are set up on a wireless
network already. (AdHoc).
I have set up the Server using eVC and it appears to be in
a listening mode. (I have it time out after 20 seconds)
And everything on that end looks fine.
On the Client side, I have the following lines of code:
sock = socket (AF_INET, SOCK_STREAM, 0);
if ((ph = gethostbyname (HostName)) == NULL)
MessageBox (NULL, TEXT("Error", szAppName, MB_OK);
HostName is just a character string set to the name of the
Server PDA.
Everytime I run it, it says it cannot find the host. No
matter what I do.
Any ideas? I have the hardcoded IP address and wanted to
just code that into the SOCKADDR_IN struct. But there
does not seem to be an easy way to do this.
Please help.
Ben Tag: Look at this correction pack Tag: 65603
RAPI and LNK1106 error
Hi All,
I am trying to develop a program that makes use of the RAPI
funactions to access a database on the device. When build
the project, the linker stops with the error:
rapi.lib : fatal error LNK1106: invalid file or disk full:
cannot seek to 0x388972be. The error message is of course a
non sense, so what could the problem is?
I am using VC 5.0
Any hint will be very appreciated.
Thanks in advance,
Stefano Tag: Look at this correction pack Tag: 65598
Using Pocket PC 2003 SDK in EVC 3.0
Hi
I would like to develop applications for both pocket pc 2002 and
pocket pc 2003. So i have to use EVC 3.0 to compile my programs. Is
there anyway i can use the 2003 SDK in EVC 3.0 to compile the
programs?
Thanks!
Li Tag: Look at this correction pack Tag: 65596
Please Help: Convert Pocket Word to Desktop Word file
And maybe will have to do the same for Powerpoint and excel as well.
I am using Win 32 API on Pocket PC 2002/2003 based application.
Pauli Tag: Look at this correction pack Tag: 65595
howto copy files from VB6 app. to handheld device
Hi all!
I have a VB6 program that creates a text file that I need to copy over to my
handheld device.
Instead of going through ActiveSync to copy over this file, I would like to
do this from my VB6 program, maybe a button that when pressed, will transfer
my file to an appropriate directory in my hendheld device, bypassing
ActiveSync.
Can I do this? Any hints how to?
Your help will be very very very appreciated! Tag: Look at this correction pack Tag: 65593
Versions of visual studio.net
What are the major differences between the Enterprise, the
Developers and the Professional versions of Visual
Studio.net.
Do all three provide the capability to develop with smart
devices?? Tag: Look at this correction pack Tag: 65591
Audio playback (MP3) question
Hi,
I'm developing an application that requires MP3 audio playback. Is it
possible to use the windows media player control to do that? if so, where I
can find the API calls or some code snippet to do that?
Or, is there shareware or commercial audio engines that I could use easily?
Thanks a lot for your help,
Mauricio. Tag: Look at this correction pack Tag: 65585
Newsgroup admins, please act responsibly!
I've been posting to the Palm development news groups for over a year
and a half and I have never once recieved spam or a virus attatchment.
As soon as I started using the MS groups I was inundated. Let me
rephrase this, I recieved absolutely NO SPAM OR WORMS UNTIL I signed up
for the MS newsgroups. I resigned up with a new yahoo account and it
was IMMEDIATELY clogged with the sven worm. Palm uses Lyris which
attempts to tuck away the senders e-mail. Sure this measure wont work
forever and I'm no expert, but there HAS to be at least something MS can
do to allieviate this problem. Then again maybe MS just has too big of
a target on its back to avoid this kind of thing.
Thanks,
Mike Tag: Look at this correction pack Tag: 65575
VoIP on POCKET PC
Hi Everyone,
I am doing a project for my final year in sch which is VoIP on the Pocket PC
with VB,NET... CAn any one guide me? I am at a total loss!!!
Thanks Tag: Look at this correction pack Tag: 65574
PocketPC 2003 CEMAPI Problem
I am having a problem getting my custom mail transport
provider to work properly under 2003. It works fine when
compiled with eVC++ 3.0 for 2002, on various 2002 devices.
However, the same code compiled with eVC++ 4.0 for 2003
only "half" works. The main problem is that when composing
a new message, Inbox places the draft copy in ActiveSync's
Draft folder, not my own. Then when the message is "sent"
it is moved to the ActiveSync Outbox, not my own.
I currently suspect the changes made to GetCapability
queries are affecting me somehow. I haven't been able to
find much documentation on the changes so far, so I am not
sure if I am even on the right track.
If someone has had some experience with this or has any
ideas, please speak up! :) Thanks in advance.
Very Appreciatively,
Eric Harris Tag: Look at this correction pack Tag: 65573
HP h2210 SD CARD Problems
Certain GPS Application Installers seem unable to detect an SD card in an
h2210 running PPC2003. Has anyone experienced this before, I don't have a
spare card on me so any ideas about service pack, firmware or in fact
anything that may prevent me hurling my shiny new device about! :-)
The h2210 is brand spanking off the shelf, the software is anyones guess but
it claims to be beyond its second release, sturdy scissors nearly didn;t
make it through the SD card PVCpack .... I've reached the end ..... perhaps
Bill forgot to tell us something - who knowst? - You?
Ta Tag: Look at this correction pack Tag: 65569
How To Access PocketPc Phone Edition Location Libraries
I am trying to develop some particular solution for Pocket PC Phone Edition,
using the emulator in PocketPc2003 SDK. Unfortunately I'm not able to locate
the location libraries. Any suggestion would be appreciated.
Regards
Deniz Iren Tag: Look at this correction pack Tag: 65567
Printing software for PPC ( upto 2003) and WinCE ( including WinCE.net 4.1)
New printing software available for PPC and WinCE. Even a developers
kit incl
visual studio is available. Details please look at www.marktra.de.
Printing software does include PPC (upto 2003) and WinCE ( upto
including WinCE.net 4.1) Tag: Look at this correction pack Tag: 65565
Focus of an object
I would like to know as I verify if an object of my screen
has the focus. For example, I have a EditBox, and I would
like to know in one definitive event, if this object is
with the focus. Tag: Look at this correction pack Tag: 65563
Prohibiting uninstall during Hardware Reset on PDA...
Dear all,
Is it possible that the applications that are installed into PDA
[Pocket PC 2003] using CabWiz-made CABs do not get uninstalled when
there is Hardware Reset done on PDA?
Also, are there any techniques to store the configurations of PDAs so
that those could be reused after Hardware Resets ?
Can you point to articles for possible techniques?
Thanks for your time.
- Kedar Agarkar Tag: Look at this correction pack Tag: 65555
How to use ActivateDevice and DeactivateDevice in eVC
Hi,
I need some sample code to know how to use the ActivateDevice and
DeactivateDevice functions because I want to disable the SD card slot in the
PDA. Tag: Look at this correction pack Tag: 65553
keyboard driver with layout manager
I am reading platform builder 4.2 help keyboard driver section.
I need to migrate PPC2002 keyboard driver to PPC2003 keyboard with
using layout manager.
I have already succeeded migrating without using layout manager.
I found section explains that. but I cannot understand some sentences.
"Perform all of the steps below in the file that contains the Windows
CE .NET 4.1 implementation of the DllMain entry point."
DllMain function is in laymgr.cpp in public directory. This means we
should define another DllMain in platform directory?
"In this dirs file, the PDD is not contained in the PDDList directory
or the directories that contain the information to build the
individual dynamic-link libraries (DLLs) for your keyboard driver."
Our PPC2002 keyboard driver code doesn't have PDDList directory though
I see it in S2440 BSP. What is PDDList directory and is this
necessary?
Please answer
Thanks
Follow-up is limited to microsoft.public.pocketpc.developer
--
Remove '.n0zpam' to send e-mail to me. Tag: Look at this correction pack Tag: 65551