Visual Studio 2005 help - Windows Mobile Development and Hacking General

I am trying to reference Microsoft.windowsmobile.pocketoutlook.dll, but cannot Find it in the reference dialog . do i have to download any SDK? please help.

You need the WM 5.0 SDK .. Both SP or PPC version will work ... then you'll find the dll in the directory where the SDK is installed... normally this would be i.e.:
C:\Program files\Windows CE Tools\wce500\Windows Mobile 5.0 Pocket PC SDK\Designtimereferences
So ... just "add reference"->"Browse" ... and you'll find it at the given location

Thank you sashje

Related

how to extract smartphone cab files ???

Hi All,
With Pocket PC cabs, i can use Win CE CAB Manager to export cab files to a .inf and export the contents of the cab.
Does anyone know how to do this with a smartphone cab file ?
Cheers!
Use cabinst
V
cool, thanks for that
i downloaded it, doesn't seem to operate correctly on my SP3.
seems like it's only a PPC version ?
do you have linkage for a SP client ?
the one i downloaded was v1.04.
Cheers !

Is it possible to deploy a J2ME application on Imate KJAM

Hi Guys
Can anyone help me in deploying j2me application into my brand new imate KJAM. I tried out with jar and jad files but of no use can anyone suggest me which files has to be installed to PDA of windows mobile 5.0 Operating system.
What are prc files and is cab files related to J2ME pls let me know this
Thanq
VijayGutta
Hello Vijay,
K JAM is very well equipped with J2ME...however, it will run Universal type of jar and jad files...if u are trying to put Nokoa series40/60 files then it won't run as for the resolution.
CAB files are executbles for PPC for all OS versions and are not J2ME ones.

[Q] Write DLL Resource file in Visual Studio

Hi,
I have Visual Studio 2005 and i want to create a DLL that includes resources like Icons and bitmaps, so i made one and tried to compile and create the DLL (Used C++) and it gives me the error error LNK2001:.....
I thought that i must use ARM Platform or Pocket PC, because on the Project Properties is Win32 set as Platform!
Sorry i never used Visual Studio ;-)
yes if you want to compile it for pocket pc, you got to change the platform
if you only got win32, maybe you didn't install the windows mobile SDK (you will find it in microsoft website, wm6 is the lastest i think)
you got to install it, then you choose the WM platform before compile

SDK WP7 for windows xp!

On MS site there isn't an sdk for xp but only for vista o 7! I found this...download the iso file and burn it on the cd o dvd! Then make this u read in this post!
http://go.microsoft.com/fwlink/?LinkId=201927
http://www.ms-windows.info/Help/wp7-dev-tools-sdk-win-xp-15535.aspx
Anyone confirm this working?
I followed the instructions on the link. However 2 of the files are not able to install because I am missing windows developers tool or visual studio. Thought I was just installing those programms.
Still, anyone succeeded in installing sdk for xp.
yeah i couldnt download the two files either. seemed kind of contradicting.
Installing Windows Phone 7 Developer Tools on XP
1. Download the Windows Phone Developer Tools SDK 7.1 from Microsoft Download Center
2. Extract the downloaded package by running vm_web2.exe /x
3. Go to the folder of the extracted package & open the file baseline.dat in any text editor
4. Look for the ‘gencomp7788’ section and change this two entries from 1 to 0:
* InstallOnLHS=0
* InstallOnWinXP=0
5. Save the file baseline.dat
6. Run setup.exe /web
7. All ok installing :good:
supercommanderz said:
1. Download the Windows Phone Developer Tools SDK 7.1 from Microsoft Download Center
2. Extract the downloaded package by running vm_web2.exe /x
3. Go to the folder of the extracted package & open the file baseline.dat in any text editor
4. Look for the ‘gencomp7788’ section and change this two entries from 1 to 0:
* InstallOnLHS=0
* InstallOnWinXP=0
5. Save the file baseline.dat
6. Run setup.exe /web
7. All ok installing :good:
Click to expand...
Click to collapse
I got another error, .NET Framework 4.0 GDR -could not install, and that abort proccess.
I have .NET Framework 4.0 installed, but not GDR version.
Best regards!

[Q] [FILE] FakeGPS.DLL / FakeGPS.CAB urgently needed

Urgently need FakeGPS.DLL and/or FakeGPS.CAB from Windows Mobile 6 SDK (couldn't extract it myself with MSI Extractor form the .MSI file I downloaded from MS).
TIA
The attached file is the zipped contents of :-
C:\Program Files\Windows Mobile 6 SDK\Tools\GPS
It contains:-
FakeGPS.CAB
FakeGPSReadme.txt
Settings.exe
SettingsReadme.txt
The CAB is 1,793Kb
These files also appear in the 6.5.3 DTK, but they seem to be the same files, (size etc.)
Thanks for helping. Now I could extend a project of mines (installing the necessary fake GPSID in WinCE is omitted next):
Code:
If(DeviceEmulator)
// Install FakeGPS
// Fake GPS enables to receive data using the GPS APIs even if there is no GPS receiver on the device.
// The GPS data is read from NMEA .txt files that reside in \Program Files\FakeGPS\GPSFiles.
If(DirExists(MyFolder\"FakeGPS"))
If(NOT DirExists("\Program Files\FakeGPS"))
MkDir("\Program Files\FakeGPS")
XCopy(MyFolder\"FakeGPS\Program Files\*.*","\Program Files",1)
CreateShortcut("\Windows\StartUp\FakeGPS.lnk","\Program Files\FakeGPS\FakeGPS.exe")
// Restart emulator
Reset
EndIf
EndIf
EndIf
Thanks again.
You are more than welcome.
Fortunately I keep an old laptop running 32 bit XP, just so I can run the emulator images and earlier versions of Visual Studio on it. It even has Embedded Visual C++ 3.0 and 4.0.
None of these will run properly under 64 bit Windows 7. Under an XP virtual machine is not a solution either. Virtual machines under virtual machines? Nope!

Categories

Resources