Answer Questions
Etienne Team System MVP Dependencies of the dll used as CESetupDLL
Hi all, I've a custom setup.dll that provides the stubs for Install_Init et al. My problem is that this DLL has dependencies on other 'third party' DLLs that are required when my setup.dll is extracted for use during the install. How do I ensure that these dependencies are also extracted An example may clarify. Dev Env: VS2005 Beta 2. Targets: Pocket PC 2003 (ARMV4) and Windows Mobile 5.0 Pocket PC SDK (ARMV4I) ActiveSync: v4.0.0 (Build 4343). ...Show All
Tarball Device emulator is not detected
Hi: I'm working with VS 2005 Standard, trying to create my hello world mobile application but when I try to run it I get this error: Error 1 Device Emulator is not detected. Install the Device Emulator. I installed the smart devices component from vs and also installed the windows Mobile 5.0 Developer Resource Kit but I really don't know what I'm missing... I'm new at this and will really appreciate your help. Thanks in adva ...Show All
badbadboy Trying to load Microsoft Project 2003 and Cant!
When I try to load Project 2003, it tells me that I need a newer version of Windows. I am running Microsoft ME. I would think that this is recent enough. Can anyone help me, it is for school. Thanks! This forum is dedicated to device emulator. Please post to relevant news group instead: http://support.microsoft.com/newsgroups/default.aspx Closing as off topic. ...Show All
jplh CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
redbulll4 Target Machine Link Error
I have used the upgrade wizard to migrate my EVC 4 project to VS 2005. I have managed to get most of my projects to build but I have a couple that give me the following link error. mfc80u.lib(MFC80U.DLL) : fatal error LNK1112: module machine type 'THUMB' conflicts with target machine type 'ARM' The configuration was originally targeting ARMV4. The "Target Machine" Linker option is set to "MachineARM (/MACHINE:ARM)". And I cannot ...Show All
scubagrig Wi fi Signal Stg..
Can Any1 Provide mi Source code for any Wardriving Programs i really nd 1 to start off my project. i am now doing a project to detect Wifi Signal Stg and to obtain its SSID. can any1 help pls.. thx.. Does this work for desktop applications, or just for handheld devices Ofennet.cf components ara .net compatible components. You can use C#,visual studio and others... thanks Hi The following post s ...Show All
Ripthorn POOM Examples
Hi, Where i will get examples of using POOM API Is there any control to display day,week and month appointments in a similar way as in Pocket Outlook. or suggest me any third party control. Thank you, Prashant This MSDN page lists the samples shipped with Windows Mobile 5.0 PPC and SP SDKs - http://msdn.microsoft.com/library/default.asp url=/library/en-us/mobilesdk5/html/mosampoomsamplecode.asp ...Show All
lym51 Opening Serial Port more than two times this error occures “The Port ‘COMx:’ does not exist”
Hi all! This is my first post here, but I am really baffled by this issue, so here goes, I hope someone can help. The hardware this is running on is an Axim X50 with WM 5.0. I am using a CF+ Serial Card as a com port. I have access to CompactFlash cards from Quatech as well as from Socket and Ratoc and have this problem with all of them. This program runs fine twice then when I start it a third time I get the error “P ...Show All
adolydenko IOException when SerialPort.Open()
Hi I am trying to open serialport on COM1 so that I can print some messages to it for debugging purposes. When I invoke this function below, it does list COM1 and says Port is Closed. But raises IOException at port.Open(). private void Func() { SerialPort port = new SerialPort ( "COM1" ,115200, Parity .None); //this works string [] ports = SerialPort .GetPortNames(); foreach ( string str in ...Show All
pmela MS Money and Mobile 5.0
When will Money be available for Mobile 5.0 I've been trying to sync Money with my ppc 6700 and its just not working. A progress box comes up and claims that its "reading device databases" but nothing happens. I'm having the same problem. Money 2006 doesn't work with Mobile 5.0. Progress box appears yet nothing actually happens. Have you gotten any information on this You're in a wrong foru ...Show All
Riekey negative fseek?
hi everyone! i'm trying to fastforward and rewind an audio file and I was wondering if I could use fseek to do that... I think I can use fseek to fastforward the file but what about rewinding can I enter a negative number in fseek, e.g. fseek (fileptr, -5, SEEK_CUR) if not, what are other ways to rewind/fastforward through a file any tip would be appreciated. thanks! Pls refer to following link for more relave ...Show All
Daniel Eason VS 2005 + CF2.0 - Invalid Warning when implementing Paint event
Can anyone verify this strange warning for me Create a new project in VS2005. Use VB, Windows Mobile 5.0 PPC, and Device Application (CF2.0). Then go into the empty code page for the default Form1, then create a handler for the Paint event. Build the project and you'll get a warning... "An internal error occurred in PlatformVerificationTask. System.TypeLoadException: Illegal definition for runtime implemented delegate m ...Show All
Thiago Guimaraes Reservation System
Hi. I want to make a client-server application used for reservations. The client is a pocket pc 2003 CF2 and the server app is a basic C# application running on a Windows XP Sp2. I am using VS 2005 and C#. So the basic idea is that the Pocket PC is connected by WIFI to the windows machine running the C# app. With the PP you should be able to make a reservation which will be shown in the C# app and the pp should be able to show reservati ...Show All
Anthony Wong SD Card Question- URGENT!!! New Question
When using a SD card for data storage does .net cache the data and write it later or does it write as used I am losing data and have no reason for this to happen. It is as though the user never wrote to the SD card. I had a user bring in his device. I looked at the screen that displayed his orders. They were there...clear as day..., orders 1-4. This meant that the user had saved 4 orders. As each ord ...Show All
ArtSoft How does interrupt machnisum works for transmitting data on serail port?
Hi, I am new to windows CE as well as to device driver. I am studing a serial driver. I study that application call DDI function of MDD to write data on serial port and interrupt machnisum is used to called appropriate handler of PDD functions. Can you provide me some link or tutorial which explains: 1. How interrupt machnisum worksfor writing data on serail port. 2. If there are 2 serial port say port1,port2. How it is resloved that ...Show All
