problem forming .lib in EVC4
Hi
I wanted to form a .dll using EVC4 which i can use in other pocket PC applications. I am able to form a .dll file, but the corresponding .lib file is not being formed. (As i will be needing the .lib file to link it in other applications). I dont have any clue that why is it not forming the .lib file (though it forms the .dll). The program neither gves error nor any warnings
Pawan Tag: XML and EVC++ Tag: 77941
Looking for foreign language pocket pc users
Hello
I'm looking for foreign language pc users,
I already have English and french, since i can't figure how to extract the
%CExx% paths i'm trying to rebuild a list of the names.
I'm mainly looking for GAMES right now ( Jeux in French ), probably Spiele
in german, Juegos in spanish ?
Thank you
pat. Tag: XML and EVC++ Tag: 77938
Calling XML Web Services
when i call My own Xml web services in my local computer from smart device application i got these error
Unable to connect to the remote server
is any one know how i can solve this problem
thanks Tag: XML and EVC++ Tag: 77935
remote-control release for D70
Hi!
I couldn't find any software to remotly control my Nikon D70.
Im a C# programmer.
Can you give me any advise (links, ...) how to start writing a software like
that? (for PocketPC 2003)
Thanks!!! Tag: XML and EVC++ Tag: 77929
Data and the .NET CF
Hi,
I am just wondering, do most people serve data up via XML, SQL Server CE, or
what? There is no built in support for Access databases correct? Tag: XML and EVC++ Tag: 77926
Process memory usage?
Hello;
I want to know how much memory is allocated to each running application
(like Mem Usage column in Windows Task manager).
Is there any API providing this information?
Thanks in advance,
Maxim Tag: XML and EVC++ Tag: 77924
error message - SQL CE merge replication
When I try to synchronize SQL CE with SQL 2k thru merge replication, I got this error message: "Initializing SQL Server Reconciler Has Failed. [,,,,,] Native Error 29045".
Appreciate if someone could give me some guidance here. I am running the sample code from the following MS site:-
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/sqlcemergereplication.aspx
Thanks Tag: XML and EVC++ Tag: 77921
how to use CeFindFirstFile() in vb6?
hello all.
This is my some codes:
¡¡
Public Const MAX_PATH = 260
Public Type FILETIME
dwLowDateTime As Long
dwHighDateTime As Long
End Type
Public Type WIN32_FIND_DATA
dwFileAttributes As Long
ftCreationTime As FILETIME
ftLastAccessTime As FILETIME
ftLastWriteTime As FILETIME
nFileSizeHigh As Long
nFileSizeLow As Long
cFileName As String * MAX_PATH
End Type
Public Declare Function CeFindFirstFile Lib "rapi.dll" (ByVal hFile As
String, Info As WIN32_FIND_DATA) As Long
¡¡
¡¡
Private Sub Command1_Click()
If RapiConnect Then
Dim fileInfo As WIN32_FIND_DATA
Dim lResult As long
lResult = CeFindFirstFile("\tes1.xml", fileInfo)
¡¡
¡¡
RapiDisconnect
End If
End Sub
Why "lResult" alway return -1 (Error Code:18 )? "test1.xml" is exist in my
PPC's root directory. Tag: XML and EVC++ Tag: 77916
Windows CE development
I am wanting to develop some applications for
windows CE on my pocketpc(mips)
I came across a gcc port for windows CE
so I will probably use that as my compiler
but where can I find a good api reference for windows CE
development? both a GUI api and an api reference
for essential functions.
further, where can I find well written documentation
pertaining to how to use the installer?
so that the program can be installed on
a desktop PC and then have the necessary files transferred
via activesync. Tag: XML and EVC++ Tag: 77915
serial communication
Can anyone know links about serial communication on Pocket PC? ...
I just want write and read commands ...
Thks in advance ... Tag: XML and EVC++ Tag: 77914
remote activesync
I have two questions regarding remote synchonization through activesync. I
have a program that uses RAPI to complete certain operations on the PDA
while the sync process is going. But since a remote activesync connection
disconnects as soon as all the activesync items are done, my program can't
finish it's processes.
1. Is there a way to tell whether or not the current activesync connection
is direct (through USB or bluetooth) or remote (over an intranet or the
like)?
2. Is there a way to make a remote sync not connect until a RAPI operation
(such as reading a file on the pda) is completed? Any kind of delay that
will alow me to finish my RAPI operations would be useful.
thanks in advance,
ed Tag: XML and EVC++ Tag: 77911
environment variables on a pocket pc ?
Hello
How do you resolve environment variables on a pocket pc ?
for example : %_WINCEROOT% in /bla/blablabla
thank you
pat. Tag: XML and EVC++ Tag: 77910
Large files in the My Documents folder
My application uses a large SQL CE database. If this file is placed in the
My Documents folder, it seems to break Files synchronisation in ActiveSync,
by virtue of its size.
I would like to be able to exclude this file from synchronisation. There is
an option that purports to do just this, but all it actually does is to
delete the file in question.
Can I place the database outside of My Documents (say in the installation
folder)? Am I breaking any standards, or is there any other fallout? Tag: XML and EVC++ Tag: 77909
Cab file problem
Hi,
I have made one example application for PocektPC with VS 2003. I have made
cab file and put that on Jornada 560 Pocekt PC.
Error is:
Cannot find 'Pocket_Proba' (or one of its cimponents). Make sure the path
and filename are correct and all the required libraries are available.
I would like to know what is wrong and what I need to do to avoid this
problem?
Another question is about MS Access database. Is there posibilities to use
this db on PocketPc and how? Is there some example. If this base is not
approprate I would like to know which db is?
Thanks :) Tag: XML and EVC++ Tag: 77905
How to access camera from .net CF?
Hi there.
Could anyone point me in the right direction regarding incorporating the
camera functionality of MS based devices?
Specifically, I would like to capture photos using the XDA 2, directly from
my .net CF application on Pocket PC 2003.
Many thanks!
Salo. Tag: XML and EVC++ Tag: 77901
Pocket pC
hi all. my question is two fold
1. i have ported a console aplication running on windows xp to the pocket pc emulator using the .net compact framework. the same code which runs perfectly well, now has the problem when i am communicating between a client and a server. The client sends the messages and apparently closes the connection. this causes the following error at the server "Cannot read from the transport layer." or "The connection was forcibly shutdown by the ..." i have unprofessionally circumvented this problem by a Thread.Sleep call after writing the data. The code works fine however, i am asking if there is a more professional way.
2. does anyone of you know how to read the signal strength of different access points on the pocket pc.
thank you a lot for your hel
ibrahim Tag: XML and EVC++ Tag: 77898
GetOpenFileName() only allows browsing "My Documents" folder?
I am looking for a dialog that allows the user to browse any folder,
starting from the root. It seems like GetOpenFileName() only allows
access from the "My Documents" folder. Besides implementing my own
GetOpenFileName(), is there an alternative that would give me the
desired behavior (of allowing the user to select a file that resides
anywhere on the system)?
Thanks,
TM Tag: XML and EVC++ Tag: 77896
GSM Cell Info - .net cf
Hi there - thanks in advance for any help.
I'm using the .Net CF on pocket pc phone edition.... I need to get hold of
any info regarding the current GSM cell - ideally Cell ID or name of the
tower. In fact any location specific data would be great.
Do I need to p/invoke something?
Thanks!
Salo. Tag: XML and EVC++ Tag: 77895
ANN: New Compact Framework Resource
In keeping with our vision of openness and community involvement, we at
OpenNETCF.org have started a Compact Framework Wiki. We've migrated the CF
FAQ to it, and though it could use some work, it's already got a decent
amount of information.
Stop by, browse through, and feel free to add or correct content.
http://wiki.opennetcf.org
-Chris Tag: XML and EVC++ Tag: 77894
Queries Regarding DataGrid
Is there anyway i can do editing in the cells of a Datagrid in .NET CF
Also can i have a check box in one of the Columns?
If yes, Please gimme the Details of huv to do the same
Any help in this regard will be more than appreciated Tag: XML and EVC++ Tag: 77889
need help in developing application
Hello
I have a server set up on a Computer, i want to get the
reference to the advertised object (by this server) on a
hand held. Which library of .net compact frame work shall
i use.
I am using C# for development and microsoft provided
emulator for handheld device.
thank you
Nauman
(nbam18@hotmail.com) Tag: XML and EVC++ Tag: 77888
Handle to Tabs of Property Pages
Environment: eVC++, PPC 2003
Anyone know how to get the handle to the tabs of property pages? Every
property page has a rectangular area beneath its client area containing its
caption/title. Apparently, this tab area is a control of some sort because
when I change the background color of the page, the color of the tab is
unaffected. Getting hold of its handle will allow me to force its color
display to be the same as the page background. Thanks. Tag: XML and EVC++ Tag: 77886
Multi-Threaded MFC Application broke on minimize(x) in 2003
I have an application that uses a worker thread that has
worked fine in 2000 and 2002. Now in 2003, when you use
the X at the top right of the screen, it "mimimizes" (hides) the
application, but when I click on the icon again it doesnt come
back up.... If I got into memory/running programs and hit
activate it comes back up fine....
Should be a common problem....?? Anybody know how
to handle it?? evc++ 3.0...
Thanks Tag: XML and EVC++ Tag: 77883
ERROR_ARENA_TRASHED: The storage control blocks were destroyed.
Hello,
I'm doing VB6 work with Platform Manager, connected to an emulator that bombed, and now get this message for all devices & emulators:
The storage control blocks were destroyed. Which translates to an HRESULT of ERROR_ARENA_TRASHED.
Any ideas on how to fix this without uinistalling and reinstalling software (i.e. ActiveSync 3.7.1, development tools)?
Thanks in advance... Tag: XML and EVC++ Tag: 77882
SIP erases child window controls!
I have a parent dialog with several child windows (dialogs). When the SIP
is shown and then hidden, the controls on the child window (edit boxes,
labels, etc) that were hidden by the SIP are erased! I cannot seem to force
the child window to redraw itself. Any suggestions?
Thanks,
buzz Tag: XML and EVC++ Tag: 77875
game folder ?
Hello
I've seen that a lot of games install themselves in the "games" folder that
is into program files.
What is the registry key to this folder ? ( works independantly from the
language from what i can see )
thank you
pat. Tag: XML and EVC++ Tag: 77872
How can I get ipaq SDK?
I have an ipaq 1945 and I want to get the ipaqutil.dll for it. It's
not on the device. I copied that DLL from ipaq 5555 and it doesn't
seem to get the serial number correctly.
I have looked on the HP site and it seems you have to pay $199 to get
a developer membership to download the SDK? And I am not even sure
if the GetSerialNumber routine will work on the IPAQ 1945.
What should I do, should I just pay to play? Tag: XML and EVC++ Tag: 77871
Copy files from file explorer to a control
Could any one please direct me to information where I can learn how to copy files information from Pocket PC 2002/2003 explorer (Shell) to a control (say ListCtrl) in MFC? As ::OleGetClipboard(&pDataObj) is not implemented in Windows Mobiles, and the doument on IDataObject implementation is quite limited, your help will be highly appreciated. Tag: XML and EVC++ Tag: 77859
C++ link error LNK2019
Context: Years of VBA developing and considerable experience with compiled environments, but almost no C++ experience
Problem: Installed eMbedded C++ ver 4.0 and successsfully created an "Hello Wolrd" program via wizard and ran it on iPAQ H4150. I then made a few minor changes and the code run as expected. Next I want to call and run a program on the iPAQ so I made a function called callEXE which in turn called CeCreateProcess. Just to be sure all was well I tried a build. The code compiles 0 errors and 0 warnings, but generates the following link error
TCard.obj : error LNK2019: unresolved external symbol "int __cdecl CeCreateProcess(unsigned short const *,unsigned short const *,struct _SECURITY_ATTRIBUTES *,struct _SECURITY_ATTRIBUTES *,int,unsigned long,void *,unsigned short *,struct _STARTUPIN
OW *,struct _PROCESS_INFORMATION *)" (?CeCreateProcess@@YAHPBG0PAU_SECURITY_ATTRIBUTES@@1HKPAXPAGPAU_STARTUPINFOW@@PAU_PROCESS_INFORMATION@@@Z) referenced in function "int __cdecl callExe(void)" (?callExe@@YAHXZ
ARMV4Rel/TCard.exe : fatal error LNK1120: 1 unresolved external
I have done a string search on both rapi.h and rapi.lib and found CeCreatePorcess and the complier tells me it checked in rapi.lib as well
Searching C:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\lib\ARMV4\aygshell.lib
Searching C:\Program Files\Windows CE Tools\wce420\POCKET PC 2003\Activesync\Lib\rapi.lib
Finished searching librarie
Finished pass
The relevant code snipits follow
#include <rapi.h
//------------------------
BOOL CeCreateProcess
LPCWSTR , LPCWSTR , PSECURITY_ATTRIBUTES , LPSECURITY_ATTRIBUTES ,
BOOL ,
DWORD ,
LPVOID ,
LPWSTR ,
LPSTARTUPINFO ,
LPPROCESS_INFORMATION
);
BOOL CallExe(void)
//---------------------------
BOOL callExe(
BOOL bRet;
LPCWSTR lpApplicationName
LPCWSTR lpCommandLine;
_PROCESS_INFORMATION pi
_PROCESS_INFORMATION *ppi
ppi = &pi
lpApplicationName = TEXT ("\\Windows\\calendar.exe")
lpCommandLine = TEXT ("")
bRet = CeCreateProcess(lpApplicationName, lpCommandLine, NULL, NULL, FALSE, 0, 0, NULL, NULL, ppi)
return 0
Any help will be much appreciate
Thank Tag: XML and EVC++ Tag: 77858
Magnetic Card Reader
Hello all, I am trying to receive data from a magnetic card using
fieldsoftwares printerce and am having a hard time. Has anyone done this?
If so, could you look at my code below and let me know what I am doing
wrong? Thanks
public string test()
{
AsciiCE asciice = null;
FieldSoftware.PrinterCE_NetCF.AsciiCE.READ_RESULT result = new
FieldSoftware.PrinterCE_NetCF.AsciiCE.READ_RESULT();
string strResults;
try
{
asciice = new AsciiCE("XXXXXX"); //Create instance of AsciiCE class
asciice.SetupPrinter(FieldSoftware.PrinterCE_NetCF.PrinterCE_Base.PRINTER.EX
TECH_3,FieldSoftware.PrinterCE_NetCF.PrinterCE_Base.PORT.INFRARED,true);
asciice.SelectPort(AsciiCE.ASCIIPORT.INFRARED); //Print with Infrared port
********This next line is where it dies and creates and error stating
"Unable to complete printing task"******************
strResults = asciice.ReadString(asciice.Peek(),true,0,ref result);
asciice.ClosePort(); //Finish printing and close printing port
return strResults;
}
catch (PrinterCEException exc)
{
strResults = result.ToString();
MessageBox.Show("AsciiCE Exception" + strResults + " " +
exc.Message.ToString(),"Exception");
return strResults;
}
finally //Make sure we call ShutDown()
{
if (asciice!=null)
{
asciice.ShutDown(); //Done - free PrinterCE resources
}
asciice=null;
}
} Tag: XML and EVC++ Tag: 77856
Problem with EVC4 SP3 and Pocket PC 2003 SDK
I have EVC++ with SP3 and Pocket PC 2003 SDK installed on WinXP Pro
machine.
I created a very basic workspace and tried to compile with #include
"ndis.h" but the compiler says that
afilter.h and some other files don't exist. Without that include
everything goes well.
I also tried to compile with Standard SDK and wdm.h and afilter.h are
missing.
What am I doing wrong? Tag: XML and EVC++ Tag: 77842
SDIO card detection?
Hi,
I want to detect SDIO WLAN card's remove and insertion, Also want
to get information(Vender name, card type,...,etc) of SDIO WLAN card
when it had inserted. How can I do these? Any help will be greatly
appreciated.
Regards,
Stanley Tag: XML and EVC++ Tag: 77840
Mobile Printer Driver
I am researching for a project and i am newbie... I am not clear about the following questions... Any help will be highly appreciate
i. Do i need to necessarily install Zebra QL 320 wireless thermal printe
on Symbol Device; so that i can print bar codes from my APPLICATIO
developed in compact framework(C#.net) and using Symbol Mobility Developer Kit for .net? I want to avoid licensing of Printer CE dlls from FIELDSOFTWARE
ii. Where are the drivers for this printer FOR Pocket PC 2002/2003 OS? (Do they come with Symbol Device itself... I am asking specifically since apparently Symbol supports Zebra Thermal Printer..
iii. If they do not come with Symbol device, does Zebra provide them with devices
iv Most important, can the printing be done FROM Symbol Devices WIth Pocke
PC 2002 or Pocket PC 2003 OS on them TO wireless printer zerbra QL 320
or in other word
vi Are printers zebra printer drivers available for Pocket PC 2002 and Pocket PC 200
on Symbol Devices
vii. In general if i want to install a wireless printer with a seperate static I
under 802.11b; FROM any other application on Symbol Device... Do i need to install them on t
device first? (Pardon me for these questions, but since i have not used Symbol Devices and Zebra printers earlier)
viii. If for some reason printing directly FROM SYMBOL DEVICE TO MOBILE PRINTER is no
available... Can you suggest any mobile thermal BAR CODE printers whose drivers are available for Pocket Pc 2002/2003 Tag: XML and EVC++ Tag: 77834
SmartWorlds release iShop Electronics for US and UK market
SmartWorlds iShop Turns Your Pocket PC into the Ultimate Comparison
Shopping Tool
Cambridge Mass. May 6, 2004. SmartWorlds LLC today announced the
release of iShop Electronics for the US and UK markets. iShop is a
free software that turns any Internet-enabled PocketPC into the
ultimate comparison shopping tool.
iShop's easy to use interface and fast performance allow shoppers to
check product information such as price, reviews and recommendations
while shopping at any retail store or mall.
SmartWorlds Tag: XML and EVC++ Tag: 77826
Installing Compact Framework 1.0 SP2
OK... Can anyone describe how to install Compact Framework 1.0 SP2? When
run, it just procudes a number of cab files. Where are thye supposed to go?
I must be missing something simple somewhere.
Any help appreciated.
Mike Tag: XML and EVC++ Tag: 77821
How to wireless EMail in .Net Compact development??
Hi Anyone who can help me...
I am new to the Pocket PC development though I have some
experience in the overall .Net programming, so please
don't mind my ignorance in describing my questions and
usage of terminology.
I am trying to migrate an existing app coded in #C /.Net
Framework (running on Win XP desktop) - to a #C / .Net
Compact Framework targetted to run on a wireless mobile
Pocket PC with integrated phone (Siemens SX56 Pocket PC
Phone). The existing desktop application had used
the .Net's System.Web.Mail.MailMessage() Class to send
emails via the (POP3/SMTP) gateway quite reliably.
However, after building the new code successfully, when
deployed with the Pocket PC 2002 emulator, it complained
with a "MissingMethodException" message at the point when
the "Send" method is called. I assume that this is
because .NET Compact does not support the MailMessage
class. Is my assumption correct? If so, what alternative
do I have to build a simple EMail Send application
running on a typical PDA integrated phone with SMTP
gateway support - such as the Siemens SX56 PPC that I
intend to use as the primary platform??
Your advise will be greatly helpful, and very much
appreciated! Thankyou. JS Tag: XML and EVC++ Tag: 77816
IPAQ 1945 cannot get Serial Number?
Hi I have a IPAQ H1945 and the CPQInfoGetSerialNo does not work.
The function simply returns false.
Does anyone have a work around for this? Tag: XML and EVC++ Tag: 77815
%SystemRoot% on PocketPC?
Does anyone here know if "%SystemRoot%" is available for
shortcuts on PocketPC?
Or is "\Windows\..." the only method?
Thanks,
Andy Tag: XML and EVC++ Tag: 77814
configuring emulator ppc phone edition
hello ,
I was wondering if its possible to modify the default values for the phone
properties on the emulator (IMSI, phone number ...)
gadi Tag: XML and EVC++ Tag: 77801
Using datetimepicker
Hello All
I am sure this question will show my ignorance of the C# and compact
framework but, I am having difficulty creating a datetimepicker for use on a
PocketPC device. I have downloaded and ran the source code located on the
Microsoft Site. The datepicker works fine but the issue comes in building
the time entry fields. I am trying to create spinners for the time like
those in on the clock setting screen. So far this has been beyond me. Any
help would be greatly appreceiated.
thanks in advance
James Allen
allenj@kci1.com Tag: XML and EVC++ Tag: 77797
Button Focus Incorrectly shown
Environment: eVC++ 4.0, MFC PPC 2003
I have 2 property pages. On page 1, I have 3 buttons: B1, B2, B3. When I
clicked on B1 its rectangular edge is shown in bold. Clicking B3 resets B1's
edge to normal with B3's edge shown in bold. Now display Page 2, then
revert to Page 1. B3 is still shown in bold. Click B1. Now both B1 and B3
are shown in bold! What's wrong? Tag: XML and EVC++ Tag: 77795
PPC MSMQ Help!
I've written a desktop apllication and compact framework
application in .NET. The app on the pocket PC can send and
receive messages on a private message queue. It can also
send messages to a private queue on my pc. However when I
use my desktop app to send messages to the queue on the
pocket pc, MSMQ cannot establish a connection to send. Why
do I only have a one way flow? could activesync be
blocking it (I'm connecting through a USB cable)? I cannot
ping my pocket pc even after trying to allocate it a
static ip address.
I'm using third party COM components to call MSMQ and get
cominterop working on the PPC. (CFCOM and Ken Rabold's
MSMQCom.dll) Tag: XML and EVC++ Tag: 77794
Toolbar woes
I am creating a wizard like feature using child windows (dialogs), based on
the this article http://www.pocketpcdn.com/articles/wizarddlg.html. The
feature works great, but I cannot
get the toolbar to display on the parent dialog. If I do NOT add any child
windows, then the
toolbar on the parent is visible and operational. If I add at least one
child window, then the
toolbar disappears.
How can I configure the parent window to keep the single toolbar visible
when child windows are displayed?
Thanks,
buzz Tag: XML and EVC++ Tag: 77793
RAS Phone Book Entries After Cold Reboot
Hello,
i have a problem with restoring PhoneBook Entry after cold reboot.
As many pocket pc devices are in question, i have to make one solution
to fit them all.
1. As i have posibility to run .CAB files after reboot, i've made
CAB's .inf file which adds neccesery entries to registry
(HKCU\Comm\RasBook)
Problem: password is encrypted and doesnt work on other devices
Solution?: convince pocket pc to accept/store non-encrypted
passwords, anyone
can give me a hint? or, convince RAS dialIn (winXP) not
to request
password? i didn't succed
2. .cpf files known also as CAB provisioning format. i haven't had
much luck with this one either. using xml config file and
rapiconfig.exe thing works. i've renamed it to _setup.xml and makecab
it. after running .cpf on pocket pc, entries weren't added.
3. using API calls RasSetEntryProperties RasGetEntryProperties, these
two don't store username and password, RasDial uses them.
I vote for the first option, with the way to store passwords in not
encrypted format.
Any help would be appreciated.
Maxxel Tag: XML and EVC++ Tag: 77792
How to prevent in-use file from being renamed?
Hi everyone
I have a program that will log the events and actions from end-user. For specific reason, the log file will be kept open at all time and should not be allowed to copy, delete or rename. Using CreateFile() with restriction on READ and WRITE, I was able to accomplish the prevention of delete and copy. However, while the file is in use, I still can use File Explorer or ActiveSync to rename the file
Any info on this issue is greatly aprreciated
TI
JS Tag: XML and EVC++ Tag: 77785
How can I import or load data from XML files to be used in the application made by EVC++?
Use the MSXML DOM through COM (sloooow) or a library like expat.
-Chris
"Sastra" <sastra_s@hotmail.com> wrote in message
news:C093137D-B714-43EA-B174-1D3AA0A83C18@microsoft.com...
> How can I import or load data from XML files to be used in the application
made by EVC++?