I am "blessed" to find all software anomalities.
I am using Syware Visual CE 7 (database development tool - www.syware.com) with vito ButtonMapper 3 (www.vitotechnology.com).
When I enable vito buttonmapper, and trying to load any Visual CE application, the result is hard reset immediately, without anything I can do.
Does anyone here using those 2 tools?
Any logic behind this crash?
Related
What is the very basic programming in making applications to wm2003? like visualbasic 6.0 in the PC in there visual basic for pocket pc? Thanks Where can i get it?
there is visual studio 2003 .net
Hi,
I have started to code quite a bit for Windows Mobile 2003 and have not looked back )
You can try several different routes, the easiest and least expensive is to download the Micrsoft WM2003 SDK from their site (easier to do a google search for Windows Mobile 2003 SDK). You will need to download the SDK(s) as well as either eVB or eVC (eVB is your best option as its very similar to Visual Basic), however these tools are still quite 'hardcore' and require a fair amount of investment from you.
In addition to eVB you can try AppForge for Visual Basic 6.0 which plug's into VB6 and allows you create feature rich WM2003 applications, AppForge also installs a Booster tool on your Pocket PC device which greatly enhances he speed of the the VB apps.
The best route in my opinion is to download the Visual Studio 2005 Express Beta tools. Microsoft took Visual Studio.NET 2003 and updated allot of the tool sets, added more Mobile Device support and split up the different modules (so you will have to download what you need, i.e VB.NET Express). If you have the money you can fork out for the professional version of Visual Studio.NET 2003 which includes fulll support of Pocket PC/Windows Mobile 2003 & Smartphone devices (some through the download of the correct SDK, VS.NET can use emulators to run apps through the IDE without the need for a physical device docked with the main host).
Finally, to imporve your VB.NET coding experience and make the job of developing Pocket PC/Windows Mible 2003 apps, you can purchase (download available) a copy of AppForge CrossFire for .NET which allows you to use the Visual Studio.NET Visual Basic or C# languages.
Personally, I code nearly all of my Pocket PC apps in Visual Studio.NET 2003 using the C# lnaguage (I an one of the rare people who love C proramming)..
Cheers,
Taz
Wow.. I started this thread since sept 23 and got a new reply now.. this is a dead thread but you revived it.. thanx for your help now im currently donwloading the SDK... Thanx
Hi
I think i will be a great idea to open a Thread for everyone to recommend about the best software and hardware for the wizard.
I recommend these programs:
1 - battery pack - you can see info about battery and memory, you can
switch between open windows, you can close running programs easily
2 - Vidya registry editor - you can edit the registry nicely
3 - Notem - let you record any audio include phonecalls
4 - Tv remote controller - let you control any device by infrared port.
now lets hear yours
Here are mine :
- xBar 3 - taskbar tool that allow switch from an application to another easily and lot more.
- PocketZenPhone : phone profile switcher/manager
- Sunnysoft Backup Manager : the only backup solution I know for WM 5.0
- Microsoft Voice Command
- SPB GPRS Monitor : complete solution for measuring the amounts of data transfers via your GPRS
- SPB Pocket Plus : Today plug-in with tabs. Close button that really closes. ZIP support in File Explorer. And many other features missing in WM 5.0
My list
1. Total Commander (free, excellent, and also provides an integrated registry editor)
2. Magic Button (free, fully functional task switching app, with an effective battery monitor)
3. Pocket Informant 2005 (by far the best PIM, and worth the $25 or whatever it is)
4. PQz keyboard mapper (free, gives you CTRL and ALT keys -- see http://www.nicque.com/PQz/)
5. SPB GPRS Monitor (best metering tool for GRPS)
As for voice command, and some other apps... I don't know if WM2005 doesn't increasingly provide those features. MS is doing the same as it did with the desktop in playing a wait & see strategy -- let the entrepreneurial developer community build the useful apps and then just integrate those features into the O/S.
Greg.
SPB GPRS Monitor is that one workin good on the Qtek 9100 or K-Jam?..
Bought it a few days ago, have noticed that it has a tendens to crash all the time. When i go from wlan to gprs etc etc it crashes. Any1 else havin probs?
Problems with GPRS generally
I'm having general problems with GPRS on the device in general, so I've disabled everything non-core to isolate them.
My unit's often crashing just when I turn it on and it starts checking for new e-mail.
Perhaps you're having a similar problem (e.g., rather than it being specific to GRPSMonitor?)
djozy said:
Hi
I think i will be a great idea to open a Thread for everyone to recommend about the best software and hardware for the wizard.
I recommend these programs:
1 - battery pack - you can see info about battery and memory, you can
switch between open windows, you can close running programs easily
2 - Vidya registry editor - you can edit the registry nicely
3 - Notem - let you record any audio include phonecalls
4 - Tv remote controller - let you control any device by infrared port.
now lets hear yours
Click to expand...
Click to collapse
does the tv remote controller work with the wizard? i thought the infrared port on the wizard was commercial grade.
Hello to all programers
I want to write my own program for my HTC Elf (touch). I try Microsoft Visual Studio 2005 with Windows Mobile 6 SDK. I wrote same small applications but all with windows (frames) I tried some example from SDK for fullscreen application but it didn't look fine for me. Could you someone send me some small fullscreen application as example please.
THX M. Göllner
gollner said:
Hello to all programers
I want to write my own program for my HTC Elf (touch). I try Microsoft Visual Studio 2005 with Windows Mobile 6 SDK. I wrote same small applications but all with windows (frames) I tried some example from SDK for fullscreen application but it didn't look fine for me. Could you someone send me some small fullscreen application as example please.
THX M. Göllner
Click to expand...
Click to collapse
Hi!
I don't have the code right now but I think you have to set the borderstyle to none and the window state and add the following:
FormBorderStyle = FormBorderStyle.None;
WindowState = FormWindowState.Maximized;
You can have some problems with SIP though...
Hope this helps.
thx
thx
I tried it but after maximize there is still bar with system button on the top and bar with keyboard button on the bottom.
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
ronschaefer said:
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
Click to expand...
Click to collapse
WHAT kind of applications you are trying to write?
Do you need to write a device driver for your PDA?
ronschaefer said:
I need help - I want to start writing programs for my Tilt. Looking through the posts it seems the C++ is the way to go. I found a bunch of nice tutorials on the web on how to program in C++ but not now to write a program for a pocket pc.
Specifically I need help with which programs to download.
Im looking for a list like this of exactly what I need to get
1. Microsoft embedded Visual C++ 4.0.
2. Microsoft embedded Visual C++ SP4
3. Microsoft pocket pc 2003 sdk.msi
4. Microsoft Windows CE 5.0 Device Emulator
or what ever
Thanks I tried to figure this out on my own but got frustrated after installing like 7 different programs. Seems like you should only need 1 program but it seems like you need to download a bunch.
Also with the Embedded Visual C++ program I dont see where to enter your code - like open workspace or something?
Click to expand...
Click to collapse
You should be able to do it with visual studio and the emulator, im not 100% sure though, I only know a limited amount of Java.
Most phones support .net/C#/Java, so pick a language
What I want to write
Just some fun stuff =
One idea I had is a generic sound simulator, tie buttons to different sound - .wav files; animal sounds, machine sounds, phasor blasts, drum kit, theme music like - http://www.thinkgeek.com/tshirts/illuminated/a5bf/
I want to have it look nice too with decent graphics.
i suggest to use Visual Studio 2005 or 2008.
It's simplest way to start (and continue) to write programs.
Both native and NET technologies are supported. C++ and C# available.
Both VS versions are coming with integrated Device Emulator with WM5(VS2005) and WM6(VS2008) images for PDA/PDAPhone/SP and remote debugger for real PDA/PDAPhone/SP devices.
If you are using VS2005/2008. Download the latest Windows Mobile 6 SDK (Standard and Pro) for the best Emulation.
Ta
Dave
but c# only works with .net
where c++ works with win32(native) microMFC(Native) and .net
more info can be found
http://forum.xda-developers.com/showthread.php?t=380069&highlight=programming
http://forum.xda-developers.com/showthread.php?t=382995&highlight=programming
http://forum.xda-developers.com/showthread.php?t=226412&highlight=programming
http://forum.xda-developers.com/showthread.php?t=336251&highlight=programming
http://forum.xda-developers.com/showthread.php?t=305926&highlight=programming
http://forum.xda-developers.com/showthread.php?t=302548&highlight=programming
http://forum.xda-developers.com/showthread.php?t=228043&highlight=programming
http://forum.xda-developers.com/showthread.php?t=317913&highlight=programming
http://forum.xda-developers.com/showthread.php?t=237932&highlight=programming
yes, С# is for NET only. This language appeared together with NET technology as alternative to Java after breakup with SUN
C# is closer to BASIC than C++. I, personally, don't recommend C#. Ths "strange" language is for lazy people. Almost nothing left of C++ and its ideology.
Visual Studio 2008 Pro trial version
Thanks for you advice - i deleted all that embedded C++ stuff - was way too confusing, must have had like 8 programs installed and still was not working - I like the idea of just 3 things the visual studio and the 2 WM6 SDKs
Im going to try the visual studio 2008 - there is a trial version of it for 90 days
http://msdn.microsoft.com/en-us/vstudio/products/aa700831.aspx
Would i be better off with the 2005 version as Im using Xp not Vista on my main computer. Should I get the Try Visual Studio "Team System" 2008 - Trial Software or just stick with the regular one i downloaded?
I also downloaded the standard and professional WM6 SDKs
http://www.microsoft.com/downloads/...745-88EF-3D48091A390B&displaylang=en#filelist
I used embedded visual tools in the past (3 and 4). Be aware that you cannot use the WM5 SDK with eVC, you must use Visual Studio for that. The latest thing usable with eVC is the WM2003 SDK, as far as I know. Also, the emulator handling in eVC was quite sluggish and buggy. When I switched to VS2005, it was like a deliverance to me. Also, the help system in VS is a blessing. *g*
Though I used Delphi's VCL in the past, I would never freely touch such a thing on restricted hardware such as in PDAs. Hence, .NET, MFC and of course *cough* Java *cough* are out of the question. I'm a pure C++ writer. The progs are nicely small and fast. And there are always alternatives to the things I can't use because of that: for instance instead of MFC CStrings I got acquainted with STL library's strings. There's also ATL which supposedly can be used instead of MFC for GUI programming, but when I looked for it some years back I found only very little information about that.
Happy coding.
Is it true that you can only develop WinMo C++ in VS Pro?
I read on the Microsoft marketplace that the standard edition dosnt support mobiles..
are there any alternatives (C++ only please..)
yes they only support through pro... but you can get it for free through dreamspark if you are a student
joel2009 said:
yes they only support through pro... but you can get it for free through dreamspark if you are a student
Click to expand...
Click to collapse
damn, I am a student but my uni isnt listed
I asked one of the admins and they are looking into getting on the list
But it might be too late coz its my last year..
Mic159 said:
damn, I am a student but my uni isnt listed
I asked one of the admins and they are looking into getting on the list
But it might be too late coz its my last year..
Click to expand...
Click to collapse
Good news. My uni isn't listed either. It is a simple matter of verifying your student status on journey ed. I'm glad I could help with this because it turns out that I could get all the dreamspark software through my school's MSDNAA program anyways.
Hi Guys,
i've been using 612c for a while... it's quite slow compared to Microsoft Voice command which i've been using since my last ipaq 6515, i want to ask how to replace Cyberon Voice commander (since it installed inside rom) with Microsoft Voice Command 1.6?
thx..
___________________________________
iPAQ 612c w/ WM6.1, SPB Softs, AE Button Plus, Garmin Mobile XT, SKTOOLS, XCPUScalar.
iPAQ 912c w/ WM6.1 (official), SPB Softs, Pocket Informant, Garmin Mobile XT, SKTOOLS, XCPUScalar.
Was :
- iPaq HW6515
- Palmone TREO 600
- Palmone TREO 180
Maybe it's a good idea to post a request to some of the rom cookers see previous threads. You can just install the microsoft voice command and assign the button for voice command but it didn't work for me properly. Maybe it needs some more tweaking i don't know - assigned the "hold record button"
for starting the program but it didn't work. I don't really use voice command so i just uninstalled it and didn't try to make it work at all. Guess that the idea of talking to the phone while in office seems odd to me. Maybe it's useful while driving but i usually only take calls while in the car.
Vito Voice Dialer
There is an application by VITO - voice dialer, if voice dialing is what you need. Give it a go and post comments if you want to