about peghelp
Hi, all
I am transfering from ce.net 4.0 to 4.2, but met great problem when using
peghelp.
Here is what I called in my prog:
CreateProcess(L"PegHelp.exe", L"\harddisk\myapp\myhelp.htm", NULL, NULL,
false, 0, NULL, NULL, NULL, NULL);
On ce.net 4.0, it runs without any problem, however, on 4.2 it always show
the system's default help page, no matter how I change the file path.
But in system's command line window, after I run "peghelp
\harddisk\myapp\myhelp.htm", I can get the correct help window.
What's wrong?
Maverick Tag: Could you help me ? thanks all ! Tag: 80795
How to debug bootloader using ARM eXDI driver for Windows CE PB?
From the help of Windows CE Platform Builder 4.2 I knew that bootloader can
be debugged by eXDI hardware driver and then I downloaded the ARM eXDI driver
for Windows CE PB from www.arm.com. But the help of Windows CE Platform
Builder 4.2 don't detail how to debug bootloader using eXDI driver. Who can
tell me what I should do to debug bootloader of WinCE? The target board is
S3C2410. Thanks. Tag: Could you help me ? thanks all ! Tag: 80793
Missing Start Menu in WM5.0
Hi all,
After the OS(WM5.0) boot up, "Start" button on the state bar(on the top
of desktop)disappear, and the state bar,where "Start" button and battery
state display, is transparent. Anybody can tell me why. And the overlay
support is not enabled in my display driver. Dose it need overlay support?
Thanks,
Knight Lin Tag: Could you help me ? thanks all ! Tag: 80792
Suppress Wireless Network Available Popup Dialogue?
By default this dialogue appears when a device is powered up with a mini PCI
wireless card attached.
You can check the box then close the form to prevent the dialogue from
displaying.
How do I suppress the display of this dialogue by default in Platform
Builder?
WinCE 5.0
Thanks Tag: Could you help me ? thanks all ! Tag: 80789
Root Certificates in CE 4.1
Were any root certificates made available in CE 4.1 ?
I see them in CE 5.0, and they appear to get included in CE 5.0 by the
inclusion of the the file sysroot.p7b and a registry key. I don't see
anything like that in CE 4.1, and I can't seem to enumerate any items from
the Root or CA system stores, although the help says that SCHANNEL has a
bunch included. Tag: Could you help me ? thanks all ! Tag: 80782
IsAPIReady(SH_SHELL) and shell components
I am launching two applications via the Init registry key. The first
is a simple test application and the second is my "shell" application
"Launch70"="a2test.exe"
"Depend70"=hex:0a,00,14,00,1e,00
"Launch80"="a2man.exe"
"Depend80"=hex:46,00
All was good in the universe. Then I decided to add a PropertySheet to
my test app. I now get an exception because some serivice is not
available. Since I do not know how to determine what it is trying to
use, I added the IsAPIReady(SH_SHELL) at the beginning of my test
application. It NEVER becomes ready! It would seem that this is also
a very obscure, or at least poorly documented, part of CE. If I run
the explorer shell and then lauch my application it runs fine. Are the
common controls dependent on Explorer.exe? Somewhat related is the
fact that if I do not include the AYGSHELL API component the control
panel applets do not show any of their windows controls!
What sets the IsAPIReady(SH_SHELL)? And just as importantly how can I
determine what magic component I am lacking when I get an Invalid
System Service exception? Tag: Could you help me ? thanks all ! Tag: 80771
WinCE5.0 - Hive Registry
Hai everyone,
Subject: WinCE5.0-Hive Registry
First i built a platform with normal default registry it works fine. then i
tried to configure the hive based registry.
To configure a hive registry i did the following 4 steps, build with 0
errors. but when i try to connect to target machine, image downloaded to
machine, after the i did not get the desktop(no response).I am not sure
about system.hv and user.hv files creation, so i did not placed any such
files in the specified registry directory, but i created the
directory"Storage Card\config". do i have to place sytsem.hv, user.hv file
there, if so how to do that, if not what is the issue?
we are using X86, DiskOnChip2000.
KINDLY help me out.
Regards
Sunny
steps
1)Add hive resgistry from catalog to OS
2)EnvironmentVariables
FILESYS_FSREGHIVE=1
BSP_MSYSTEMS_DISKONCHIP=1
3)common.reg
; @CESYSGEN IF FILESYS_FSREGHIVE
; HIVE BOOT SECTION
[HKEY_LOCAL_MACHINE\init\BootVars]
"SystemHive"="Storage Card\\config\\system.hv"
"ProfileDir"="Storage Card\\config"
; "Flags"=dword:0x00000001 | 0x00000002
"Start DevMgr"=dword:1
"DefaultUser"="TBATM"
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF FILESYS_FSREGHIVE
4)DiskOnChip.reg
@CESYSGEN IF CE_MODULES_DEVICE
; HIVE BOOT SECTION
IF BSP_MSYSTEMS_DISKONCHIP
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\TrueFFS]
"Index"=dword:1
"Dll"="TrueFFS.dll"
"Prefix"="DSK"
"Order"=dword:1
"Ioctl"=dword:4
"WindowBase"=dword:D4000
"IClass"=multi_sz:"{A4E7EDDA-E575-4252-9D6B-4195D48BB865}"
"Flags"=dword:1000
[HKEY_LOCAL_MACHINE\System\StorageManager\Profiles\TRUEFFS_DOC]
"Name"="DiskOnChip M-Systems"
"Folder"="Storage Card"
"DefaultFileSystem"="FATFS"
MountAsBootable=dword:1
ENDIF BSP_MSYSTEMS_DISKONCHIP
; END HIVE BOOT SECTION
; @CESYSGEN ENDIF Tag: Could you help me ? thanks all ! Tag: 80763
How to use HP-Ipaq-H5550 as developper platform ???
Hi,
I have an Ipaq-H5550 and want to replace the system.
The current system is:
OS version: CE 4.2
Product ID: Pocket PC
My question is if I can use and how - platform builder 5.0 and replace the
system.
I tried to figure it where the nk.bin are.
Thanks,
David Tag: Could you help me ? thanks all ! Tag: 80761
Bluetooth Virtual com port
There is something I don't understand about how the Bluetooth virtual com
port works.
I have a Bluetooth module that interfaces with my CPU via a standard uart RX
an TX.
I am using the BT stack w/integerated UART driver (SYSGEN_BTH_UART_ONLY)
I have the hardware interface working and I use COM4 as my assigned CPU to
BT module interface.
I can see the HCI commands/responses come out/in on COM4.
Next I would like now to establish a virtual COM port connection to my
desktop.
All the PB BT sample tests show specifing server or client, BT address and
com index as command line parameters.
When I use "4" as the com index it fails. I assume because the com port is
already open (from the btd initialization on powerup).
What am I missing? Tag: Could you help me ? thanks all ! Tag: 80759
My serial ports don't work sometime!
I have bought several PCM-3350 boards from Advantech. I find that it's
serial port can't work sometime,but i can't
repeat this problem. After this happened, i solved this problem by setting
default BIOS value. I do not know why it is. Please help me! thanks! Tag: Could you help me ? thanks all ! Tag: 80758
No "Unidentified USB Device" Pop-up
We are using CE 5.0 with a VIA BSP on proprietary X86 hardware with multiple
USB ports integrated. Although the OS platform and ports work as expected in
most circumstances, they do not work as expected in all circumstances. In
particular, when I connect a USB device that has no platform driver support,
I would expect a "Unidentified USB Device" pop-up but none is displayed.
Does CE 5.0 still implement this pop-up and if so, in what code?
Thanks Tag: Could you help me ? thanks all ! Tag: 80756
Afxmessagebox() not working
i am working on cepc platform using enterprise webpad as design template.
I have written an mfc application using evc 4.0 .it was working fine on the
cepc.But afterwards i added some some catalog items related to storage
devices ,Irda and voip.Now my application is working fine but my menu bar is
showing numbers along with the menu items and my message boxs have
disappeared .when i run in debug mode the application gives me degub check
failure where ever statements relating to messageboxs are written.i again
made a clean build ,but the problem still persists.I am not able to find out
why the messageboxs are giving me debug check failure. Tag: Could you help me ? thanks all ! Tag: 80753
How to check if my microphone works??
hi,
I m using Platform builder with WINCE 4.2 .net frame work.
i m having a VIPER board supplied by Arcom.
for my application i want enable my microphone.
how can i check if my microphone is enabled.
is there any sample application which can do the audio capture..
i have written a sample application on VC++ for capturing audio thru
microphone.
this works fine on win 2000 and XP...but when i put it on my board.
nothing happens...
how can i test my microphone input.
thank u, Tag: Could you help me ? thanks all ! Tag: 80752
to .exe, .dll, or .lib?
Dear all,
I am quite confused about which one( exe, .dll, or .lib) to
compiled to which each of the modules in PB. How is this decided and
how the different 3 typed are linked to final OS image?
If I want to add some driver module, which one should I choose?
Thank you!
Best Wishes,
HWB Tag: Could you help me ? thanks all ! Tag: 80745
FTP Server for Windows CE 5.0
Hi all,
Is it possible to know if exist an FTP Server for Windows CE 5.0 ?
Thanks for your answer
Stefano Tag: Could you help me ? thanks all ! Tag: 80744
Porting a driver from WinCE 4.2 to 5.0 (CodePalette)
Hi everyone,
I successfully developped a driver on WinCE 4.2 (I used CodePalette to
generate the template). Now i'm willing to have it work on WinCE 5.0. I
figured I could just compile it under Platform Builder 5 and see what
appends, but ... nothing appends. My DllEntry is not even called.
Is there major changes I should apply ? Have anyone already made a
WinCE 5.0 driver using CodePalette ? I can't even have the template
working.
Thanks anyone who could help me.
Edouard Dessioux Tag: Could you help me ? thanks all ! Tag: 80742
TUI for CS call
1. Can the Telephony User Interface framework be used for CS call and not
VoIp call.
2. Is there any default Dialer application on WinCE-5.0 Tag: Could you help me ? thanks all ! Tag: 80741
Forcing Application to RAM without Paging
I'm working on a device that has NAND, so no XIP. Unfortunately, at
this point, the FMD for the NAND is extremely slow, with a maximum
throughput of around 2.5MB/s, and optimizing it is not an option (for
non-technical reasons at this point). Because it is so slow -
application startup and paging operations are very slow (relative to
similar devices).
Because of this, I'm looking for some ways to make critical
applications XIP out of RAM. At the lowest level conceptually - at boot
time I want critical applications and DLLs copied into RAM so they
don't have to be demand paged from the slow FLASH. Has anyone tried
this - any helpful hints on how to accomplish - or other thoughts?
Thanks,
-Chris Tag: Could you help me ? thanks all ! Tag: 80735
LAN91C111 on XSC1BD
Hi,
I'm porting Windows CE 4.2 XSC1BD BSP to a board based on Lubbock. This
board has all features of Lubbock (It has an FPGA that maps all Lubbock
Peripherals). The main difference between this board and Lubbock is
the Ethernet Controller. The board I'm working has a SMSC LAN 91C111
Ethernet Controller.
I'm trying to port the Eboot to this board.
I already have the LAN 91C111 ETHDBG driver ported to Windows CE 4.2.
And it is working in another board.
The Ethernet Controller is mapped on nCS3 (0x0C00_0000), like Lubbock.
And I gave a offset of 0x300 the access it (The registers offset for
SMC 91C111). Without this offset the driver didn't detect the
Ethernet Controller.
To put this detecting the Ethernet Contoller I change the MSC1 register
from 0x3FF1A441 to 0x3FFCA441, changing from SRAM to VLIO.
But when I try to apply it the driver in the board I am working now it
appears to start ok, but it does not communicate well. The driver
detects the Ethernet Controllet ok on SMCInit() routine, but It appears
to fail on SCMSendFrame() or SMCGetFrame() routines.
For example:
If I put DHCP Enabled on the bootloader, the board gets the IP from
server. Then it starts to send BOOTME messages, but Platform Builder
does not detect it.
So, if I put DHCP Disabled and configure IP Manually, when the board
starts do send BOOTME messages, Plaform Builder detect it. But does not
download the image.
I know that this board is working with all features ok on a Linux
Kernel 2.6.11 based on Lubbock Configuration, just changing the driver
for Ethernet Controller.
Thanks,
Marcelo Fornazin Tag: Could you help me ? thanks all ! Tag: 80729
PB 5.0 BSP Export Wizard error
In the Export Wizard I get to see following missing when pushing the
'Finish' button of the wizard:
"Unable to initialize the .msi generator because a required component
might be missing or damaged. Please reinstall Platform Builder"
Anyone an idea which components PB is talking about?
Thanks,
Wesley Tag: Could you help me ? thanks all ! Tag: 80719
a strange issue about smdk2410
Hi, I have a Sumsung 2410 evaluation board, and I use smdk2410 BSP. When I
use touch screen to suspend os , after resume, the system will die. If I use
mouse or key to suspend os, everything is OK. Have somebody meet this issue?
Can somebody give me some advice?
Thank you.
Andy Tag: Could you help me ? thanks all ! Tag: 80716
How to add resource information (FileVersion, Productversion, etc.) to nk.bin
Hello,
is it possible to add a resource script file (.rc file) to the platform
builder project in order to add FileVersion, ProductVersion etc. information
to the nk.bin built? I have a PB (WinCE 4.20) project including a user
feature dll project. When I add a resource script file the information
entered in this file are attached to the dll built by the user feature
project and not to the nk.bin file. How can I get these information into the
nk.bin?
Thanks in advance.
Gunnar Tag: Could you help me ? thanks all ! Tag: 80710
RDP sound playback (WinCE5.0)
Hi,
I'm developing a thin client in CE 5.0. When I start a .WAV sound file
playback
in an RDP session (Windows XP host, Media Player 9) and bring
it to the client (AudioRedirectionMode=0), using a 10 Mbit/s connection the
song will play, but sometimes it will stop for a few seconds and then
continue to play.
Using a 100Mbit/s connection, I will hear one or two beats of music after
some time or nothing at all.
Does anybody have an idea, how to overcome this behaviour and play the sound
continuously especially using the 100 Mbit/s connection.
Anne Tag: Could you help me ? thanks all ! Tag: 80708
insertion of a 32-bit cardbus card get a detection of a 16-bit card
Windows CE 5.0 with a TI1520 PC card controller.
I have two 32-bit cardbus cards being workable on PC. However, when I
inserted any of them into one of the TI sockets, the "Present-State"
register associated with the socket showed a value of dwPStateReg =
0x30000910. According to TI's manual, this value indicates that the
socket supports 3/5 voltages and detected a 16-bit card in the socket.
After that, the MDD showed the following messages.
pcc_serv.DLL : CreatePCCardEnabler 16 Bit PCMCIA Card !!!
and
CPCPcmciaCard::GetConfigureRegisterBase: Can't get PCMCIA register
address. return FAILS
Does anyone experience the same? Tag: Could you help me ? thanks all ! Tag: 80707
USBSerialFn : dwMaxTransferSize only set to dwMaxPacketSize because of WCEUSBSH bug ?
Hi,
In the \wince500\public\common\oak\drivers\usbfn\serial\usbfndrv.cpp
file, in the USBSerialFn::CableAttached function we see the source code
mentioning a "WCEUSBSH Bug". See the code snippet below.
Code Snippet :
>> >>
void USBSerialFn::CableAttached()
{
..
DWORD dwBulkSize = (m_CurrentSpeed == BS_HIGH_SPEED?
g_HighSpeedEndpoints[BULK_IN_DESCRIPTOR_INDEX].Descriptor.wMaxPacketSize:
g_FullSpeedEndpoints[BULK_IN_DESCRIPTOR_INDEX].Descriptor.wMaxPacketSize);
..
OpenBulkOut(m_hDevice, m_pUfnFuncs,uEdptAddr,TRUE,dwBulkSize,
dwBulkSize, 4); // WCEUSBSH Bug. Only can usb MaxPacketSize
..
<< <<
The result is that the PDD has to complete transfers more frequently.
I wondered if this was a bug of WCEUSBSH that had gotten fixed already,
so I tried changing the call to OpenBulkOut to specify a larger
dwMaxTransferSize parameter (4K buffer) :
OpenBulkOut(m_hDevice,
m_pUfnFuncs,uEdptAddr,TRUE,dwBulkSize,/*dwBulkSize*/4096, 4);
The result is that it more than doubles our bulk out transfer speed.
(simply because the MDD doesn't have to complete so many transfers any
more I guess)
I am wondering now if others have seen the same thing ? Can you try ?
And better yet, can Microsoft confirm whether or not this indeed is a
bug in WCEUSBSH that got fixed ? I do not seem to have any issues with
my ActiveSync 4.1.0 (Build 4841).
Let me know.
Thanks
-- Ronald Tag: Could you help me ? thanks all ! Tag: 80701
where is the source file of btd.dll and btdrt.dll
Hi everyone:
Does somebody know where is the source file of btd.dll or btdrt.dll ? I
use platform builder for WinCE 5.0.
Best regards
Sam Tag: Could you help me ? thanks all ! Tag: 80697
USB Serial not working on WinCE 5.0
XSCALE Lubbock-based version of WinCE 5.0 is finally running, but I'm not
able to get my USB Functional port working.
In version 4.2 I had USB Functional without serial client working. It turned
up as a "Windows CE device" on my PC.
The USB structure has changed considerably from 4.2 to 5.0, but fortunately
I had the Lubbock 5.0 version as a good starting point. In 4.2 version I
didn't have to do any changes to the USB driver part, only change the
GPIO-pin for USB attach/remove in the interrupt handler.
In 5.0 version I have added the catalog item USB Functional from my BSP, but
now it requires me to add the item: Device Driver -> USB Function -> USB
Function Clients -> Serial (colud choose Mass Storage or RNDIS Client).
When I plug my device into the PC it stops and I get unknown device on my PC.
Need some advice, anything I have forgotten or should be awear of?
; @CESYSGEN IF CE_MODULES_USBFN
IF BSP_PXA25XUSBFN
[HKEY_LOCAL_MACHINE\Drivers\BuiltIn\xsc1bdusbfn]
"Dll"="xsc1bdusbfn.dll"
"Prefix"="UFN"
"Priority256"=dword:73 ; must be lower-priority than RndisFn's transfer
thread
"EndpointCount"=dword:10
"SupportedSpeeds"=dword:2
"IoBase"=dword:a6800000 ; UDC_BASE_U_VIRTUAL
"IoLen"=dword:1000 ; Needs at least 0xE04. Round up to 1 page.
"Sysintr"=dword:1e
"BusIoctl"=dword:2a0048
"IClass"=multi_sz:"{E2BDC372-598F-4619-BC50-54B3F7848D35}=%b","{6F40791D-300E-44E4-BC38-E0E63CA8375C}=%b"
ENDIF BSP_PXA25XUSBFN
; @CESYSGEN ENDIF CE_MODULES_USBFN
/trond Tag: Could you help me ? thanks all ! Tag: 80694
Fast Infrared Driver CETK testing
Hi,
I have developed a Fast IR driver for ARM platform. I am able to transfer
the files between my desktop and development board. Though I am not able to
transfer bigger files(since I am not using DMA yet), I am successfully able
to transfer files of small size.
while trying to run the CETK test cases, I found that, all the connection
oriented test cases are skipping, and I am just getting the result as
SKIPPED: Unable to establish connection to IRTestServer.
Following is the procedure I follow.
I am running one board as server and I run the following commands
s services stop obx0:
s irapisrv22
It shows
Creating AF_IRDA endpoint
IRSRV waiting for connect...
Another board I am using as client and I am running the following commands
s services stop obx0:
s tux -o -d irapi22 -f cesh:irapitest.log
Following components are added SYSGEN_IRDA, SYSGEN_WINSOCK,
SYSGEN_OBEX_INBOX(file transfer)
I have got the same code, passing all the test cases. The only difference
is, more components are added to the platform, power management is also
introduced. Wrt to the code I didn't do any modifications.
Is there anything I missed out.
Any help will be greatly appreciated
Thanks in advance Tag: Could you help me ? thanks all ! Tag: 80687
How to boot form DiskOnChip on Mainstone?
Hi,
Does anyone know how to set the Mainstone jumper so that the device can
boot from DiskOnChip rather than internal flash?
Thanks very much~ Tag: Could you help me ? thanks all ! Tag: 80677
WinCE: Problems including OEM help (.chm) files into Platform SDK
Hi all,
Having a bit of a problem that that has come up in the newsgroup
archives (without any solution suggested) a couple of times before back
in 2003-3.
I'm trying to include a custom .chm help file into a SDK installer
build via. the "Configure SDK..." dialog "Help" tab, as described in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcepb40/html/pbtskaddingcustomhelpfilestosdk.asp,
my file is included in the installer OK and written out with the other
help files as part of the install, however it does NOT appear to be
linked in to the SDK help presented in eMbedded Visual C++.
Any ideas??
Thanks
Richard Lang. Tag: Could you help me ? thanks all ! Tag: 80675
HELP: Debug causes exception but release is fine
I am creating a Property Sheet test application for my device. When I
copy the debug a2test.exe to the device and run it all is well! But,
when I use PB and download entire image and try to debug, I get a
First-chance exception in NK.EXE (0xC000001C: Invalid System Service)
when calling PropertySheet() The pertinent lines from the Debug are
PID:bd99fb2 TID:bd9eeae 0x8bd815c4: ObjectCall: Failed(1): 15
PID:bd99fb2 TID:bd9eeae 0x8bd815c4: RaiseException: Thread=8bd815c4
Proc=8a14de30 'a2test.exe'
PID:bd99fb2 TID:bd9eeae 0x8bd815c4: AKY=00000081
PC=8822f668(NK.EXE+0x0002f668) RA=88229280(NK.EXE+0x00029280)
BVA=00000000 FSR=00000001
And I am in
RETADDR ObjectCall (POBJCALLSTRUCT pobs)
When I try to pull up the call stack for my application it shows
NK!ObjectCall(_OBJCALLSTRUCT * 0x1002ed88 {method=0xffffeae5
prevSP=0x00000000 mode=0x0000001f ...}) line 1231
NK!PrefetchAbort + 324 bytes
NK!PrefetchAbort + 324 bytes
NK!PrefetchAbort + 324 bytes
.
.
.
I set break points in all of my DialogProcs and it is croaking before
reaching any of them. I don't even know where to go from here?
Any help / suggestions appreciated.
gerrit Tag: Could you help me ? thanks all ! Tag: 80673
NAND FMD with 10 byte ECC
Hello,
I am trying to determine if it is possible to create a NAND FMD driver
that uses a 10 byte ECC algorithm for each 512 byte sector. Based on
the WinCE 5.0 sample FMD drivers, I think there may not be enough room
in the 16 byte spare area to save the 8 byte SectorInfo structure, the
bad block marker, and 10 bytes of ECC data. MLC NAND suppliers
recommend a 10 byte Reed-Solomon ECC strategy for each sector. Does
anyone have an idea on how I can do this using the existing FAL?
Thanks! Tag: Could you help me ? thanks all ! Tag: 80672
Google rendering in IE on CE 5.0
For some reason I have trouble with some web pages text rendering in
the IE.
One of the sites that suffers from this problem is google.co. for some
reason the text looks squeezed, I tried adding all available font as
well as change encoding and text size but it does not help. Is it
possible that IE does not give the site the right screen proportions? Tag: Could you help me ? thanks all ! Tag: 80671
Wince device in windows network
hi,
Is it possible to have the CE device visible to other Desktop pcs while
browser the local windows network. Can the CE device share files?
What about the other way around, can the CE device display a list of
all avilable pcs in the domain/workgroup? Tag: Could you help me ? thanks all ! Tag: 80670
Serial Activesync connexion
Hi All,
I created my OS image using Platform Builder 4.2.
I try to make a serial activesync connection on a SH3 board. I can
connect via Ethernet or Usb cable, but i have trouble with serial
connection.
In debug mode, it works very well.
In release mode, I have a strange behaviour : on the PC side,
Activesync displays "connecting" and its icon becomes green and rounds.
On the device side, it says "User authenticated".
I dont think the cable is bad because every thing is ok in debug mode.
In release mode, I have no debug trace to easily identify the problem.
Can anybody point me in the right direction to resolve this problem ?
Thanks,
Dom Tag: Could you help me ? thanks all ! Tag: 80660
Ethernet problem (Realtek) on GEODE
I have built an image for CEPC with ethernet pci board (Realtek), put
the image on HD and everything work perfect. I was able to debug my
application (evc4) through ethernet.
Then i have built the same image for GEODE (i have a board with geode
and realtek inside). Put the image on HD. The Realtek is show and from
my pc a can see the "conenction led" blinking and it seems that
everything works.
But when i try to debug my application (with evc4) after connecting
with ActiveSync, i cannot use the ethernet, it goes only by serial
port!
What's wrong? Can someone help me?
P.S.
I use PB5
Thanks
Roberto Tag: Could you help me ? thanks all ! Tag: 80656
Changeing SYSINTR_MAXIMUM
I have a CE 4.20 Platform with a lot of Interrupt's (more then the 32
supported by InterruptInitialize()) is it possible to change SYSINTR_MAXIMUM
or SYSINTR_MAX_DEVICES ? Tag: Could you help me ? thanks all ! Tag: 80643
Windows CE webserver how to use ActiveX controls/.NET controls/Java applets
Hi folks,
I'm currently using the HTTPD webserver in combination with the windows
CE emulator.
My goal is to access a windows CE HTTPD webserver HTML/ASP page using
my
desktop webbrowser and add some interactive content to that page by
using
an ActiveX control or a .NET control or a Java applet in the HTML/ASP
page.
I can access the web page from my desktop webbrowser (IE6) but I can't
get any of
the webpage components (ActiveX control or .NET control or Java applet)
to be downloaded
properly to the desktop PC.
Here's some example HTML code i'm using:
// ActiveX control in a signed cabinet file:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TestASP</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<OBJECT ID="Nlview" WIDTH=100% HEIGHT=400 align="baseline" border="0"
CLASSID="CLSID:F2C19A8B-3F1F-11D1-BEA3-008048EAD6C0"
CODEBASE="nlview.cab#version=3,3,0,103">
<PARAM NAME="_Version" VALUE="65536">
<PARAM NAME="_ExtentX" VALUE="17886">
<PARAM NAME="_ExtentY" VALUE="12347">
<PARAM NAME="_StockProps" VALUE="4">
<PARAM NAME="Font" VALUE="Courier New"></OBJECT>
</body>
</html>
// .NET control exposed from a dll file (control named 'DragListBoxCe'
in
// namespace 'CustomCeControls'):
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TestASP2</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<OBJECT id="List1"
classid="ControlLibCe.dll#CustomCeControls.DragListBoxCe">
</OBJECT>
</body>
</html>
// Applet
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TestASP3</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>
<body>
<APPLET name="javaClock" code="JavaClock.class" width=150 height=150>
<PARAM name="fontsize" value="28">
<PARAM name="backcolor" value="black">
<PARAM name="fontcolor" value="red">
<PARAM name="hHandColor" value="green">
<PARAM name="mHandColor" value="green">
<PARAM name="sHandColor" value="red">
<PARAM name="hPointColor" value="red">
<PARAM name="mPointColor" value="lightgray">
<PARAM name="analog" value="true">
<PARAM name="dst" value="true">
</APPLET>
</body>
</html>
I know that the HTML <OBJECT> tag is ignored by the CE webserver so I
cannot use these objects
in server side scripts (that's no problem for me because I only require
these objects at
the client side).
I also read that HTML <OBJECT> tag behaviour is dependant of the
webbrowser
at the client side. Since the examples described above all work when I
use 'em on
a Windows XP IIS web server I'm pretty sure that the client side
browser is ok
One last thing:
the logging of the Windows CE webserver logs HTTP status code 302
after a HTTP GET request where one of the files nlview.cab,
ControlLibCe.dll,
JavaClock.class is requested. I don't know why because they are present
in
the same virtual directory as the ASP page.
Can anyone help me out or tell me if it's even possible what I'm trying
to do?
Thanks in advance,
Greets,
Eric Tag: Could you help me ? thanks all ! Tag: 80642
KITL error message
Dear Sir,
I use WINCE 5.0 to develop my project which used PXA27X as main chip.
Currentlly, the PCMCIA socket work well when system bootup.
I also can connect to internet to browse information.
But I can NOT enable KITL mode.
When I download KITL-NK to SDRAM , the UART will send "
!KITLSend(DBGMSG): Reentrant call, hTh:07FC9242" .
And the message will NOT stop.
Do anyone have idea about this issue ?
BR,
dirwdirw.tw Tag: Could you help me ? thanks all ! Tag: 80641
on the ce initiation
Dear all,
I am new to platform builder. I want to know some details of
the windows CE startup.
Normally, when powered on, the CE will prompt you to calibrate
the screen alignment. I want to know where is the codes to control
this procedure.
in common.reg,under hkey_local_machine\init, is this the right
place to work on?
By the way, how can I know which is the file for the logo of
the windows CE startup? It should be an image file, but it seems I have
searched all the image files but cannot find it...
Please help!
Thank you!
HWB Tag: Could you help me ? thanks all ! Tag: 80634
Win98 boot disk?
I have a board that boots a win98 OS from a USB thumb drive but not a DOS
6.22 OS from a USB thumb drive.
USB media is much cheaper that DOM and I would like to use this as a
possible alternative to booting my CE image.
Are there any licensing issues with this? Tag: Could you help me ? thanks all ! Tag: 80629
the first splash screen
Dear all,
I am very new to CE platform builder. Hope my question is not
a silly one.
I want to know where (under which directory which file) I can
find the file on the load sequences. That is, where I can find the
source codes for the first splash screen?
Thank you in advance!
Best Regards,
HWB Tag: Could you help me ? thanks all ! Tag: 80628
.NET CF installation
How can I install .NET Compact Framework (1.0.3111.. or greater) on my
Windows CE .NET 4.20?
The main problem is that my device is ARMv4I, and I only have the .NET CF
installation package for ARMv4..
Mhaxx Tag: Could you help me ? thanks all ! Tag: 80623
Soft reset problem
Hello,
I am trying to implement the soft reset ioctl.
I am running from sdram, and it seems that just jumping to the begining
of the image in the ram is not enough.
The Wince kernel is re-starting, but when starting to load its dlls, it
finds that some lists are already initialized and assumes that they
are already loaded.
my guess was that wince doens't initialize its static memory at
startup.
Is there a way to over come this?
what is the proper way of doing the soft-reset?
Thanks,
Oren. Tag: Could you help me ? thanks all ! Tag: 80621
VFPTR missing in debug windows
Hi,
I've built my C++ dll and seems to be working ok, its just that
i can't see the VFptr pointer to vtable in the debug window.
The Cminithread class which i've inherited from is ok, i can
see the vfptr for that. Is there anything i need to setup.
Thanks Tag: Could you help me ? thanks all ! Tag: 80620
Battery driver get Voltage
Hi All
I am developing a battery driver for Intel XScale PXA270 module, I got
some parts sorted like setting flags (acline online, battery charging,
battery charged), but also need to read the voltage level of a main
battery, if I understand correctly it can be done via UCB1400 (AD0
analog input) controller.
Does anybody know how to do that?
Thank you,
Oleg Tag: Could you help me ? thanks all ! Tag: 80619
Internet Explorer 6 Temp download directory
Hi,
When I try to download a file from the web that is larger then the free
ram (object store) space. I am prompted with an error message. This
message apears even before I can set the save location. I assume there
is a default temp dir in which files are save before being copied to
the selected location. My question is where is it and how can I change
the default location (to my flash for example).
Thanks Ohad Tag: Could you help me ? thanks all ! Tag: 80618
San disk DOK on CE 5.0
I have problems with the recognition of all the new Sandisk doks on my
stystem. I tried to apply the suggested fix from msdn with the diffrent
attntion timer parameter (10 to 1) but it still does not work. Is it a
lost cause? Tag: Could you help me ? thanks all ! Tag: 80617
Ladies and Gentlemen:
I want play flash in wince 5.0,so taht
where component must be added?
I am very glad if you would give me a hand.