JPEG2000 and .NET CF
Hi,
Is there anyone using JPEG2000 and .NET CF?
or
Do you know any library to read JPEG2000 in .NET CF? Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103534
Soft Reset delayed?
Is it just on my device (HTC Universal) or every Windows Mobile 5.0 delay
Soft Reset when I click the Reset button with stylus? I've noticed that it's
been delayed for a 1 or 2 seconds, but if I reset it programatically (from
some program) it is reseted immediatelly (like on WM 2003SE)? What can be
the cause of this and can I mannualy change should the reset be delayed or
sth like that (in registry or something)? Weird for me... Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103531
CeRegQueryValueEx with AS 4
I have a desktop app that uses RAPI to read values from the mobile registry.
With ActiveSync 4, CeRegQueryValueEx is returning an error. The online docs
for the RAPI functions are the same are for previous versions. Why is this
function now failing? Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103530
sdk 2003 install problems
windows script host
script: c:\platman_install.vbs
line: 29
char: 1
error: classfactory kan aangevraagde lasse niet leveren
code 80040111
source (null)
someone can help me with this
in advance thanks Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103525
This is odd...
I have a SD card slot in my device and I'm using FindFirstFlashCard() to
succesfully enumerate it and to find out it's path. Everything works ok, but
if I remove SD card from memory slot, FindFirstFlashCard() does not return
INVALID_HANDLE_VALUE as it's supossed to, cause there are no cards in the
device. Here's the code and every help is appreciated...
WIN32_FIND_DATA lpFindFlashData;
HANDLE h;
memset(&lpFindFlashData, 0, sizeof(WIN32_FIND_DATA));
h=FindFirstFlashCard(&lpFindFlashData);
if ( h = = INVALID_HANDLE_VALUE ) //this is the problem 'cause there's no
storage card inserted
AfxMessageBox(_T("No card inserted!"),MB_OK);
FindClose(h); Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103516
Create an appointment in PocketPC Outllok
Dear all,
I was wondering if I can programmatically (using VB .NET 2003) create an
appointment in my Pocket PC's Outlook (My Pocket PC is a QTEK 2020i with
Windows 2003 SE).
Thanks a lot for any answers.
Nestoras. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103509
Project Info?
If I have a project in MS eVC++ which consists of, e.g. 20 .cpp files+20.h
files, how can I find out how many lines *total* do I have in my whole
Project? I can't seem to find that option anywhere. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103508
Type of connected device
Is there any way via ActiveSync or some other mechanism to find out if the
connected Windows Mobile device is smartphone or Pocket PC and get its
Windows Mobile OS version? I needto do it BEFORE installing my app so I do
not have any modules running on the device. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103503
Using Pocket Access in .NET framework
HI,
I want to know whether a component for dot net framework exists for
accessing the access database Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103500
How to move the Icon at HHTaskBar
Hello everybody :
please help me about my question.In my project I set the window at
the HHTastBar.But it does not move as the sound icon when a window open.I
need to solve the question that when a window open the icon mvoe to right as
the sound icon,so that it can not hide other windows title. Below the code in
my project:
g_hWndMain = CreateWindow(TEXT("PowerInfo"),TEXT("abc"), WS_VISIBLE |
WS_CHILD,
80, 2, 20, 20,
hWnd_TitleBar, NULL, g_hInst, NULL); Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103491
How to Open and use a USB port
This is a multi-part message in MIME format.
------=_NextPart_000_001E_01C5EC5B.BE3831A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi=20
I looking for an example on how to open and send data via USB port on =
PocketPC 2003.=20
Does anyone have an example or point me to a tutorial?=20
Thank you=20
Shankar
------=_NextPart_000_001E_01C5EC5B.BE3831A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.3826.2400" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>
<P>Hi</FONT><FONT face=3D"Times New Roman"> </P></FONT><FONT size=3D2>
<P>I looking for an example on how to open and send data via USB port on =
PocketPC 2003.</FONT><FONT face=3D"Times New Roman"> </P></FONT><FONT =
size=3D2>
<P>Does anyone have an example or point me to a tutorial?</FONT><FONT=20
face=3D"Times New Roman"> </P></FONT><FONT size=3D2>
<P>Thank you</FONT><FONT face=3D"Times New Roman"> </P></FONT><FONT =
size=3D2>
<P>Shankar</P></FONT></DIV></BODY></HTML>
------=_NextPart_000_001E_01C5EC5B.BE3831A0-- Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103490
Named Mutex
I have seen posts stating that it is possible to create a named mutex in a
PPC app that can be accessed by two different applications. However, in
practice and according to the documentation, the Compact Framework does not
support named mutexes.
Could someone clarify this for me. I would also greatly appreciate if
someone could confirm if this applies to named events.
Cheers,
Ollie Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103487
Mobile Logo Registry Question
I after created an application for Mobile Logo test but after running the
remove program there are still some registry entry on the device. The
program is no longer listed and the files are gone.
Please help I need to get this program Logo tested.
Michael Scott
michaels@ebizsoft.com Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103486
CreateDirectory() won't work...
When I create directory with CreateDirectory on StorageCard I can't put
anything in it (e.g. with MoveFile() function). Also, can I change
attributes of that newly created directory? Thanks for replying! Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103485
Serial no Help
Hi,
I have tried all the code examples in this forum for obtaining the serial
number of my PDA(iPAQ 1710 running PPC2003) and they all work fine - but
none return the exact serial number thats on the back of the PDA. I have
written code for a Casio DTX5 (running HandheldPC) and have used
CLBGetDeviceIDCode() which returns the exact code on the back of the PDA
- can the same be done in PPC because i want to tie each program I write
to each PDA so they cannot be copied.
Thanks for any help on this
Cush Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103479
Serial Number Help?
Hi,
I have tried all the methods listed in these foruns to get the serial number
of my PDA (hp 1710). The code works as I get serial numbers back but none
are the same as the s/n or p/n numbers on the back of my PDA. Can this not
be done for PDAs running PPC2003 because i have developed code for a Casio
DTX5 (running HandheldPC) and have used a function CLBGetDeviceIDCode();
which returns exactly the serial code on the back of the terminal - I want to
protect my program so that it cannot run on other PDAs.
Thanks for any help
Cush Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103476
DirectShow development on Windows Mobile?
Hi,
I am looking to port a current Windows XP program that uses the DirectShow
API to Windows Mobile 2003. After searching google and the Windows Mobile
2003 SDK I found that there are no native DirectShow API's for Windows Mobile
2003.
However, I found that the new upcoming Windows Mobile 5.0 will have native
DirectShow API support. I also found that the Windows Mobile 5.0 SDK has
already been released.
Is there any way that I can take the libraries from the Windows Mobile 5.0
SDK and use them with the Windows Mobile 2003 SDK to develop an application
for Windows Mobile 2003 that uses DirectShow?
Thanks!
George Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103475
Problem with Microsoft.WindowsCE.Forms.dll (two versions)
Folks,
I am using VS 2005 to target a Windows Mobile 2003 (SE) Phone Edition
device. I want to be able to access Hardware Buttons. Supposedly, this is
in the Microsoft.WindowsCE.Forms.dll. But there are two versions:
v1.0.4292.0 and v2.0.5238.0, located repectively in:
C:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v1.0\WindowsCE\ and
C:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\.
The v1.0.4292.0 DLL does not have HardwareButton defined. In fact, it only
has, as I recall, three objects: InputPanel, Message, and MessageWindow.
The v2.0.5238.0 DLL has MUCH more, including HardwareButton.
But when I add the reference to v2.0 and tre to build my project, I get this
error message:
Metadata file 'c:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\Microsoft.WindowsCE.Forms.dll' could not be opened -- 'Version 2.0 is not a compatible version.'
What am I to do? Thanks in advance for all suggestions.
/Joel Finkel
finkel@sd-il.com
cc:pocketpc.developer Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103473
ComboBox ForeColor and BackColor
Hello,
I'm developing a Pocket PC application which uses a Combobox control.
When I run the application in the emulator, the color of the text in
the combo box is black, and the background is white. When I deploy the
application to my device, both the text color and background color are
white. I can't see the text!
Is there any way to manually set the font color (forecolor) of the text
to be black? The compact framework doesn't seem to support setting
this property.
What else can I do to see the items in the combobox?
Thanks Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103468
How to detect addition of an event handler
I'm developing a custom control for .Net Cf which joins together two
existing control type, a parent combo box and a child text box. I would
like to have both controls respond to the same event handlers so that
the user of the control only needs to add the handler once. To make
this transparent to the user I need my code to detect when a handler
has been added to the parent control so that it can assign the handler
to the child control.
Does this makes sense ?
Any ideas on how to do this ?
Thanx in advance Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103465
Telephone number
Hi,
From C how do I find the telephone number of the sim card in a PocketPC
phone - e.g. ipaq h6340?
Thanks
Dave Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103464
Connecting to Mobile 5.0 Emulator with ActiveSync
I seem to remember seeing a posting somewhere on how to sync your emulator
through activesync ( which would be very useful for testing ) but I can't
seem to find it either on here or on the net general
Can anyone point me to a 'how to' on how to hook the emulator up to
ActiveSync like a regular device?
Thanks.
Ed Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103459
Re: Hard Reset Question?
Thanks I got some pointers from searching on your suggestions. Here is what
i did:
1. I have renamed my program which I want to start up to "autorun.exe" and
placed it in the "2577" folder in the "iPaq File Store".
2. When I do a hard reset this now gets run and does what it is supposed to
do - Good!
But now I have found out that my program "autorun.exe" gets copied to the
Windows directory of my iPaq 1710 - why is this? And is it needed here? Can
I delete this from here? (If it is present here then a soft reset does not
launch my program from permanent storage but if I delete it then a soft reset
will also launch my program - what I want also)
Thanks again for any help you can give me.
Cush Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103457
insatll programs
I knwo how to create a cab file and a setup.exe but I want one setup program
to insatll 2 applications.
Can I do this? Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103456
VS 2005 debugger
Hello all,
I was just wondering what I am doing wrong. I have my application set
to debug. While in the debugger, whenever I step through the code, the
variables never update, nor do they display anything. I get undefined
errors and if the variables do show up, they are blank. Is there a
setting that I missed?
Also, I am not sure if it matters, but I am currently debugging a DLL.
Thanks for your help.
Matt Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103450
EMAIL2 configuration problems
Hi
I am trying to configre my PocketPC Outlook using the
ConfigurationManager.ProcessConfiguration. The provisioning file that I have
created is attached for your kind consideration. The mail account gets
created but the problem is that I am unable to set the settings for
1. Connect and check messages after every 5 minutes (Given by the
Linger)
2. Settings for getting the full message (Given by the Retrieve)
Please could someone help me out of this. I have read numerous posts on the
net for this, but none seem to help
Thanks
Regards
Madhur
XmlDocument configDoc = new XmlDocument();
string strGuid = System.Guid.NewGuid().ToString();
configDoc.LoadXml(
@"<wap-provisioningdoc>
<characteristic type='EMAIL2'>
<characteristic type='{" + strGuid + @"}'>
<parm name='SERVICENAME' value='DisplayName' />
<parm name='SERVICETYPE' value='POP3' />
<parm name='INSERVER' value='POP.gmail.com' />
<parm name='OUTSERVER' value='smtp.gmail.com' />
<parm name='AUTHNAME' value='madhur' />
<parm name='AUTHSECRET' value='Madhur' />
<parm name='DOMAIN' value='' />
<parm name='REPLYADDR' value='Madhur@mail.com' />
<param name='LINGER' value='5'/>
<parm name='NAME' value='Madhur' />
<param name='RETRIEVE' value='-1'/>
<parm name='KEEPMAX' value='5000'/>
<characteristic type='TAGPROPS'>
<parm name='8128000B' value='1'/>
</characteristic>
</characteristic>
</characteristic>
</wap-provisioningdoc>");
ConfigurationManager.ProcessConfiguration(configDoc, false);
MessageBox.Show("Outlook Configuration Done", "Done"); Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103449
Embedded Visual C++ 4.0 Installation Failure.....
I would like to program my ppc using evc. Unfortunately, I cannot install
embedded visual C++ which is downloaded from offcial website. The error
message is "Couldn't find setup."
My computer has VS 2005 installed.
Or can anyone can teach me how to program evc using VS 2005???
Thank you very much.......... Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103448
Synchronising SQL Server 2005 Express & SQL Server Mobile
Hi
I am looking for info. on how to synchronise a database on SQL Server 2005
Express, to SQL Server Mobile on my PDA.
I want to have an application which can either update the data on either
version, and have them synchronise back to each other.
Can anyone point me in the right direction with this??
Thanks Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103442
How to Save bmp file
Hello
I have the Signature Capture control and i am trying to save the
signuture to a file
(.bmp or other)
Can anyone help me with this in vb.netcf Please?
Thanks a lot
Savvas Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103441
CAB file format...
Does anyone know where to find a document describing the internal format
of Pocket PC .cab files ?
I've found sites describing generic .cab files, such as those that you get
on a Windows install CD, but the Windows Mobile .cab files have extra
sections in there, for items like minimum & maximum CE version number,
company & app name, and so on..
E.g. A typical site describing PC-based .cab files:
http://giscenter.icc.ru:8082/scripts/WWWBinV.dll/ShowR?cab.rfh
Also, is there any way to change the *default* maximum CE version number
of the .cab files that VS2003 creates ? At the moment, these .cab files
have a default maximum of 4.99, meaning they won't install on WM2005
devices.
However, if you manually change this value to 5.00 in the .inf file and
rebuild the cab, they'll install fine, and run beautifully.
Of course, then, when you next click on Build New Cab, it'll overwrite
this change ! <sigh>
Michael Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103437
How to make my application associate with a file?
Hi all,
Maybe you don't understand what my problem is. For example, if users
click a a.doc file, then office word.exe will be launch and process the a.doc
file. That is what I mean. If I have a abc.def format file and I also make a
myapp.exe. how to let user click abc.def then launch myapp.exe to process the
file in pocketpc environment? Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103435
Question about SimWriteMessage
Hi all,
I meet a issue when I call SimWriteMessage.
I just try to get SIMMESSAGE object using SimReadMessage, and fill it back
to SIM. I got a 0X80070057 error message.
Then I try to fill SIMMESSAGE structure by myself, I have the same problem.
Do you have any idea?
Thanks in advance
Best regards,
Henry Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103428
Invoke and ShowDialog - Again
I've been out of the PocketPC loop for two years, but recently had a project
to develop under VS 2003 and C# on an IPAQ 2495 running the Compact
Framework 1.0 SP3 and Windows Mobile 5.0. I'm running into the same issue
in Debug mode on that device that apparently many people have complained
about for two years now regarding the blocking of a worker thread by the UI
thread when Form.ShowDialog() is called via Invoke and an event handler
delegate from the worker thread. I've read where this has been fixed in
SP1, SP2 and SP3. I'm not sure if it keeps reappearing or if it's just a
cumulative fix that's been carried forward. As I say, I have version
1.0.4292.00 of CF 1.0 which translates to SP3. Has this reared its ugly
head again, is there a recognized work-around I'm missing, has everyone
given up complaining about it, or am I just severly deluded about what is
actually happening here? Any sympathetic responses would be appreciated as
I'm truely puzzled. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103427
Check SQL Query - if correct, no syntax error, procee some task, if error found, stop
Hi,
I have a textbox which allow user to enter their SQL query.
So that query will be dynamic each time cos it is based on user input.
how could I write a code to detect if the input SQL query is ok, no syntax
error ?
if SQL query = ok then
TO TASK
else
STOP
endif Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103425
Ssubclassing using WTL
Hi everyone!
I'm using WTL and have a class that wraps the window
that is taskbar's child (HHTaskbar).
As this window needs to be transparent I need to capture WM_REPAINT
messages of the taskbar, get the DC it has
repainted itself, and then repaint the background of the child window.
(or at least I think this is the right way to accomplish this ;-)
The problem is that you cannot pass class member function as the
new window procedure (NewWndProc) using SetWindowLong() as long as it is
not static.
Having a static NewWndProc is not possible, because I need to remember
the address of the OldWndProc on a place available only to the
NewWndProc so that I may pass the messages to the OldWndProc.
Having a global variable/class that will store the OldWndProc is not an
option, as I may have more windows that should be transparent and they
should make a WndProc chain, i.e.
Window 2->Window 1->Taskbar
The solution I'm thinking about is to create a single "monitor" child
window that will subclass the HHTaskbar() and then implement Observer
pattern to notify observers on HHTaskbar's repaint.
Huh, maybe I'm just missing something. Is there any way to make a hook
under win ce 4.*? Any other ideas?
Greetings,
---
Esad Hajdarevic
ESSE Software Engineering Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103423
Unload.exe functionality on WM 5.0
I'm in the process of updating my application for WM 5.0, and I noticed
that there doesn't seem to be an unload.exe on the machine I have here.
Is there something with equivalent functionality I can call from a
shortcut to uninstall my application? Thanks. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103422
GSM 6.1 Codec in Windows Media 5.0
In previous versions of Windows Mobile the GSM codec has been included for
audio support.
On the HP iPAQ hx2700 series this codec is no longer included. Is this
standard under WM5.0 or an issue with HP's inclusion of WM5.0?
Potentially I could take the codec from an earlier version of WM but I'm not
sure what registry addition would be required.
Has anyone else successfully achieved this? Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103421
Slide-In menus for PocketPC sites
Hi,
Can someone suggest good javascript/css website menu for usage in
PocketPC site. Every slide-in menu I played with can't work correctly
when viewed over PocketPC's browser (problably layers aren't fully
supported).
tnx in advance Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103420
View contents of PIM records on a Windows Mobile 5 device
I would like to view the raw contents of a field in a PIM record
(contact, task, or appointment) on a Windows Mobile 5 device.
Are there any tools or utilities that provide this capability?
Thanks,
Frank Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103419
Proxy server madness (Win Mobile 5, Dell Axim x51)
Hi all,
I have an odd problem. The kind that feels like I'm missing some
small little something; frustration is rising.
I've a Dell Axim x51 running Windows Mobile 5. I want to use it
to build a prototype for a location-based application.
I've written a little http proxy to run on the Axim. I annotates
all http requests, adding an extra header with GPS info picked-up
through a bluetooth connection. All of these things work! But...
I can see GPS info flowing in. I can access the proxy running on
port X, on the Axim - from another computer over wifi.
The one thing that does not work is: get Pocket Explorer to use
the proxy, running on the Pocket PC. On Pocket PC 2003, I've got
it figured out just fine. Same settings on Mobile 5, no go!
Any hints much appreciated,
Sandor Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103417
Unsupported Functions and Objects w/ new SDKs from Visual Studio 2005
I recently installed Visual Studio 2005 and have been trying to compile my
old eVC++ 4.0 application. Thus far I have found that the following 2
functions are not available: "AfxParseURL" and "wce_AsciiToWide". Also I
can't find CCeCommandBar. Does anyone know the equivalent functions and/or
objects I should use?
Does microsoft have a document of what has been removed from the latest
PPC2003 SDK that comes with VS 2005? I was using eVC++ 4.0 with the PPC
2003 SDK (v 04.20.000) Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103416
Windows CE Part-time Consulting Opportunity
We looking for a part-time work-from-home Windows CE developer to help
out with some small development projects.
Our firm is a Microsoft Gold Partner. One of our products is a
propietary software package for manufacturing companies. A few of our
customers are starting to experiment with Windows CE devices to collect
stock movement data on the shop floor. We need a resource that can we
can count on to provide development services to these accounts.
This position is virtual, so you will work from your home or office on
your own equipment. We will provide complete specifications and
sufficient lead time for you to develop in the evenings and on
week-ends.
You must be an experienced .Net programmer with at least a year of .Net
Windows CE experience. you must have experience working with a mobile
database. You must be able to provide a sample of your work, with
source code, that we can load on one of our test devices. You must
provide verifiable business references.
We will pay a competitive rate on a fixed fee basis. We have a project
that is due to start soon so we are anxious to find a resource.
If you are interested, please reply to vic_trinitycos@yahoo.com and we
will set up a phone interview. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103415
How to install CF2 on a device ?
Hi,
i am working with VS2005 an developing for
a WM2003SE Device.
Ho can i install CF2 on that device ?
I have tryed the NETCFSetupv2.msi.
the system message was: "Allready installed"
But i didnt have it installed on the device.
But on my desktopmachine is CF2 installed with
VS2005
So what can i do ?
bye
Rainer Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103413
Re: Emulator Connection Error from Vis Dev Studio 2005
It sounds like you had an upgrade from Beta2 to RC0 that went wrong, leaving the Beta2 emulator on your machine but Visual Studio passing in an command line option added after Beta2.
Can you try scrubbing your machine using the instructions at http://blogs.msdn.com/hgao/archive/2005/07/30/445224.aspx, then re-installing?
Barry
-----Original Message-----
From: DaveGuidos@discussions.microsoft.com
Posted At: Thursday, November 17, 2005 6:24 AM
Posted To: microsoft.public.pocketpc.developer
Conversation: Emulator Connection Error from Vis Dev Studio 2005
Subject: Re: Emulator Connection Error from Vis Dev Studio 2005
Thanks. I received RC0 at the PDC and I can't find an update on MSDN. Got a
link to get the new emulator or the RC1 SDK?
--
Take care,
Dave
"Alex Feinman [MVP]" wrote:
> The emulator shipped with Visual Studio RC1 is 8.0.50727.26
>
> "DaveGuidos" <DaveGuidos@discussions.microsoft.com> wrote in message
> news:F8C4C0BF-FAB5-46EA-AA5C-5AD55E0B0065@microsoft.com...
> > Thanks for responding, Alex. I appreciate the help. The emulator build
> > is
> > 50428 and it came on the install disk with the SDK. I checked the website
> > that the instructions indicated for a more current version, but right now
> > all
> > they have is build 50419.
> > --
> > Take care,
> > Dave
> >
> >
> > "Alex Feinman [MVP]" wrote:
> >
> >> What is "the newest" emulator? YOu are supposed to install the one that
> >> came
> >> with the build of Studio you are using
> >>
> >> "DaveGuidos" <DaveGuidos@discussions.microsoft.com> wrote in message
> >> news:1DFE4C1C-62D1-441D-AEA0-82270C72D3E9@microsoft.com...
> >> >I have installed the Visual Dev Studio 2005 RC0, the Mobile 5.0 Pocket
> >> >PC
> >> >SDK
> >> > and the newest emulator. When I debug from the dev studio to the
> >> > actual
> >> > device (Jasjar iMate), everything works OK, but when I try to debug to
> >> > the
> >> > emulator, it doesn't connect. I get a message indicating an
> >> > "Unrecognized
> >> > command line option: /funckey". After I dismiss that, I get another
> >> > error,
> >> > "Cannot connect to device. Error: 0x89731c01".
> >> > The same thing occurs with I try to connect from the Device Emulator
> >> > Manager, instead of from the Dev Studio. Anybody have any ideas?
> >> >
> >> > Thanks.
> >> > --
> >> > Take care,
> >> > Dave
> >>
> >>
>
> Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103410
unable to connect to remote server when firewall is enabled
Hi,
I have a web service that is being accessed wirelessly from an application
on a pockect pc (win mobile 2003 se).
When I have the firewall disabled on the machine (win xp pro) hosting the
web service it works ok. But when I enable the firewall I get the error
'WebException unable to connect to the remote server'
I'm a bit new to this, can anybody point me in the right direction of what I
need to do to fix the problem?
Thanks
kt Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103401
Turn 'save' promt off when pushing a file via bluetooth
Hi!
We're develping a application that watches the bluetooth inbox folder for
incoming files.
For ease of use of our application it would be nice to turn of the
'save/discard' promt we getting when we push the file to the WM device.
The promt says: Bluetooth, unknown object, name:file_name, save/discard....
We're have the broadcom BT software on our hp ipaq.
Is there any way to do this?
regards/
Martin Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103394
Div scroll bar not appearing.
Hai,
trying to create a div with scroll bar in PPC by setting style overflow =
scroll. But i am not getting scroll bar in PPC. How to create that. I
attached the sample code with this.
<html>
<body>
first line
<div id=samdiv name=samdiv style="overflow: scroll; height:100px">
This has overflow set to scroll. <br>
This has overflow set to scroll. <br>
This has overflow set to scroll. <br>
This has overflow set to scroll. <br>
This has overflow set to scroll. <br>
This has overflow set to scroll. <br>
This has overflow set to scroll. <br>
</div>
Last line
</body>
</html>
Thanks,
Ram. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103393
Where to put CAB so it's persistent
Simple question--I'm having a brain cramp and have searched all over MSDN
for the answer. Where do I put a CAB on a PocketPC 2003 SE device, so that
CAB is persistent across hard resets?
Thanks
John O. Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103392
Unable to find SqlServerCe in Compact Framework 2.0?
Hello all,
I just installed the CF 2.0 but am unable to find the
System.Data.SqlServerCe.dll, and therefore unable add any references to
it.
If I try using it nonetheless, I get the error:
"The type or namespace name 'SqlServerCe' does not exist in the
namespace 'System.Data' (are you missing an assembly reference?)"
Though not relevant, I have installed SQL Server Express as well.
Is there something I am missing?
Any help/pointers would be appreciated.
Regards,
-/renji Tag: Emulator pocketpc 2003 + ActiveSync 3.8 Tag: 103383
Can I connect an emulator to ActiveSync with infrared port?