Port Free Java Dictionarry (Ger-Eng) to WM - General Questions and Answers

Hi everybody,
those of you who are German or deal with the German language might have come across www.dict.cc a very comprehensive and free community dictionarry (German-English-Germn). I think it would be very nice to have such a wonderful dictionarry running on WM.
They offer their database for download and a PC as well as Java app to run it offline.
Now I tried to use the Java app on my WM 6.1 but it didn't work.
http://download.elcombri.de/download.php?file=translator/translator11c.jar
Could anybody have a look at this? The Java source files are provided here:
http://download.elcombri.de/download.php?file=translator/translator11c_src.zip
I don't know any Java programming. Any ideas on why it doesn't work on my Touch HD?
Thank you very much for your help.
Alex

Related

How can i develope software for WM6 on Visual studio with C++

Hi all,
I have installed Visual studio 2005, and wanted to start building application for WM6 based pocket PCs...
in the VB.Net section, there is separate section, for smart devices but in the VC section there is nothing like, that, i want to improve my VC skill as VB i am using past 4 yrs, and developed nice applications..
Kindly suggest me that how can i start with VC in visual studio 2005.
If you are aware of some resource web site, where i can get some basic tutorials, and all, that will be appreciated..
Thanks a lot..
you have to install the wm6 stk then you get a smartdevice "dir" under visual c++
Rudegar said:
you have to install the wm6 stk then you get a smartdevice "dir" under visual c++
Click to expand...
Click to collapse
i have already installed WM5 SDK, as i did not find any WM6 SDK,
is there any resource, where basic instruction are given. So I can start with..
And also i read some where for pocketPc i mean WM6 mobiles, we cant create App in VC++, we must use vb.net or c#.. is that true...
as under VC++ there are smart device plug ins but could not create project... that give more rise to suspicion,... please help..
thats how it looks in my new project
http://msdn2.microsoft.com/en-us/library/ms838270.nativedevicedev01(en-us,msdn.10).gif
apart from my visual c++ is located under other languages
Attention..
to develop an app for WM6 you have to install SP1 for Visual Studio 2005 first.. then you can add the "feature" to dev WM6 Apps
nEuDy said:
Attention..
to develop an app for WM6 you have to install SP1 for Visual Studio 2005 first.. then you can add the "feature" to dev WM6 Apps
Click to expand...
Click to collapse
what feature you are talking about, my friend..
i think, I have installed SP1 for VS 2005..
when i am trying to start with, vc, project creation failed...
Kindly share some resource website if you know..

I want to make programs for HTC Touch Pro (WM 6.1)

Hey guys,
I am a programmer at heart and have developed in many different languages(C,C++,Java,PHP,ASP...). I want to begin developing applications for the Touch Pro (WM 6.1) but I have no idea where to start. My biggest fear is downloading the WM 6.1 emulator messing around with it for weeks only to find out that's not what I should have been using. Can anyone give me some pointers as to where I should start? Are there any tutorials out there for programming for this phone?
I also noticed that the WM 6.1 emulator didn't support the 480x640 resolution that the HTC Touch Pro uses...
Thanks!
Airhead315 said:
Hey guys,
I am a programmer at heart and have developed in many different languages(C,C++,Java,PHP,ASP...). I want to begin developing applications for the Touch Pro (WM 6.1) but I have no idea where to start. My biggest fear is downloading the WM 6.1 emulator messing around with it for weeks only to find out that's not what I should have been using. Can anyone give me some pointers as to where I should start? Are there any tutorials out there for programming for this phone?
I also noticed that the WM 6.1 emulator didn't support the 480x640 resolution that the HTC Touch Pro uses...
Thanks!
Click to expand...
Click to collapse
I use Microsoft Visual Studio 2008 + Windows Mobile 5.0 SDK + Windows Mobile 6.0 SDK to develop....and this book "Programming Microsoft Windows CE .NET, Third Edition". Its for c/c++, from basics to create drivers, services, etc
Dani
danielherrero said:
I use Microsoft Visual Studio 2008 + Windows Mobile 5.0 SDK + Windows Mobile 6.0 SDK to develop....and this book "Programming Microsoft Windows CE .NET, Third Edition". Its for c/c++, from basics to create drivers, services, etc
Dani
Click to expand...
Click to collapse
Do you know of an emulator for the HTC Touch Pro? I downloaded a program that I know works, and was able to compile and run it on my phone but when I tried to run it with the emulator it was missing the HTCSensorSDK.dll file... something fairly new i presume. I tried default emulator and the Windows Mobile 6 Professional VGA emulator but I was wondering if there was one available for this phone yet.
I want to know the same thing
If/when you find an answer to this I would love to hear about it or see a post on it. Thanks.
There's no such thing as a software-only emulator for the Raphael's hardware, that would be incredibly complex to create for such a task
What the developers use is called a "Board Support Package" - it basically contains all the raphaels hardware, in a PCI card that gets installed in a slot in the computer.. that way all the drivers, etc can be loaded and everything can be tested as it would be on the phone itself.
There's pretty much not a chance in heck of you getting one of those (although if you do, send one my way, I would love to have one )
The emulators are useful for testing generic software that does not tie into any of the features that require raphael hardware. There should also be emulator images to support all resolutions (qvga square, qvga, vga, not sure about wvga/wqvga)
And, here's the link: http://www.microsoft.com/downloads/...52-f89e-4354-84ce-5d19c204498a&displaylang=en
Looks like it does in fact come with wqvga and wvga emulators
Note that you can use an emulator kitchen to add SOME of the htc stuff to the ROM image, but none of the drivers that support the htc hardware will function.

To become a Leo's XDA-Developer

Hi all,
I want to start developing for our HD2
I'm student in IT. I can use Java, C, C++, Basic, ... but I've never developed for Windows Mobile devices. I know that it's possible to makes JME apps, but I want to make "pure" Windows apps
So how to do ?
I've installed Microsoft Visual Studio 2010 from MSDNAA, but I don't know which language to use : C# ? C++ ? Dears XDA-Developers, can you tell me which language is your favorite, and why ? For developing some basical apps, which one is better ? I will certainly use Manila .NET SDK. Which language is better for me ?
Thanks for helping & answering.
NOTE: Is there some french or spanish XDA's developers in this section ? Thanks in advance for contacting me.​
C# is great to get started with the WM6.5 SDK and Compact Framework
Besides, there are some nice libraries that you can use on .NET CF (for multitouch for example)
I'd heard the mobile device support was removed from VS2010, so you might have to use VS2008 instead.
I think the intention is to release a new sdk for windows phone 7 and silverlight at some point.
c# (or vb.net, if you really have to) is much easier than c++ though.

i want to programming c++ at HD2

hi everyone
i want to programming c++ at HD2
I found in market a programm "esql" and it is for DB it very nice
but I need one for c++
can I find any program for this ??
You're not getting any responses because you've asked in the wrong section. There's a section dedicated to software development on the windows mobile platform...
http://forum.xda-developers.com/forumdisplay.php?f=523
Anyway, try this...
http://www.microsoft.com/exPress/
It's a free version of Visual Studio and should be all you need to get into C++. You won't be able to use .Net with it, should you go down the C# route, as the free edition isn't compatible with the .Net SDKs that are available.
Good luck mate

Emulating MS Mobile on HTC HD2

A n00b question..
ENVIRONMENT
Visual Studio 2008 C++
MS Mobile Pro SDK
MS Mobile OS 6.x
I want to add the HTC HD2 to the Microsoft Device emulator.
I got Josh's .NBH file and tried to convert it to a .BIN, but the resulting file could not be read by the emulator.
Is there someplace I can find the .BIN (preferably with the skin (.XML and .PNG/.BMP files))??
Thanks so much.
As far as I know, there is no way to emulate a device rom using the MS Windows Mobile emulator.
Oh, thank you, Steven; that is what I have read online, but I was hoping that it was not true. :/
Could someone be so kind as to point me to emulation alternatives, preferably accompanying MS Visual Studio?
Yesterday I basically found what I needed with the MS Mobile 6.5 SDK (includes WVGA).

Categories

Resources