freezes, but I don't know why/where
Hi,
my program freezes the PocketPC (even the Power-off button won't work
anymore) but I don't know when or where. Can you give me some advice
how to debug such a situation? Or any hint what it might be?
It simply freezes at positions where it used to work a few minutes
before...
Thank you
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com Tag: embedded vc++ and Pocket PC2003 Tag: 83147
RFID Reader for HP POcket PC
Friends,
Kindly let me know if any of you have seen any one supplying RFID reader for
HP Pocket PC? I also need RFID SDK for WinCE.
regards
suresh Tag: embedded vc++ and Pocket PC2003 Tag: 83143
How to make "help" doc?
hello all:
I want to make a help doc for my program in ppc.
I have tried to build a chm file and put it into the ppc, but it doesn't
work.
how should I do? thanks
--
¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡ wait for your letter£¡
/ \~~~/ \ /
,----( .. )
/ \__ __/
/| (\ |(
^ \ /___\ /\ |
|__| |__|-" Tag: embedded vc++ and Pocket PC2003 Tag: 83141
Checking System - Please wait for a while ...
Today I got a weird MessageBox pop-up that appeared on my e800 (with
WM2003SE Upgrade):
"Checking System - Please wait for a while ..."
(with a line break after "wait")
Has anyone ever seen that ???
The system seemed to be completely unresponsive while this pop-up was
displayed.
After a while (several minutes), the pop-up disapeared and the system went
back to normal.
No application was running when the pop-up appeared. Tag: embedded vc++ and Pocket PC2003 Tag: 83139
ChangeDisplaySettingsEx hangs on WM2003SE devices!
I think this problem has been reported, but is there a solution ?
For example, the following code snipplet (similar to the example on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceui40/html/cerefrotatingcontentofscreen.asp )
will hand on a Dell Axim x30 if display_orientation is different from the
current orientation.
DEVMODE devMode = {0};
devMode.dmSize = sizeof devMode;
devMode.dmFields = DM_DISPLAYORIENTATION;
devMode.dmDisplayOrientation = display_orientation;
ChangeDisplaySettingsEx((const TCHAR *)NULL, &devMode, (HWND)NULL,
CDS_RESET, NULL);
If the screen is currently rotated to landscape and display_orientation is
DMDO_0 (Portrait), ChangeDisplaySettingsEx hangs.
Also, interestingly, this bug seems to impact GXOpenDisplay.
GXOpenDisplay apparently calls ChangeDisplaySettingsEx to reset the screen
to Portrait, and because ChangeDisplaySettingsEx hangs, this causes
GXOpenDisplay to hang when the screen current rotation is not Portrait.
For us (and for all game developers!), it's a real show-stopper:
On devices like the Dell Axim x30, the IOControl GETRAWFRAMEBUFFER is not
implemented, and the only way to get the raw frame buffer address is through
GAPI. But when the screen is rotated to landscape when the application is
lauched, GXOpenDisplay hangs (because of the problem described above), and
any attempt to programatically reset the display to Portrait by calling
ChangeDisplaySettingsEx will also hang!
So basically, when an application is lauched when the screen is oriented in
landscape, applications cannot get the raw frame buffer address. On the
other hand, if the application is lanched when the screen is in portrait,
and then if the screen is lated rotated to landscape, applications have no
problem accessing the raw frame buffer.
I suspect that this problem affects all games on the x30.
It also affects applications like PocketTV and Betaplayer. Tag: embedded vc++ and Pocket PC2003 Tag: 83138
eVB3 File System error in Pocket PC 2002 emulator
I use eVB 3 to write an application with a component "FileSystem". Once
execute at PPC 2002 emulator, an application error "The control FileSystem1
({3F0C2794-5C3A-11D1-A717-00AA0044064C}) could not be created" appears. Can
anyone advise a solution? Tag: embedded vc++ and Pocket PC2003 Tag: 83134
Programmatically create Internet Connection Settings
Greetings,
Can anyone direct me to a sample, or the like, on how to accomplish this.
I have been able to create the Dialing Location "Connections" part.
However still stuck on how to create the "Make New Connections"
programmatically.
Thanks in advance, John. Tag: embedded vc++ and Pocket PC2003 Tag: 83132
List control very slow - what can I do instead?
For a small application on my pocket pc 2003 using c# I have a list
control with a few hundred lines in it. (Using compact framework)
I filter the contents depending on a few other settings so the UI is ok
except that it's really slow to fill the listbox.
I Hide the listbox and Show it again when it's full which helps a bit.
Any other suggestions as to why this might be *really* slow, taking
several seconds or what I can do instead? Tag: embedded vc++ and Pocket PC2003 Tag: 83127
pocket outlook: how are records flagged when changed?
Hoping I'll get a bite with this question this time:
When a record is changed in Outlook or Pocket Outlook, how is ActiveSync
made aware of the changes that need to be mirrored? Is there a field in each
record that gets flagged as "dirty" when the record is new or has been
modified? Is there a timestamp that is compared against another timestamp
for the last time synchronization occurred? I need to know what the record
structure is that enables synchronization to occur without having to do a
field-by-field comparison of every record in Outlook each time you put the
device in the cradle.
What about deleted records? If I delete a contact in Pocket Outlook does it
get flagged as deleted first and only actually deleted after the flag is read
and cleared by ActiveSync so that desktop Outlook can be made aware of the
deletion on the handheld? If not, how is this done?
I need to know these things because I am helping to develop a desktop PIM
application that will sync with Pocket Outlook.
I haven't been able to find any information about the record structure for
Outlook or Pocket Outlook at all. Does anyone have a pointer to this?
--
David Beers
Pikesoft Mobile Computing
www.pikesoft.com Tag: embedded vc++ and Pocket PC2003 Tag: 83120
Soft Reset Wasn't Enough, had to hard reset
I'd been doing heavy development with EVC with my 4355 for about a
month deploying/debugging 50 times a day at least w/ ActiveSync. I have
PocketConsole and Poetry on the box, both are "device driver" level
things. I'd upgraded PocketBreeze to 4.1. Occasionally my app would run
away or the debugger would go haywire.
All these things required "soft resets". However, yesterday a soft reset
didn't work. The HP "booting" logo came to 100% and then just hung there.
I've occsionally seen Snooze/Reminders come up on top of the HP booting
logo before the Today screen started, which put the U/I into a mode and I
had to dismiss the reminders before Today Started.
I tried soft reseting several times and also removing the battery, but it
kept hanging at booting 100% / before the Today Screen. Eventually I had
to hard reset it, which was a drag but at least I'd thought ahead and kept
all my data on the SD card, so all I had to do was reinstall apps.
What in the world do you think could have been hanging? Ever seen this?
It seemed like it wasn't broken or anything, the today screen was just
hanging. I think PocketBreeze didn't upgrade itself correctly and it was
hanging on an invisible MessageBox which I couldn't dismiss. It didn't
seem broken, I just didn't know how to force the Today Screen to continue.
Is there a "safe mode" boot short of hard reset? Tag: embedded vc++ and Pocket PC2003 Tag: 83119
conversion from access to pocket access
I tried moving access database created in Access 2003 to pocket pc with
Pocket PC 2003. It shows successful transfer but tables are not actually
transferred as i get the error in application that tables are not found, also
i tried to copy it back from pocket pc to desktop and it did not show any
tables. Are there any issues with pocket pc 2003 or access 2003
Regards,
Mandar Tag: embedded vc++ and Pocket PC2003 Tag: 83117
ANN: WE-DIG Inaugral Meeting 9/1
Visit www.we-dig.org to register.
==========================================
WE-DIG / Seattle
Windows Embedded Developers Interest Group
September Meeting Agenda
Date: September 1, 2004
Location: Quinalt Room, Building 34, Microsoft Main Campus, Redmond, WA
Our Mission:
The Windows Embedded Developers' Interest Group is dedicated to the
exchange of ideas around Microsoft Windows embedded and mobile software
development.
========= MEETING AGENDA =========
6:30 Pre-Meeting Event: Author Book Signing
7:00 Meeting Starts
7:10 Panel: Windows CE 5.0 Team Members
8:00 Break
8:10 Whats News
8:25 Tool Time: Entrek Tools
8:30 Open Problem Solving Session
9:00 Drawing / Meeting Concludes
========= Pre-Meeting =========
We set aside a half-hour prior to the start of each meeting to provide
an opportunity for first-time attendees to register with WE-DIG, to talk
to the WE-DIG board, and for special events. The special event this
month is an author book signing. Refreshments served.
This is also the time to enter the drawing, which is held at the end of
the WE-DIG meeting. We have a lot of goodies that you can win. The
featured item is an iPaq H2210 Pocket PC, courtesy of the Microsoft
Mobile Device Division.
========= Author Book Signing =========
Before the formal meeting starts, we are going to have an author book
signing featuring the authors of two recently released .NET Compact
Framework books, Paul Yao & David Durant. They will be available to
answer your questions and sign your copies of their books (copies of
which are going to be on hand for sale).
========= Meeting Starts =========
The meeting starts at 7:00pm. At this inaugural WE-DIG meeting, you are
going to meet the members of the WE-DIG board, and learn about its
mission.
The MC is Paul Yao, a member of the WE-DIG board, and president of The
Paul Yao Company.
========= Panel Featuring Windows CE 5.0 Team Members=========
The latest version of Windows CE, version 5.0, shipped on July 9. Three
members of the Microsoft Windows CE 5.0 team have graciously agreed to
join us in a panel discussion:
o Jeana Jorgensen, Windows CE Product Manager
o Chip Schnarel, Group Program Manager, Windows CE
o Mark Miller, Architect, Windows CE
Audience participation is welcome, so come prepared to gain insights and
to ask your own questions about this latest version of Microsoft's
operating system for embedded and mobile software development.
The panel is to be moderated by Chris Muench, Strategic Relations
Manager at Siemens Automation, and a member of the WE-DIG board.
========= Whats News =========
During Whats News, you will hear late-breaking news about developments
in the world of research, technology, and business which promise to have
an impact on developers in the world of Microsoft Windows embedded and
mobile systems.
The Whats News segment is to be presented by Nick White, Microsoft
Corporation.
========= Tool Time =========
Building great embedded and mobile solutions requires great tools, and
so we dedicate a brief portion of each meeting to discuss tools - what
we call "Tool Time" (with apologies to Tim Allen). Tool Time provides a
chance for users to present reviews of development tools. Some Tool Time
segments may feature tool developers announcing new products, or
providing tips on using currently shipping products.
This month features Michael Salamone of Entrek (http://www.entrek.com),
to present insights into the various Windows CE-oriented development
tools from his company. Michal is a member of the WE-DIG board.
========= Open Problem Solving Session =========
A key benefit of community events like the WE-DIG meetings is the
opportunity to network with common interests. In addition to the
informal networking that inevitably takes place at this type of meeting,
the Open Problem Solving Session provides every attendee with the change
to describe real-world development problems or issues that they have,
and to get the perspective of ofther members. This is also the time of
the meeting when any attendee can announce job openings, or when anyone
looking for a job can let the group know that. Almost any public
announcement is allowed, subject only to the limitations of good taste,
the interests of the group, and the patience of the moderator.
The Open Problem Solving Session is moderated by Jon Fincher, Program
Manager for Windows XP Embedded, and member of the WE-DIG board.
========= Drawing =========
Just before the end of the meeting, we are going to have a drawing for
lots of valuable prizes, including:
* HP iPaq H2210 Pocket PC, courtesy of the Microsoft Mobile Device
Division
* Copies of books from the Addison Wesley .NET Developers Series
* And lots more...
--
Michael Salamone [eMVP]
Entrek Software, Inc.
www.entrek.com Tag: embedded vc++ and Pocket PC2003 Tag: 83116
how to share SMS manages with Inbox app.
Hi
I am developing an applicaton for SMS using the sample program "mapirule".
I would like to share SMS messages with Inbox.
- How can I know whether a message on Inbox is unread or read from my
application?
- Can I remove an incoming message notice which is displayed by Inbox
application?
mazza Tag: embedded vc++ and Pocket PC2003 Tag: 83115
Text to speech in my application. how?
Is the any simple way to add Text to speech capabilities to my app without
an expensive SDK.?
thank you Tag: embedded vc++ and Pocket PC2003 Tag: 83112
SetWindowHooksExW in EVC4 (URGENT)
I'm trying to catch the keyboard input to create a type assistant.
I defined my functions, initialized the pointers to them i set the hook with
SetWindowsHookExW(WH_KEYBOARD_LL,(HOOKPROC)KeyLogProc,hInstance,0) in
WM_INITDIALOG.
The KeyLogProc only starts when i touch the caps lock and then it only
writes down in my file the capslock id.
The keyLogProc looks like this:
KeyLogProc(int code,WPARAM wParam,LPARAM lParam)
{
if (code==HC_ACTION)
if (wParam == WM_KEYDOWN)
{
fwprintf(f,L" %d %d \n", LOWORD(wParam), HIWORD(wParam));
}
return m_pfCallNextHook(m_hHkKeyboard, ncode, wParam, lParam);
//where m_pfCallNextHook is a pointer to a CallNextHook function
}
I tried a little trick to change the lParam with a MSG type variable but it
won't work either (this trick only works in Delphi).
WH_KEYBOARD_LL is set to 20. (IT ONLY GOES WITH THIS ONE).
Thanks for any help. Tag: embedded vc++ and Pocket PC2003 Tag: 83111
can the evc4 emulator screen be resized
i've got vga screen displayed on the evc4 and can't
access the buttons at the bottom because they're
off the screen of the desktop.
is there a way to temporarily scale the emulator
window. Tag: embedded vc++ and Pocket PC2003 Tag: 83110
RAPI - locate Program Files folder??
Hello all;
I'm writing an application using .NET that will copy a file from a PC to a
specific subfolder within the device's "\Program Files" directory.
Problem is, I need this to work with different language versions of Pocket
PC. For example, the equivalent of "\Program Files" on a German device is
"\Programme". I obvoiusly don't want to hardcode all of the different
possibilities :)
I tried OpenNetCF's RAPI.GetDeviceSystemFolderPath(SystemFolders.Programs),
but that returns "\Windows\Programs" - no good.
Any help is greatly appreciated!
Derrick Tag: embedded vc++ and Pocket PC2003 Tag: 83109
Pocket PC and connecting to a vpn.
I dont think I have ever been as frustrated the past 3 days in my
entire life until the last couple of days.
Platform : Pocket pc 2003 ( ppc)
Language c# compact framework.net ( cf.net)
I am currently working on a project that involves the user going to a
"job" which they have been asssigned to. Upon completion, sending the
details of that job back to the server and collect any new jobs
waiting. The easiest way to do this would be to use VPN or perhaps
FTP.
Great, made sure we could do this by manually setting up a vpn
connection and browsing the network through file explorer which worked
fine.
The next task is to set this connection up in code so that when the
client has finished the connection is made behind the scenes and no
interevntion is necessary.
This seems to be impossible.
In order for us to connect to the VPN we first have to connect to our
provider (the interent) and then into our server. We can do this
manually easily enough.
How do you do it in c#?
We thought well how easy would it be if we can set up the connection
first and then run the software and then using a unc path the file
should be easy enough to get. Exceptions are then thrown because it
cant find the file. Is that important???
This whole application is written in c# using the compact framework
and is 96% complete. All I need to do is to say connect to the vpn and
thats it.
I have found the connections in the registry:
hk...user->comm->Rasbook-><<connections>>
But have no idea what to do with it.
Can anyone help. I cannot be the only one to have had this problem and
have got no idea where to go. I have tried the RasDial code but it
through a system not supported exception. That seems to be the closest
but....
I am going insane!!!
Cheers
John Tag: embedded vc++ and Pocket PC2003 Tag: 83104
running the "Let Me In" sample (implementing PromptForPasswd) in PPC2003
Has anyone successfully managed to get the "Let me in" sample (
http://support.microsoft.com/default.aspx?scid=kb;en-us;314989 ) to
work on Pocket PC 2003? I have followed everything in the KB article
Q314989 but i cant seem to get anything to work.
The only difference is that the original DLL was written for PocketPC
2002 and I am running Windows Mobile 2003 Second Edition.
I have even created a new Project for Pocket PC 2003 and checked that
the resulting cpl file exports the correct DLL function, but sadly I
dont see the applet in Control Panel.
Anyone have any ideas?
Thanks
Andy Tag: embedded vc++ and Pocket PC2003 Tag: 83103
Open Application
Hi,
Does anyone know the command to open an application (e.g.
\Windows\pword.exe) using VS.Net by clicking a button?
Thanks
regards Tag: embedded vc++ and Pocket PC2003 Tag: 83101
Inbox full? How can I check this?
Hi, all!
Please help me with the following problem:
I will check on my Pocket PC programmatically wheter Inbox are not already
full (there mainly SMS). How can i check this? Is it generally possible?
It would be nice, if i would know, how much messages are currently in Inbox
and how much free sms storage place has Inbox.
All helps would be great! Thanks a lot! Tag: embedded vc++ and Pocket PC2003 Tag: 83098
VscrollBarr
I try to use a VscrollBar with VB.Net.The problem that i have is that i do
not know if it is possible to find which arrow is pressed from the user to
the VscrollBar.I want to increase a value when you press the up arrow and
decrease the value if you press the down arrow.Is there any way to do
that?Thanks in advance. Tag: embedded vc++ and Pocket PC2003 Tag: 83086
Any pointers towards RFID
Hi we are developing a comprohensive mobile solution. As part of the same we
would require integration with RFID and pocket PC? Any pointers towards
SDK's developer resource would be of great help.
regards
suresh Tag: embedded vc++ and Pocket PC2003 Tag: 83083
need help afxres.h file PLEASE
Hi,
i just install EVC++4 + SP3 + pocket SDK 2003.
I compile the project and the compiler say
that i don't find the include file "afxres.h" and "wceres.rc" .
I did not find winres.h to in all my computer.
Where should be that file?
It's not include file from EVC4??? or the SP3 or the SDK?
Please don't just read help me if you have this file and in what path?
Fred Tag: embedded vc++ and Pocket PC2003 Tag: 83081
Internal/External Microphone detection
Does any one know how to detect programmatically if the audio being
recorded on a PPC is coming in from an internal or external microphone?
Thanks! Tag: embedded vc++ and Pocket PC2003 Tag: 83079
Allow other applications SPB Kiosk Engine.
Hi all,
I am using SPB Kiosk Engine on a Symbol PDT 8146 on Windows Mobile 2003/
Pocket PC 2003. When the device is cold booted Kiosk engine starts our eVB
application in the full screen mode, but once that is done our application
would require to connect to a desktop pc. To do that a shared file folder
access screen is popped (File Explorer screen) where in the user would enter
his user name, password, domain name.
Problem: But as soon as the screen is popped the Kiosk engine supresses that
screen.
We tried adding the File Explorer to the allowed list of applications by
adding to the "KioskEngine_Src.inf" file in the bin folder of the Kiosk
Engine. This did not work. We tried to add the hardware key to access the
file explorer to the "KioskEngine_Src.inf" file,
HKLM,SOFTWARE\Microsoft\Shell\Keys\40C1,,0x00000000,"\Programs\File
Explorer.exe"
but the problem was we do not know which key to press to switch to the file
explorer.
My question is there anything we are missing? Are there any other ways to
achieve this? We just added to the list of allowed applications and built our
installation package.
Any help would be appreciated.
Thanks in Advance,
KriS. Tag: embedded vc++ and Pocket PC2003 Tag: 83076
ANN: Whidbey Native Code Development for Devices chat 9/8
September 8, 2004
12:00 - 1:00 P.M. Pacific time
3:00 - 4:00 P.M. Eastern time
19:00 - 20:00 GMT
Whidbey Native Code Development for Devices!
The next version of Visual Studio, codenamed Whidbey, will expose Native
Code Development for Devices from the Visual Studio design environment.
There are some key benefits to native device developers migrating from
eMbedded Visual C++ to Visual Studio Whidbey. Come and chat with the Visual
Studio for Devices native team to find out more.
Hope to see you there:
http://msdn.microsoft.com/chats
--
Thanks!
Michael Fosmire
MVP Lead, Windows Embedded/.NET Compact Framework
This posting is provided AS IS with no warranties, and confers no rights. Tag: embedded vc++ and Pocket PC2003 Tag: 83075
How to decode G.729 in PPC?
Hi There,
I am writing a program which needs to decompress G.729 audio data stream.
Anybody know how to do this in PPC(WM2003)? Where can I download G.729
decoder for Windows Mobile 2003?
Thank you,
George Fang Tag: embedded vc++ and Pocket PC2003 Tag: 83058
Listview items
Does anyone know how to create an array of listview items
with a variable length at runtime.
ListViewItem[] items = new ListViewItem[length] ????
This does not work.
thanks Tag: embedded vc++ and Pocket PC2003 Tag: 83055
lock down pocket pc
Hello,
Im trying to lock down a power pc with Windows Mobile 2003 2nd Edition.
So far, I have managed to manually remove the start button and task bar
which works ok until i launch an application (e.g. Contacts via
ShellExecuteEx) and the teskbar becomes re-enabled.
Im now thinking that the only way to propertly lock the it down is via
writing a replacement shell (change the shell in the registry
HKEY_LOCAL_MACHINE\Init). I have changed the shell32.exe entry in the
registry to my application, but the pocket pc doesnt boot up.
So, what i would like to know is can a power pc be locked down without
writing a new shell?
What i need a good samples of shell replacement or lockdown (not commercial
solutions).
Can anyone point me in the write direction?
Thanks
Andy Tag: embedded vc++ and Pocket PC2003 Tag: 83053
eVC3 and eVC4
Hi
I want to develop one application that can run on PocketPC 2002 and PocketPC
2003.
I use eVC++.
So for PocketPC 2002 I must use eVC3
For PocketPC 2003 I must use eVC4
I know that I can develop in eVC3, and then migrate to eVC4, but after the
aplication is developed, this means extra work, to maintain, and correct bugs
on both version, or being allways migrating.
Is there a way to use eVC4 for PocketPC 2002 and PocketPC 2003?
Thanks Tag: embedded vc++ and Pocket PC2003 Tag: 83050
evb app and xscale processor
Hi.
I am still using an app I developed 3 year ago in eVB. Do I have to do
something for using this app in a new device with a xscale processor?
TIA
Luis Aguilar Tag: embedded vc++ and Pocket PC2003 Tag: 83043
Tab Control
When inserting a tab control into a from using a smart
device application (c#) the tabs appear on the bottom of
the control. Is there anyway to get those tabsto appear
on top.
Thanks Tag: embedded vc++ and Pocket PC2003 Tag: 83042
Embedding controls into a listveiw
Is there any way to embed textboxes and comboboxes into a
listview control in a smart device application (c#) or is
it not supported in this subset of c#.
Thanks Tag: embedded vc++ and Pocket PC2003 Tag: 83041
Remove Connecting Notification?
Hello,
Is there a way to remove or surpress the Notification
balloon when i make an connection to the internet.
Your Regards,
Jan van de Hulsbeek Tag: embedded vc++ and Pocket PC2003 Tag: 83037
Pocket Internet Explorer: How to disable warnings on loading Flash-Sites
Hi!
Everytime I enter a website with Flash content, a confirmation popup
of the Pocket Internet Explorer appears ("Press OK to go on with
loading the content of this site" or something like that --> I have
german language settings).
Dos anyone know how to disable these popups?
I'm developing an application with a html-control, so is there a
message I can send to the html-control like:
SendMessage(hWndHtml, DTM_ENABLECLEARTYPE, 0, (LPARAM)(BOOL)true);
Thank you for any hints (also for hints that don't deal with
programming)!
Fabian Tag: embedded vc++ and Pocket PC2003 Tag: 83035
Help Accessing SIM card information
Hi, i am following the microsoft tutorial on accessing Phone's API published
at the following url
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfphoneapi.asp
Unluckly, when i test it on my device, it runs ok when placing calls or
sending sms.... but it doesn't work when i try to access the sim data (i.e.
getphonenumber or getserviceprovider)
I really need a method to see which sim card is in the phone (based on a
list i have on file) to finish my small application...
does anyone know how can i get those data ?
PS: I am using VB.net but other languages are ok if you have the
solution....
Thank you
Nino Tag: embedded vc++ and Pocket PC2003 Tag: 83031
Using "Virtual Switch" with PocketPC emulator
Hi, I try to use activeSync over Virtual Switch to connect the pocketPC
emulator with my PC. When I configure it, in Embedded Visual C++ tools, I
pick to "Test the connection" and it doesn't work fine because in the
pocketPC emulator Window appears the message "cannot establish a IP, try
later or configure it manually".
Sameone knows how to configure it to connect properly?
Thank you. Tag: embedded vc++ and Pocket PC2003 Tag: 83030
Flash in Pocket PC
Hi,
I been trying to use some Flash contents in my Pocket Pc 2003 application,
but I couldn't get any result. The only thing I could find for running the
flash content was the Odyssey.CFCOM but even this didn't work. Is there any
other way to do it ? Where can I find some examples ? What do I need for
using flash in a PPC app?
Thanks,
Fernando. Tag: embedded vc++ and Pocket PC2003 Tag: 83023
hardware buttons once again
Hello.
In my app I'm trying to disable hardware buttons. Quick search
trough archives gave me a partail soultion. That is: I suceeded
in disable a few buttons but not all of them; my Pocket (Qtek 2020) has button
which activates the phone application and another one which chages
the volume of the speaker. Those 2 buttons I'm can't to disable.
They must be handled in some other way because there are no
enteries in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Keys for them.
One of these buttons starts the cprog.exe application.
I found following references in registry reffering to that file:
\HKEY_CLASSES_ROOT\tel\Shell\Open\Command
\HKEY_CLASSES_ROOT\dtmf\Shell\Open\Command
\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shell\Rai\:MSCPROG
IMHO none of the above entries has something to do with
a activation of the application.
I would be very grateful if someone can help me with this.
--
DM Tag: embedded vc++ and Pocket PC2003 Tag: 83021
Opening an URL via GPRS
Hello!
How can I tell the Windows Phone Edition of a Pocket PC (Smartphone) to
connect to GRPS (or check if it is already connected) and then open an URL
in the internet directly from my application (VB.NET prefered, but also C#
possible)?
The opening of the URL is only used to send information to the webserver and
to receive a checksum.
Thanks
Andreas
http://www.ab-archive.com Tag: embedded vc++ and Pocket PC2003 Tag: 83018
What development suite to use?
Hi all,
can anyone tell me, which development suites (VS.NET, Visual Embedded
Tools,...) are available for creating Pocket PC applications and which
(dis)advantages they have.
Will Visual Embedded Tools be supported and kept on developing in the future
or will it be replaced by VS.NET?
Is there any suite to develop applications running on both Pocket PC and
PalmOS?
Is it possible to access USB, infrared (lowlevel, not IRDA) and serial port
with VS.NET?
Thanks for your help
Marco Tag: embedded vc++ and Pocket PC2003 Tag: 83017
How to convert from RTF to PWI format on desktop
An article "Using Rich Ink Technology in Microsoft Windows CE 3.0" on MSDN
library describe how to convert on device, i followed this paper but i found
it doesn't work on desktop. some code is here:
HINSTANCE hLib;
hLib = LoadLibrary( "inkx.dll" ) );
if (!hLib)
return ERROR;
......
InitCommonControls();
InitInkX();
HWND hwndInk = NULL;
hwndInk = CreateWindow("richink","inkwnd", ES_READONLY, CW_USEDEFAULT,
CW_USEDEFAULT, CW_USEDEFAULT,
CW_USEDEFAULT, NULL, 0, NULL, NULL);
if (!hwndInk)
return ERROR;
......
SendMessage (hwndInk, EM_STREAMIN, (WPARAM)SF_PWI, (LPARAM)&es);
The main problem is if i send some message to the window it does not
response.i found the window is invalid through spy++.
the second problem is if i changed the create window style from ES_READONLY
to WS_CHILD|WS_VISIBLE|WS_BORDER, it throw exception. Tag: embedded vc++ and Pocket PC2003 Tag: 83014
IA Screen Mirror Replacement
Hi,
Can anyone tell me if there is a replacement for the old
IA Screen Mirror application for WM2003 SE? Or perhaps
another solution to output your PDA screen to a second
monitor.
Thanks,
Brett Tag: embedded vc++ and Pocket PC2003 Tag: 83011
WSH support for Pocket PC
Hi,
I'm just curious to know that does Pocket PC supports Windows Script Host. I
tried to run one very simple VBScript code on Pocket PC, but it didn't run.
Message was:
"There is no application associated with this program..."
I understand that in order to run VBScript you need WSH Engine (which is
there by for Desktop O/S like Win2000, NT..). How about WinCE/Pocket PC?
If there is no default engine, can you suggest me the proper URL (official
or third party) to do the same job.
Thanks
Randy Tag: embedded vc++ and Pocket PC2003 Tag: 83006
Pocket PC deployment problem
I am new to the Pocket PC process so I assume I am doing something wrong or
have missed something.
I have developed a VB PPC project using .NET 2003. The project works fine
using the emulator.
I acquired a Cassiopeia IT500 device and attempted to deploy to it. The
device is connected via USB. A 'mobile device' appears under My Computer.
Subsequently installed ActiveSync 3.7.
I believe the problem is not deployment as such but connection. When I
double-click the 'mobile device', a 'Get Connected' Window appears requiring
me to connect the device and it will be automatically detected.
Unfortunately this does not occur. If I then click the NEXT button, 'Get
Connected' searches for the dvice through COMn ports, IR, or USB but does not
locate it. THe subsequent status message advises that COM1 and2, IR, and USB
are available. Selecting USB and retrying does not succeed.
The Cassio USBIRda driver is installed.
Starting Activesync directly gives the same results.
Any suggestions would be appreciated...thanks in anticipation
GeoffC Tag: embedded vc++ and Pocket PC2003 Tag: 82997
Internet sharing. EMERGENCY!
Does anyone know much about connecting PocketPC to internet via BlueTooth.
I'm using IPAQ5450 with BlueTooth. Desktop side is WindowsXP with DialUp
connection to internet.
I'm struggling to make my Ipaq connected to internet as there are so many
things sound ambigous in settings.
Could anyone give me sort of "Step by step" or "Click. Type. Click. Type..."
instruction on how to make anything typen in Ipaq's IE give results like
web-page, but not "connection could not be established' or "page not found"
? Tag: embedded vc++ and Pocket PC2003 Tag: 82996
SSL support with multithreaded blocking sockets
I've got a simple TCP client for PocketPC 2003 that talks to a TCP
server. As the nature of my protocol is asynchronous, I am using one
thread to make blocking recv calls and another thread to make blocking
send calls. All works fine at this point but if I configure the socket
to use SSL, I get the connection established, exchange one packet each
way but any "send" made in the "send thread" fails if at that moment
there is an outstanding "recv" on the receiving socket (error is
WSAEINPROGRESS). Since the calls are clearly made from different
threads, and they work fine without SSL enabled, it seems to me that
the default SSL provider for Winsock does not have multithreaded
support(??) Has anyone succesfully used blocking sockets with SSL in
such a multithreaded scenario? If this is a known issue (or even if
it's not known), would switching to non-blocking sockets solve the
problem?
Any suggestions are much appreciated,
Thanks. Tag: embedded vc++ and Pocket PC2003 Tag: 82995
Is it possible to port embedded vc++ 4.0 application,
please send me the links where i can some sample source
code for it.