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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle 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: WCE3.0, RasHangup, null handle Tag: 65598