.NET Compact Framework and TreeView Control
I am porting a small VB app over to ppc. The treeview control uses the
LableEdit property which is not supported by .NET Compact Framework. Also,
since it does not support GetNodeAt method either, it seems impossible to
implement lable edit function and yet Pocket Explorer seems to implement it
for its ListView adequately. Does anybody have experince with implementing
labeledit for a treeview node in PPC? Tag: WLAN Software Development kit for iPAQ Tag: 64719
Which type of developer software to use to develope on the Pocket PC 2002?
Hi,
I want to make a software that is able to transmit voice over a network.
What software should I use to develop my application?
Should I use Embedded C++/VB or I can use Visual Basic. NET / C#.net. What
is the difference between the .NET framework and the embedded tools?
You advice will be greatly appreciated.
Thanks for your attention. Tag: WLAN Software Development kit for iPAQ Tag: 64717
PPC 2003 SDK with VisualStudio2002 ?
Hi,
can I use the PPC 2003 SDK also with VisualStudio.net 2002?
Unfortunately I just have this version of VisualStudio....
In fact, I already installed PPC 2003 SDK on my machine - but nothing really
happend... I have a shortcut to the help-file and to a cmd-box in the start
menue and 160 MB laying on my hdd. But nothing happened to my VisualStudio I
am not able to start an emulator...? What should I normally see and how
could I normally start developing with the PPC SDK?
Thanks,
Raik Tag: WLAN Software Development kit for iPAQ Tag: 64716
HP iPAQ 2210 Cradle
Can anyone help please?
We have developed an application that runs on an HP iPAQ 2210 and prints to
a Citizen iDP3221 serial printer.
When we developed the app we used a Compaq iPAQ 3950 and the cradle with
this model came with both USB and DB9 RS232 connectors.
In their wisdom, HP dropped the DB9 RS232 connector from the cradle for the
iPAQ 2210.
We have no great desire to re-write the code and test on an Epson USB
printer, so we were wondering if anyone has any ideas on using the USB
connection of the 2210 cradle to connect to a serial printer. We have looked
at ATEN USB/Serial converters, but of course they are for PCs/Laptops and
need device drivers to be installed on the PC operate. there is no way of
loading these onto a 2210 that we are aware of.
If anyone can offer any advice or suggestions it would be much appreciated.
Thanks in advance.
Bill Roffey
bill@oss.net.au Tag: WLAN Software Development kit for iPAQ Tag: 64713
Is PocketPC 2002 ARM compatible w/ 2000 ARM?
If I want to release an app for both PPC 2000 and PPC 2002, should I compile
for PPC 2000 or PPC 2002 in evc 3? I assume PPC 2002 exe's are backward
compatible with 2000 right (unlike PPC2003 binaries which are not compatible
with previous OS versions)?
I'd rather compile for PPC 2002 instead of 2000... but I just want to make
sure that it'll run on 2000.
Thanks,
Nick Tag: WLAN Software Development kit for iPAQ Tag: 64711
Question about "Update Remote Output Files" in eVC IDE
Hi, All,
Could anybody please let me know which files are sent to the emulator when
"Update Remote Output Files" is pressed (Manually Download))?
Thanks in advance.
John Tag: WLAN Software Development kit for iPAQ Tag: 64710
Disabling scrollbars when using CFormView
Hi everyone!
I need some help. I've created a FormView dialog with a narrow listbox on
the right-hand edge and stretching the full height of the form.
In the OnInitialUpdate handler, I include the following lines to prevent
the scrollbars from appearing:
CSize sizeTotal;
sizeTotal.cx = 0;
sizeTotal.cy = 0;
SetScrollSizes(MM_TEXT, sizeTotal);
It works perfectly on my device but the emulator still shows the
scrollbars. This makes me wonder whether this method will be reliable on
other devices and if there's a better way to do it. I've also tried using
the EnableScrollBarCtrl() methods but I'm not sure if they're supported on
PocketPC. They compile without errors but don't appear to do anything and
there's no mention of them anywhere in the online help.
I'd be grateful for any suggestions.
Thanks.
Hameg. Tag: WLAN Software Development kit for iPAQ Tag: 64708
newbie ? on UDP
I am having no success "receiving" UDP packets in my EVC
3.0 / MFC application.
I have a desktop PC application broadcasting UDP packets
every second. I know that the packets are being sent out
because I can see them when I run a packet sniffer
application. They are being broadcast out port 8998 to
address 255.255.255.255.
I am also able to ping my PDA from my desktop reliably so
I know they are are on the same network.
On the PDA side, I have a thread which has opened a
datagram socket, has bound it to INADDR_ANY and is then in
a loop which uses recvfrom to look for UDP packets.
Here is the code to create/open the socket and to look for
packets:
m_socket = socket(AF_INET, SOCK_DGRAM, 0);
if (m_socket == INVALID_SOCKET) {
//<report(TEXT("SOCKET failed"))>;
return false;
}
memset(&addr, 0, sizeof(SOCKADDR));
addr.sin_addr.s_addr = htonl(INADDR_ANY);
addr.sin_port = htons(m_nPort); //<-8999
addr.sin_family = AF_INET;
rc = bind(m_socket, (struct sockaddr *)&addr,
sizeof(addr));
if (rc == SOCKET_ERROR) {
// <report(TEXT("SOCKET BIND failed"))>;
return false;
}
===========================================================
if (m_bRunning) {
fromLen = sizeof(struct sockaddr);
rc = recvfrom(m_socket, buf, sizeof(buf),
0, pFrom, &fromLen);
if (rc > 0)
<do my processing>
}
If doesn't matter whether I use the blocking form of
recvform or set it up as non-blocking and use select,
I never receive any packets.
I am out of things to try. Any ideas?
Thanks in advance,
Vikki Pitts
Safe Environment Engineering Tag: WLAN Software Development kit for iPAQ Tag: 64706
Batch file
Does anyone know if there is a possibility to write a batch file (as .bat or
.cmd files
in dos) for pocketpc? If yes, how?
thanks,
Kayhan Aksoy Tag: WLAN Software Development kit for iPAQ Tag: 64705
EVC 3.0 and compiling for older OSs
Hi,
A few weeks ago I posted asking where to get the SDKs for Palmsize PC 2.11
(Mips) and Pocket PC 3.0 (Mips). I have an application that I can compile
for Pocket PC 2002 (Arm), but I can't seem to find a way to select the other
processors or OSs. I'm using EVC 3.0.
The feedback I received was of mixed usefullness. One person said the SDKs
were included in the EVTools 3.0 download. Another person said they were
available elsewhere, but I couldn't get the link to work.
It does look as though files are available for the other processor types in
the following directories:
c:\Program Files\Microsoft eMbedded Toos\EVC\WCE200
There are also directories for WCE201, WCE210, WCE211, WCE212 and WCE300.
I'm guessing that I am just not finding the options in EVC 3.0 to allow the
seletion of the older targets. On the toolbar there is a dropdown selection
box whith the text "Pocket PC 2002" in it. An another one with the text
"Win32 (WCE ARM) Release". But no other options in either selection box. I
would expect to be able to select Palmsize PC 2.11 and Pocket PC, but those
options aren't in the lists.
Any suggestions?
Thanks,
Paul Remde Tag: WLAN Software Development kit for iPAQ Tag: 64704
EnumFontFamilies Problem
I was wondering if someone had any ideas on why I can't get this to compile.
I trying to use the same parameters as defined in the MSDN library. If I
have the callback function for EnumFontFamilies defined as:
#include <Windows.h>
int CALLBACK PaintSingleFontFamily (ENUMLOGFONT FAR *lplf, TEXTMETRIC FAR
*lpntm, int nFontType, LPARAM lParam)
I get the following error:
error C2664: 'EnumFontFamiliesW' : cannot convert parameter 3 from 'int
(struct tagENUMLOGFONT *,struct tagTEXTMETRICW *,int,long)' to 'int (__cdecl
*)(const struct tagLOGFONTW *,const struct tagTEXTMETRICW *,unsigned
long,long)'
It works fine when I have the function defined as:
int CALLBACK PaintSingleFontFamily (CONST LOGFONT *lplf, CONST TEXTMETRIC
*lpntm, DWORD nFontType, LPARAM lParam) {
Any ideas/suggestions?
Thanks,
Norm Tag: WLAN Software Development kit for iPAQ Tag: 64703
how can i disable wakeup ppc2002
I am using ppc2002 and i connect to internet using gprs but after suspend my
pocket (not disconnect only suspend) automatically after few minutes wakeup
i have tested and is due to receive a tcp/ip traffic.
thanks.
Maybe there are a registry trick Tag: WLAN Software Development kit for iPAQ Tag: 64695
sql server cd
dear all,
I want to install sql server ce, however, after I double the execute file of
sql server ce, it said that the sql server is not with sp1 or high though I
have installed sql server service pack 3
what's problem I miss or wrong
Need your help
Thx Tag: WLAN Software Development kit for iPAQ Tag: 64694
Wierd Problem: COM Port does not work any more in Emulator
Hi, All.
I wrote a serial-communication app for PPC2003 via eVC++4.0. When I run the
app in emulator from eVC++4.0 IDE, everything is fine, and I can see the
data comes from COM1. However, when I try another way to run the same app in
emulator without eVC++4.0 IDE, I found there is no data coming out from
COM1, very wierd.
Deatils about running the app in emulator without IDE: First start PPC2003
emulator, use Emulator->Folder Sharing to share the directory of the app,
then use "File Explorer" to select the app and run.
Could anybody please let me know why the COM Port does not work any more
with the same app? Thanks in advance.
John Tag: WLAN Software Development kit for iPAQ Tag: 64688
Problem: GetCurrentDirectory or any other similar function in eVC++4.0
Hi All,
I am writting applications for PPC2003 via eVC++4.0.
I tried to get the current directory by function GetCurrentDirectory(..),
but I failed. After compilation I got "error C2065: 'GetCurrentDirectory' :
undeclared identifier". I guess eVC4.0 does not support this function since
I could not find it in Help. Does anybody know how to use this function, or
any other function under eVC4.0 to get current directory or position?
Thanks in advance.
John
//My codes:
//Test
DWORD nBufferLength;
LPTSTR lpBuffer;
GetCurrentDirectory(
nBufferLength,
lpBuffer
);//Test Tag: WLAN Software Development kit for iPAQ Tag: 64686
confusion over database support for my vs.net 2003 app for my viewsonic PPC V37.
Warning - Just this one time I thought my confusion over this subject
warranted fishing in two different waters. I did post this question also to
the sqlserver.ce newsgroup. My impression from the tools I am working with
and the information I have seen so far is that perhaps these two groups
don't always talk with each other.
Although I have successfully ported a VS.NET 2003 form based C# app onto my
ViewSonic V37 PPC, I am stumbling through the database part of my app like
when I first started programming over 12 years ago. I am confused.
Where do I find the query analyzer for Windows CE to create a database. Some
of the instructions make an assumption that the developer has already
figured this out. I have as a reference in my VS.NET 2003 project
System.Data.SqlServerCE and I think the idea is that I am supposed to
programmatically create a database. A separate app I just discovered that I
must have installed yesterday, Embedded Visual Basic 3.0. I also see
Connectivity Support for IIS for SQL Server CE 2.0. I installed SQL Server
CE 2.0 after finding that my MSDN subscription only had 1.0 or 1.1 on it. I
then got confused wondering which path I should choose, OLEDB or ADOCE?
I guess the question would be; What is the best way for me, given the tools
and versions of different apps I have mentioned, to give me the database
support I need on my Viewsonic V37 PPC? Just a couple of tables is all I
need right now with no relational dimension..and as I have already learned,
omitting the possibility of stored procedures.
A second question about this whole paradigm and different toolsets is as
follows; is there an assumption made that any database created for a PPC is
to be considered a kind of shadow structure, a second class db citizen to be
used as a slave to some master that resides on a laptop or stand along
computer?
Thank you,
-Greg Tag: WLAN Software Development kit for iPAQ Tag: 64683
[Q] EAPOL-Start Frames Not Sent
This is a multi-part message in MIME format.
------=_NextPart_000_001B_01C37E8E.6795EB40
Content-Type: text/plain;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
We are testing against the Cisco 1200 AP and have set it's =
authentication timeout period fairly high (60 seconds) to avoid timeouts =
during PEAP login/password prompts. However, we see something strange.
It's possible that the EAP-Request Identity frame sent by the =
AP/Authenticator can be lost and not responded to by the STA/Supplicant. =
Because of the large timeout, the AP will eventually retry the =
EAP-Request Indentity frame. However, the supplicant never send an =
EAPOL-Start frame to initiate the authentication. We don't see this =
behavior with the Win32 supplicants on W2K/XP.
Is there a reason for this? Is there a registry setting that will enable =
the supplicant to send an EAPOL-Start frame?
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
Peter Gibson
Seabright Consulting, Inc.
peter.gibson@sbcglobal.net
(831) 477-7735=20
------=_NextPart_000_001B_01C37E8E.6795EB40
Content-Type: text/html;
charset="Windows-1252"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Dwindows-1252">
<META content=3D"MSHTML 6.00.2800.1226" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>We are testing against the Cisco 1200 AP and have =
set it's=20
authentication timeout period fairly high (60 seconds) to avoid timeouts =
during=20
PEAP login/password prompts. However, we see something =
strange.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>It's possible that the EAP-Request Identity frame =
sent by the=20
AP/Authenticator can be lost and not responded to by the STA/Supplicant. =
Because=20
of the large timeout, the AP will eventually retry the EAP-Request =
Indentity=20
frame. However, the supplicant never send an EAPOL-Start frame to =
initiate the=20
authentication. We don't see this behavior with the Win32 supplicants on =
W2K/XP.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Is there a reason for this? Is there a registry =
setting that=20
will enable the supplicant to send an EAPOL-Start frame?</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT =
size=3D2>=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D<BR>Peter Gibson<BR>Seabright=20
Consulting, Inc.<BR><A=20
href=3D"mailto:peter.gibson@sbcglobal.net">peter.gibson@sbcglobal.net</A>=
<BR>(831)=20
477-7735 <BR></DIV></FONT></BODY></HTML>
------=_NextPart_000_001B_01C37E8E.6795EB40-- Tag: WLAN Software Development kit for iPAQ Tag: 64677
IR and beaming contacts
How can i have my program beam contacts to another pocket pc in a way that
the the pocket outlook contact list will accept?
thanks,
charles Tag: WLAN Software Development kit for iPAQ Tag: 64676
PPC 2002 installation
I downloaded the PPC 2002 SDK but when I try to install
it, the install routine aborts about half way through the
registration portion and uninstalls everything. Then I
get an error message that my system has interrupted the
installation. I'm using Windows 2000, have 1 Gig RAM and
30 Gigs free disk space. I turned off the anti-virus
programs because I thought maybe that was causing the
problems. I still can't get it to install. The PPC 2000
SDK installs Ok.
Anyone have any ideas ?? thanks Tag: WLAN Software Development kit for iPAQ Tag: 64674
Tray icons on PocketPC 2003
Hi,
I'm trying to get a tray icon to display under PocketPC 2003. I have a
16x16 icon defined and my code loads it as such and it will then display
under the Standard SDK emulator. When the same code is run under the
PocketPC 2003 emulator, or on a PocketPC 2003 device, the icon doesn't
appear - there is instead a blank patch in the tray area that can be clicked
in order to show the tray icon's popup menu.
Has anyone actually got a tray icon to show up on a PPC2003 device?
Thanks,
Dr. James Weatherall Tag: WLAN Software Development kit for iPAQ Tag: 64673
Turning On the Pocket PC Programmatically
I have some software code in eVB to turn on the Pocket PC programmatically.
This doesn´t work in VS 2003. Is there someone who can give me a hint? Tag: WLAN Software Development kit for iPAQ Tag: 64667
Is it possible to put RegisterClass(&wc) inside your own class ?
Hi all
Is it possuble to put RegisterClass(&wc) inside your own custom classs ?
How should the wc.lpfnWndProc be set as it is now inside a class ?
Am I thinking of trying the impossible ? ;)
TIA
Andrew Kennard Tag: WLAN Software Development kit for iPAQ Tag: 64660
pvbLoad problem
Hi all,
Anyone know what I should be looking for in tracing a problem with
pvbLoad.exe? The error message I am getting is:
Application pvbload.exe has performed an illegal operation and will be
shut down. If the problem persists, contact the program vendor.
Program: pvbload.exe
Exception: 0xc0000005
Address: 011a4d7a
I'm finding it difficult to find a place to start looking. Any
insight anyone?
Thanks in advance for any help...
-BB Tag: WLAN Software Development kit for iPAQ Tag: 64657
[eVC] Converting CString in a double value
Hi, my name is Simone, i'm wrote from Italy.
I'm a newbie programmer for Pocket Pc 2002, and I have a problem.
This problem is: I need convert the myvar (class CString) in a mynum (class
double). I use the function atoi and atof (I includes in my project file the
stdlib.h and math.h), but this function return invalid number.
Example:
myvar = 750;
mynum = -13489028479022
Why?
Please help me, tank you
--
Simone Sanfilippo
consulente informatico
per mandarmi una mail togliete il nospam Tag: WLAN Software Development kit for iPAQ Tag: 64654
Problems with Localization in Pocket PC application
Hi !
I have a big problem with localization and mobile-page !
when a brwoser from pocketPc emulator try to request an aspx-page i have an
error on this :
request.UserLanguages
There is a way to see the user-language preferred by clients when they
request a page ???
(the same code with any browser on desktop pc works !) Tag: WLAN Software Development kit for iPAQ Tag: 64653
bluetooth- connect to gps in code?
i have a data collection program that allows the user to mark each
data plot with a GPS location via NMEA. it works perfectly with a GPS
wired into the serial port.
i just got a bluetooth gps and want to be able to use it effectively.
is there any way to connect to the device from within my program so
the user doesn't have to switch to the bluetooth manager and connect
to the gps device every time they turn the pda back on (50+ times a
day)? something about this seems rediculous. even if i can't do it
from within my stuff, it seems like there should be a setting
somewhere for devices to auto-connect.
i also am not getting anything across the comm port (com8:4800). the
nav software that came with it (pharos) works just fine but nothing in
my NMEA stuff or the few shareware GPS proggies i downloaded reads
anything coming in the port. is there a string i need to send this
particular gps to start the flow?
-matt Tag: WLAN Software Development kit for iPAQ Tag: 64649
Developing for PocketPC with VS.NET C# book
Does anybody know a good book about programming for mobile devices
with C# in Visual Studio .NET 2003 (with PocketPC 2003 SDK)?
The only book I could find that I though was close to this subject was
from Microsoft Press:
Programming Microsoft Windows CE .NET (3rd edition)
But this is NOT about programming with C# in VS.NET 2003, but rather
this is about the embedded visual studio and C++.
Does anybody have any tips for me?
Kind regards,
Jules
<don't reply by email. this is just a spamcatcher.> Tag: WLAN Software Development kit for iPAQ Tag: 64647
Dialog box resize
Hi group
I have made a dialog box project in eVC3.0. I am facing problem
when the user clicks on the keyboard icon at the bottom right. By
doing this a large part of my application get hidden. So is there any
way to resize the dialog box as soon as user clicks on the keyboard
icon.
Thanks in advance
Anki Tag: WLAN Software Development kit for iPAQ Tag: 64646
EMbedded Visual C++ 4.0
MSDN,
I am not sure whether I missunderstand, or there is
something wrong. I have recently upgraded from EVC3 to
EVC4. On EVC3 I have been developing for Pocket PC with
an inbuilt phone, like the XDA.
On EVC4, I a choice of two platforms:
NETPADWINCE
SMARTPHONE 2003
I find all my calls to the phone later are not recognised
under NETPADWINCE and my MFC forms will not compile under
SMARTPHONE 2003.
Is there something wrong? Am I missing a configuration?
If I am, can anybody tell me where to get one?
I tried manually moving DLL's and .h (like rill.dll) files
round to get my application to compile on NETPADWINCE.
Although not for the emulator which will not now work.
But on instalation, EVC4 tells me that ActiveSync cannot
find my device, or I have the wrong platform.
My platform is Pocket PC 2002. Does this mean EVC4 does
not compile for Pocket PC 2002?
Thanks in advance for any advice,
Ben Tag: WLAN Software Development kit for iPAQ Tag: 64645
Problem with executing a Program on IPAQ 5500
Hi
i wrote a program for the IPAQ 5500. The code was compiled
without any warnings and errors. By the way the active sync
conmnection works fine but after downloading the executing
program following error message appears.
" Cannot execute program "
Is here anybody who has an idea what could be the problem?
Best regards
Thorsten Tag: WLAN Software Development kit for iPAQ Tag: 64642
pocket pc 2003: PIE: windows media player control
Hello All:
I downloaded the Windows Media Player Control for Pocket PC from
http://www.microsoft.com/windows/windowsmedia/create/embedppc.aspx
I then proceeded to create a very simple HTM page with the embedded
control. This page in fact is derived from a sample page from the
"Windows Media Player for Pocket PC" SDK.
-------------------------------------
<HTML>
<HEAD><TITLE>Windows Media Player Test</TITLE></HEAD>
<BODY>
<OBJECT ID="Player" WIDTH=160 HEIGHT=240
CLASSID="22D6f312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="1.wma">
<PARAM NAME="AutoStart" VALUE="False">
<PARAM NAME="ShowControls" VALUE="False">
<PARAM NAME="ShowPositionControls" VALUE="False">
<PARAM NAME="ShowAudioControls" VALUE="False">
<PARAM NAME="ShowTracker" VALUE="False">
</OBJECT>
<BR>
<INPUT TYPE="BUTTON" NAME="BtnPlay" VALUE="Play" ONCLICK="PlayMedia">
<INPUT TYPE="BUTTON" NAME="BtnStop" VALUE="Stop" ONCLICK="StopMedia">
<INPUT TYPE="BUTTON" NAME="BtnAbout" VALUE="About"
ONCLICK="ShowAbout">
<SCRIPT LANGUAGE="JScript">
<!--
function ShowAbout() {
Player.AboutBox();
}
function PlayMedia() {
Player.Play();
}
function StopMedia() {
Player.Stop();
}
-->
</SCRIPT>
<SCRIPT for="Player" event="Error()" language="JScript">
alert(Player.ErrorDescription);
</SCRIPT>
</BODY>
</HTML>
-------------------------------------
The problem is that this page does not load in Pocket Internet
Explorer. When I double click on the HTM file in File Explorer, it
opened PIE for a brief moment and then it shut PIE down.
HOWEVER,
When I try the sample "Bookmark.htm" file from the "Windows Media
Player for Pocket PC" SDK, it works just fine in PIE. I am able to
open the HTM file in PIE. And it plays .WMA or .mp3 files within PIE.
Previous posts on this message board seemed to indicate that PPC 2003
does not support the WMP control. If that were true, why does the
"Bookmark.htm" sample file work? And why does my HTM file (code above)
fail ?!
Any advice or leads would be greatly appreciated. Thanks in advance.
AVK Tag: WLAN Software Development kit for iPAQ Tag: 64640
DialogBoxIndirect
Hello,
Can anybody guide me(with sample code) on how to use the DialogBoxIndirect()
API for creating dialogs at runtime.
I am working on iPAQ 3950, PocketPC 2002.
Thanks in advance
GSD Tag: WLAN Software Development kit for iPAQ Tag: 64639
<span> <div> innerHTML and <a href>
Hi
Does anyone know of a workaround the folowing code crashes pocket ie
<body>
<span id=pg><a href="javascript:test()">testit</a></span>
</body>
<script>
function test(){
pg.innerHTML='fred'
}
</script>
I can use a button but would rather use a link to save space.
Thanks,
Stephen Tag: WLAN Software Development kit for iPAQ Tag: 64636
hwx handwriting recognition help "transcriber"
Does anyone know where I can find a tutorial/docs/ or
especially SAMPLE CODE to utilize the transcriber funcions
w/VBasic embedded visual tools? Tag: WLAN Software Development kit for iPAQ Tag: 64634
Check for Wireless Connection
Hi:
I need to check periodically for a wireless connection (802.11b). When
found, the program will send several records to the backend database. What
is the best way of doing this connectivity check?
Thanks.
-Bob Tag: WLAN Software Development kit for iPAQ Tag: 64629
copying to file-store
i've got an ipaq 387x and tried copying 0.5 MB file
to it using file-explorer and it freezes...there is
space available ???
also, is there a language independent way of knowing
the path of the file-store?
tk Tag: WLAN Software Development kit for iPAQ Tag: 64627
Stream digital data into ppc
I'm new to developing for the PPC but I thought I'd bite
off a big chunk here. I'd like to stream digital video
data into my Dell Axim and display the video. What are my
input options? Can I stream data into WMP, or do I need
to write my own video player? Is this possible at all? Tag: WLAN Software Development kit for iPAQ Tag: 64624
WindowsForDevices Newsletter for Sep. 18, 2003
WindowsForDevices.com has just published its latest weekly newsletter,
with all the latest news, announcements, developments, and info
in the exciting world of Windows Embedded and Windows-powered devices.
Please read it here:
http://www.windowsfordevices.com/files/newsbriefs/sep18-03.html
Top stories:
1. MOTOROLA ADOPTS WINDOWS MOBILE FOR SMARTPHONES
2. MOTOROLA UNVEILS WINDOWS MOBILE BASED MPX200 SMARTPHONE
3. "HIGHLY SECURE" THIN CLIENT TERMINAL RUNS XP EMBEDDED
4. MICROSOFT TRUMPETS TV SET-TOP SUCCESSES FOR WINDOWS MEDIA 9, CE .NET
5. WINDOWS CE POWERS NEW WYSE OEM SET-TOP BOXES
6. MICROSOFT UNVEILS HOME WI-FI PRODUCTS INCLUDING CE-POWERED BASE STATION
7. EIGHT NEW ARM SILICON VENDORS JUMP ON CE .NET BANDWAGON
8. CONCERNS ABOUT EMBEDDED LINUX
9. BSQUARE CONFIRMS EMF'S FINDINGS ON WINDOWS EMBEDDED PROJECT COSTS
To subscribe, please send an email to: subscribe@windowsfordevices.com
best wishes to all!
Rick Lehrbaum, editor Tag: WLAN Software Development kit for iPAQ Tag: 64622
ActiveSync Programming problem
Hi:
I am changing the stockpor application to my needs.
I need to use an mdb instead of a flat file.
The migration is already done, but whe I have the same
record modified on the pc "and" the pda, The sync fails to
call GetConflictInfo. The errors on the logs:
2003-09-18 15:43:39 000009D4 - ERROR: failed to write an
StockPor object [0, 0x1]. Code: 0x80004005
2003-09-18 15:43:39 000009D4 - ERROR: Failed to read a
conflicted StockPor from the device. [0,0x1]
I am three days on this. Every function writes a log at
the beggining and end of the call, so it is not an
exception (at least noticeable).
Samples and documentation are not clear enough to find out
why is doing this.
Help will be very appreciated.
I gave up trying to know why I have records that get
completly synchronized on the next connection.
Seems that SetPacket updating does not update the hItem on
his table!
Marcelo
P.D. Original stockpor application works Ok.
My Device provider works fine with the stockpor original
desktop provider. Tag: WLAN Software Development kit for iPAQ Tag: 64621
Init application when I to turn on the pocket.
Hi All.
How Can I init my application when I to turn on the
PocketPC?
Thanks.
Neimar Alves Guerra Tag: WLAN Software Development kit for iPAQ Tag: 64611
ActiveSync Connection
Hi,
I have been having a Compaq 3800 PPC for almost a year +
couple of days ago I was looking at Settings->Connection
tab. I think I have changed some settings, now ActiveSync
is not able to connect my PC and PPC.
I tried resetting PPC, no luck.
Need help.
Thanks
Mohan Tag: WLAN Software Development kit for iPAQ Tag: 64610
Call to WaveOut API Hangs in destructor
In my application, all the call to waveout API in my
destructor, such as waveOutReset and waveOutClose, do not
return when the application is terminated through
Settings/Memory/Running Program/Stop. It works fine if
the destructor is called immediately after the object is
contructed. The destructor also works properly in a
simple test program (dialog-based MFC app) including
through Settings/Memory/Running Program/Stop.
Anyone has any idea why the waveOut API hangs in my
destructor? Tag: WLAN Software Development kit for iPAQ Tag: 64606
Configure Connections
Hi All.
How Can I configure the my connections of my PocketPC in
eVC++?
Thanks.
Neimar Alves Guerra Tag: WLAN Software Development kit for iPAQ Tag: 64604
__try / __except not intercepting error
I can't get my MFC app to handle exceptions. As the simplest of tests I
used:
__try
{
_tcslen(0); // <- will cause intentional access violation
}
__except(EXCEPTION_EXECUTE_HANDLER )
{
TRACE(L"exception\n");
}
But the intentional access violation only results in the usual Windows error
popup dialog instead of the intended catch by the __except handler.
I can't use the more conventional try/catch block because it is not
supported for my app (my understanding is that it is not supported until CE
.net.)
Can anyone advise me on what must be a simple oversight on my part?
Many thanks!
M Tag: WLAN Software Development kit for iPAQ Tag: 64600
Configure Time
Hi All.
How I can to configure the time in the PocketPC?
Thanks
Neimar Alves Guerra Tag: WLAN Software Development kit for iPAQ Tag: 64596
Toshiba E740 wireless ActiveSync reliability
Im debugging an eVC project via the built in 802.11 connection in my E740,
via a DLink Dl-614+, the link disconnects within a minute or so of running
the app, and sometimes crashes EVC as well, is there anything I can do to
stabalise the connection?
Regards
Roger Womack Tag: WLAN Software Development kit for iPAQ Tag: 64595
Want to run App in Emulator without any programming tools involved
Hi All,
I developed an application via eVC++4.0 for PPC2003, and eVC++3.0 for
PPC2002 recently.
I got a trouble recently that one of our customers want to run the
application with emulator in his desktop. Usually I ran the application by
loading the source codes to eVC++4.0 (or eVC++3.0), and start emulator
there. The problem is that I do not want to release the codes to the
customer, and he do not want to install any programming tools like eVC++3.0
or 4.0. I am wondering if I can load my application directly to the
Microsoft Emulator (or any third-party emulator), and run it there without
any programming tools. Please be kind to help.
Thanks.
John Tag: WLAN Software Development kit for iPAQ Tag: 64593
How to run my application in emulator without any programming tools and source codes
Hi All,
I developed an application via eVC++4.0 for PPC2003, and eVC++3.0 for
PPC2002 recently.
I got a trouble recently that one of our customers want to run the
application with emulator in his desktop. Usually I ran the application by
loading the source codes to eVC++4.0 (or eVC++3.0), and start emulator
there. The problem is that I do not want to release the codes to the
customer, and he do not want to install any programming tools like eVC++3.0
or 4.0. I am wondering if I can load my application directly to the
Microsoft Emulator (or any third-party emulator), and run it there without
any programming tools. Please be kind to help.
Thanks.
John Tag: WLAN Software Development kit for iPAQ Tag: 64592
Dear All
Could you suggest a 802.11b SDK for software development on a Pocket PC?