sethostbyname c# wince

  • Can't receive WM_PAINT message

    I'm developing a C++ WinCE program, but I'm having problems refreshing the main window. If I display a message to the window and send WM_PAINT, nothing happens. I can manually redraw the window by using the about box; when the about box closes my message is drawn when the window refreshes. So my dra ...

  • error building SDL prog with CodeBlocks for Windows CE

    HiI am trying to cross compile a simple program for Windows CE using CodeBlocks. I am using mingw32ce (part of CEGCC) which is a set of tools and libraries for building WCE programs on XP. And some WCE SDL libraries I found here:http://users.uoa.gr/~knakos/scummvm/...c-libs.tar.bz2I have succeded in ...

  • Need font (or bitmap) help for WinCE C++ Splash Screen

    I'm new to C++ and could use some help with what I thought would be a simple task, changing the font size used by DrawText in the WM_PAINT event. This is a simple app used to launch a .lnk file on WinCE -- basically a splash screen. Works great but could use some sizzle such as a larger font or even ...

  • Searching ZIP-class for embedded visual c++ mfc (WinCE on x86)

    I need a zip-class for compressing and decompressing which I can implement to a embedded visual c++ mfc project. It should run on a WinCE System with x86 CPU and if possible also under a normal visual c++ project. Is there anyone who already has such a class?:confused: ...

  • any C# GUI samples/tutorials for .Net Compact Framework on WinCE

    I have some experience of C# development on Windows desktop. Now I am learning how to develop GUI application using C# on WinCE device, based on .NET Compact Framework.Are there any samples/tutorials to make reference for a beginner? ...

  • Suggestions required for C/C++ application on WinCE variants

    I am new to WinCE programming,I am developing software for WinCE variants (from WinCE 3.0, pocket pc, to windows Mobile 2003), the software has 2 stages.1st stage is , the software installed on PC will inject a dll or an exe file into PDA from a PC,I want ur help in 2nd stage which I am going to exp ...

  • Oracle I'm trying to get the okdemo built with EVT C++ for WinCE

    I'm planning on building an application for HP Jornada using Oracle9i Lite and EVT (C++). My first step is to make the sample code work on eMBedded Visual C++. Looks like I'm not linking the right libaries. I can't find any documentation that tells me what it takes to set up the environment. Can som ...

  • Moving Structure, WinCE, C++

    This is the first time I program with C++, and the first time I program with windows.I am developing a PocketPC program. The Target device is a Compaq PocketPC 3630. iPaq (H3600 series) ARM SA1110. I want to make a painted structure move with the stylus. The painting consists of rectangles, lines an ...

  • C++ to Wince

    Can anyone tell me how to set visual c++ compiler options to be able to compile source onto a handheld pc (ie. Hewlett Packard Jornada) ...

  • Is eMbedded Visual C++ 4.0 compatible with WinCE 3.0?

    Whether the component (dll) created using eVC++4.0 will run on WinCE 3.0 environment?or should it required any additional run time support files in WinCE 3.0?I need to create a dll for WinCE 3.0 and need this help. ...

  • SQL CE 3.1 for WinCE and C#

    Here is my question.Is this SQL Compact Edition 3.1 free to Develop,use and distribute it with my application?I have two SQL Compact Edition:One from :http://www.microsoft.com/downloads/d...displaylang=enAnd another from :http://www.microsoft.com/downloads/d...displaylang=enHelp me which one to use ...

  • winCE (c++) question

    I am having a problem in my windows CE application. I am using OnCreate to make a pop-up dialog, then create a child window. The pop-up gathers information needed to create the child window. My problem is that after the OK button is clicked, the View (or MainFrm) does not show. I think the program g ...

  • How can I connect from my application running on WinCe to an Oracle databas

    How can I connect from my application running on WinCe to an Oracle database using C#? ...

  • ActiveX and WinCE problem

    Hi. I'm new to programming WinCE. I am trying to make an activex control that is placed on a dialog. When executing my app I get an error message saying"Debug assertion failed f:\ftm\vctools\vc7libsce\ship\atlmfc\src\mfc\occcont.c line:916"I suspect this might be a registration problem but ...

  • How to find a through line in a C++ project?

    I have worked in IT field for about 1 year, before that my major was physics. So I feel I'm just a new guy in this field, and I hope youcould help meNow, I work in a embedded C++ project on WINCE platform. I'm not very clear about operating system. Sometimes I'm confused withthreads and processes. E ...

  • Oracle 9iLITE Mobile Sync API COM WRAPPER/OCX for Embedded VB (WINCE)

    I have developed a COM Wrapper/OCXusinc Embedded C++ for the Mobile Sync API for WINCE. This is used in an Embedded VB APP. However, there exists a paramater called 'AppPath' which is where the application files should get distributed duding the synchronization, but they never ged copied to this pat ...

  • commandbar not working under winCE mobile 2003 se

    I can not get the commandbar to work in winCE mobile 2003 se. I have done the program in Microsoft Embedded C++ 4.00, and started with a mobile 2003 PocketPC (IPAQ). It works fine on that machine, but when I want to try it on the newer machine IPAQ hx4700 with mobile 2003 second edition it will not ...

  • Creating DB for WinCE...

    I want to use database in my Project.I'm new to it too.I'm doing project in C#,Visual Studio 2005,Compact Framework 2.0 and for WinCE.Plz. do help.I want an open source DB please.Help Me.Tell me how to create a Database from the scratch or attach any link which describes that. ...

  • Visual C++ for handhelds

    Is there any possibility to make a program in C++ for handhelds ? If so, as I'm a newly user of WinCE, I'd like to know to create programs for my iPaq. Could someone help me ?Thx ...

  • WinCE 4.0: unresolved symbols __eqd, __negd, __itod etc while building platform

    I am trying to build a target platform using make utility for WinCE 4.0. During the sysgen phase, I get linking errors like "unresolved external symbols __imp___eqd, __imp___negd, __imp___muld etc.". I found that these symbols are internally used by the C runtime libraries, and they are ex ...

  • .NET Compact Framwork on WinCE

    we have a new product that is built on the .Net compact framework running on WinCE and using custom GUI controls developed in C#. We are looking for some support for automated GUI testing for the same. The testing needs to be conducted on WinCE systems, (not in emulation on Desktops) so we are not a ...

  • Wince setbitmap

    I have problem with showing bitmap in static picture control.i cant debug it on wince - so i tested on winxp and just moved code.i have static control pic - with default bitmap.By clicking on button it should change to another one.on initDlg i do CBitmap a=LoadBitmap(IDB_BITMAP1);and in the button f ...

  • Play Flash in WinCE .NET 4.1

    Sorry for my english, i'm from Russia.How i can play flash (.swf) in my programm under WinCE .NET 4.1.I have Embedded Visual C++ 4.0 ???My comp (where WinCE) play flash files in browser, but i can't do this in my programm. Help Please!!!Thnx!!! ...

  • Using WinCe Mobile Application how acces USB Port

    I am new to WinCE Mobile application development.Now i am creating an application which will try to acess the USB Port of the device and through th application itself will send the data to the data pin of minin USB Port.I am using MotoQ9h device.So i have a doubt that whether we can do such thing in ...

  • Help me about RasDial under WinCE/PocketPC! urgence!

    I wrote an application about RasDial under WinCE/PocketPC Using Microsoft eMbedded Visual C++ 3.0, then downloaded the .exe file to real PocketPC PDA.I want to dial up connection to internet with my mobile, but I found that it can't work well.Thanks for Any suggestion !!Please see the attached file. ...

  • looking for onexit.c?

    This is bizarre: For no apparent reason when compiling my WinCE program in debug, it says it can't find the file ONEXIT.C and it is looking in the following directory:d:\cedar\private\winceos\coreos\core\corelibc\crtw32\startup1. Not only does ONEXIT.C not exist on my computer, but the listed path d ...

  • Registering ActiveX controls on WinCE

    I have ActiveX controls written in eMbedded Visual C++ and usingInstallShield professional 6.3 with WinCE object, I am trying to buildinstallation distribution disk on iPAQ H3600 series Pocket PC. I havecompiled a Setup DLL for registering ActiveX controls and am wonderingif I can use CallDllUnregis ...

  • using DOMDocument component in WinCE

    hi, to use the DOMDocument Component in my C++ program under Win2K , i import msxml.dll in my program and the code works fine but whereas if i try the same code under WinCE (using embedded VC++ 3.0 and WinCE OS 2.11)I get errors.....so isn't the same dll available in this OS? if no, then to use the ...

  • XML on WinCE

    Is there a XML parsing library for C++ that can run on WinCE??If anyone kows about it plase let me know.Thanx in advance. ...

  • How can I get current directory in eMbedded Visual C++?

    How can I get current directory in eMbedded Visual C++?. are there any function in WinCE correspond to GetCurrentDirectory() in Win32.Thanks in advance.Luu Truong HuyVnetSoftware LLClhuy@vnetsoftware.com ...

  • WinCE can't compare double?

    I am developing an project for Palm-sized PC, it's powered by WindowsCE 2.01, CPU is MIPS family. I use Microsoft WindowsCE Toolkit for Visual C++ 6.0, and WindowsCE Service 2.2. I find that, any double number comparation code will cause VC Linker report a fatal error: no solved external symbol __ge ...

  • manipulating files in C++ Windows CE

    hi! im currently programming for a WinCE project using Microsoft Visual C++ and im losing my patience because i cant accomplish anything even reading a file. I used the API function CreateFile() and CFile::Open() to open a text file. It can open the file but it doesnt read it right. I was trying to ...

  • Help: IrDA-Port - WinCE!

    Does anybody knows how to initialize an IrDA-Port of an palm-size PC for raw IR under WinCE.It should work as a normal serial interface with 9600bpsIn my case it is an everex freestyle manager a15 (Mips R4000: WinCE 2.0)I use visual c++6.0 plus toolkit plus WinCE Service 2.2.I really need help ! ...

  • Putting together a project for WinCE; do you anicipate any problems?

    ya'll, sorry to bother you with such a basic inquiry, but software really isn't my thing....I wish my employer would give me a different assignment :PAt any rate, I've been given the source code for a DOS program, written in C, that is also known to run in Win95, Win98, and Win2k. It works in those ...

  • WebService for CE with C++ ?

    I would like to make some WebService-Calls using C++ on WinCE (to be specific: embedded visual c++ on winCE-PocketPC 2002)Are there any tools, APIs, SDK etc I can use for that?Do you know sample code?I heard that I can also automatically generate code from a wsdl description. Is that possible?thx ...

  • PThreads on WinCE

    HiI'm comverting code from Visual C++ .net to work on Windows CE. I've downloaded pthread library for WinCE and my code is compiling ok and linking ok for the emulator, but when I try to link it for the actual device I get following errors:Linking...Crud.obj : error LNK2019: unresolved external symb ...

  • WinCE can't compare double?

    I am developing a project for Palm-sized PC, it's powered by WindowsCE 2.01, CPU is MIPS family. I use Microsoft WindowsCE Toolkit for Visual C++ 6.0, and WindowsCE Service 2.2. I find that, any double number comparation code will cause VC Linker report a fatal error:no resolved external symbol __ge ...

  • Wince.net 4.2 directdraw question!

    --------------------------------------------------------------------------------I´m working on some directx functions and I need to have full control over the pixeldata pointer to a directdraw surface, It worked in Visual c++ but I get some funny stripe kind of pattern in wince, it´s supposed that ...

  • WinCE USB Ethernet Driver

    I had written one usb ethernet driver in WinCE 5.0.If I disonnected the device while copying , the driver got unloaded and it showed a message " Errore 240 in CORE read, aborting " and it worked fine.But sometimes it showed the following error message after the driver got unloaded and the ...

  • Creating DB for WinCE...

    I want to use database in my Project.I'm new to it too.I'm doing project in C#,Visual Studio 2005,Compact Framework 2.0 and for WinCE.Help Me.I tried using the SQL Server for Mobile Database and i created the structure of the Table and i do not know how to proceed further to create the actual table ...

  • Programming WinCE for ARM processor

    I have to create a GPS application using WinCE in C# for ARM processor.I could find WinCE template but i couldn't find the selection for ARM processor though it says it supports all CPU.Is it enough or i should download any ARM SDK for it.I have installed 180 days trial version of Microsoft Visual S ...

  • Remoting on WinCE ?

    I want to communicate from my application (.NET2.0 c#) to a board with WinCE. will Remoting work on WinCE board (With .NET)? ...

  • Wrapping complex parameter (including nested classes) for WinCE

    I have to wrap a product written in C++ for WinCE (4.0) application.The wrapper should be written in C# .Net 2003.Most of my API functions which i need to wrap includes complex parameters, such struct with nested structs, structs with string, etc.With the given hardware and software, i some problems ...

  • using DOMDocument component in WinCE

    hi, to use the DOMDocument Component in my C++ program under Win2K , i import msxml.dll in my program and the code works fine but whereas if i try the same code under WinCE (using embedded VC++ 3.0 and WinCE OS 2.11)I get errors.....so isn't the same dll available in this OS? if no, then to use the ...

  • Beginner to WinCE

    At work, I've been asked to create some software for the Symbol WT4090 mobile computer which runs WinCE. I originally started writing the software in Java, assuming that the cross-platform capabilities expanded to it, but apparently there is very little Java functionality with CE, at least with open ...

  • Compact Framework on WinCE 4.2?

    Is it possible to run Microsoft .NET Compact Framwork on a WinCE .NET 4.2 device? I'm using Dev Studio 2005, but it seems to only include WinCE .NET 5.0 device targets. Dev Studio will connect to the device and begin to download/install the compact framework, but it soon errors out and the process f ...

  • IDE to devel WinCE 5.00 apps

    Simple question: is this possible to write applications for WinCE 5.00 in VisualStudio 2005? Currently I`m using eMbedded Visual C++ 4.0 SP4. But it`s most like VisualC++ 6, which is not so comfortable for me as VisualStudio .NET (2002 - 2005). ...

  • Help me about RasDial under WinCE/PocketPC!! Urgence!!

    I wrote one application about RasDial under WinCE/PocketPC Using Microsoft eMbedded Visual C++ 3.0, then downloaded the .exe file to real PocketPC PDA.I want connect to internet with my mobile, but I found that it can't work well.Who can tell me what's wrong?Please see the attached file. ...

  • WinCE Emulator and Port Configuration

    I am experimenting with eVC and WinCE. I need to do someserial communication and I am using the MSCEComm controlthat comes with eVB. I can successfully insert and theframework has no problem creating it.I haven't bought any Palm yet and have been using the Palm emulator that comes with Embedded Visu ...

  • WinCE beginner

    I've been a VC developer for a couple of years now. But I mostly developed Win32/MFC applications. I am curious as to how the embedded stuff are being developed (WinCE, Pocket PC, etc.). What tools are used/needed and such (sdk's, IDE's, emulators)...Can I use Visual C++ to develop WinCE application ...