Tagged Questions
The smart-device tag has no wiki summary.
4
votes
3answers
3k views
How to create the inf file for a smart device cab project from command line?
I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) ...
2
votes
1answer
68 views
What do I need to have to be ready to write a Compact Framework application communicating with GPS?
Simply I am asked to write an application for a smart device (smart cell phone), which will get the GPS coordinates from the device itself.
I have no smart device at all. And I am kind of lost among ...
1
vote
2answers
54 views
navigator.userAgent for non Smart devices
It is simple to detect the smart device from navigator.userAgent
like navigator.userAgent.match(/iPhone/i) , navigator.userAgent.match(/Android/i), etc.
How do i get know that a request came from a ...
1
vote
3answers
253 views
Unable retrieve records from SQLite database for smart device application
I am using SQLite.NET with C#[ visual studio 2008] and added the 'System.Data.SQLite.dll' as reference. The following code works with Windows Application for fetching data from my database file into a ...
0
votes
0answers
47 views
What is the purpose of XXXLib.dll and Interop.XXXLib.dll files, where XXX is the dll project name
I have a SmardDevice Project by name IATLSmartDevice. This project produces a dll file by name ATLSmartDevice.dll. But I found that two other dll files ATLSmartDeviceLib.dll and ...
0
votes
0answers
29 views
how to create 12 * 24 dot font for printer?
I have a POS (smart device) with Windows CE 5.0, that has a printer , and i'm developing software by .NET CF and C++ on it using its SDK libraries.
In order to change printer's font, i should send it ...
0
votes
1answer
110 views
Install SQL Server CE database in separate folder [Windows Mobile 6 Smart device ap]
Install SQL Server CE database in a separate folder, and application in other folder as usual. While uninstalling application from device, database won't delete. When reinstalling application on the ...
0
votes
2answers
79 views
How To Use WebService In Windows Smart Phone 6?
I am Developing one Windows Smart Phone - 6 Application using C# in .Net 3.5 Framework. And I have created one Webservice project using ASP.Net Web Service Application 3.5. Into this Webservice ...
0
votes
0answers
49 views
A Windows Mobile device can't uplaod a file (GPRS). What are the possible reasons?
I am using GPRS to transfer files, using FTP. For that I am using OpenNETCF.Net.Ftp library.
The problem I am having is that on some devices the file transfer always fails, while on other devices it ...
0
votes
0answers
18 views
Unpacking a CAB file that was created using Smart Device deployment project
Is it possible to open this using WinRar and see the actual contents rather than gibberish file names?
Note that I am trying to unpack it on a Windows XP PC and look what is in there...Cab works fine ...
0
votes
0answers
120 views
Deploy a program that includes Microsoft.Smartdevice.Connectivity assembly
I am using Microsoft.Smartdevice.Connectivity assembly as a part of a larger application. Now I have to deploy that application and I can't find any info in regarding to deploying such applications. ...
0
votes
1answer
81 views
Selecting the connected device (Microsoft.SmartDevice.Connectivity)
I am using Microsoft.SmartDevice.Connectivity to connect to my device and use classes like FileDeployer. I am puzzled about the propper way to connect to the device.
I am currently doing this:
...
0
votes
1answer
153 views
Deleting a file from a smart device (Windows mobile 6.1) using the Smart Device Connectivity API
I'm using Smart Device Connectivity API to transfer files (with FileDeployer class) to my smart device (Windows mobile 6.1) and start processes (using RemoteProcess class) etc. But I can't find a way ...
0
votes
0answers
33 views
Can't get CE Setup DLL to work
I am building a setup project for my SmartDevice project, and a part of that is to add a post installation step. I have tried following the instructions found at msdn (here) but it doesn't work for ...
0
votes
1answer
464 views
Importing C++ DLL into C# Smart Device Application
I am asking this question after I looked up tons of blogs and webpages and tried almost everything people explained.
I have no problem with importing C++ Win32 DLL into C# Windows Application. And it ...
0
votes
1answer
149 views
Reasons why some of my SmartDevice unit tests fail on one machine and not another?
I have some unit tests that run fine on my dev machine on both the Win Mobile 5 and 6 (Professional) emulators.
Running on a build server some of the unit tests fail, but only on the Win Mobile 6 ...
0
votes
3answers
294 views
Break the debugger on assertion failed
Is there a way to break the debugger when assertion is false and running the application using Visual Studio debugger. Earlier when I was debugging Windows application I would get an exception and the ...
0
votes
1answer
1k views
error RC2176 : old DIB in res\icon3.ico; pass it through SDKPAINT?
what is this Error, and how to resolve it?
I am using Visual studio 2005 for Smart device MFC developement,
Is upgrading to 2008 can solve my problem.
Error 85 error RC2176 : old DIB in ...
0
votes
1answer
217 views
how to close specific serial port in C++ MFC smart device application?
how to close specific serial port in C++ MFC smart device application?
how to check if a port is open?
and how to close it?
i am using this "
ex: ...
0
votes
1answer
236 views
error LNK2019: unresolved external symbol SHInitExtraControls referenced?
Hi
How can i resolve this error:
Error 1 error LNK2019: unresolved external symbol SHInitExtraControls referenced in function "public: virtual int __cdecl CTestApp::InitInstance(void)" ...
0
votes
1answer
482 views
Animated Gif not displaying in webBrowser control
I am trying to put an animated gif on my smart device.
I am trying to do this using a webbrowser control. then on the form load i use the following code :
String imgPath = ...
0
votes
1answer
241 views
Icon doesn't show up in the CAB installer
I have added icon.ico file (custom made) in my VS project for smart device application. I also created a CAB installer project. The icon.ico is supposedly automatically appears as a shortcut icon, but ...
-1
votes
1answer
199 views
Print and Export to USB (File Format: XML/CSV/Excel) Functionality in Smart device[Symbo Motoroal MC75(Windows Mobile 6.1)] application?
I have a form which contains combo boxes, textboxes and a data grid with many rows. I want to take print out (with generated barcode [application generating barcode as image]) and also want to export ...