[Q] Embedded Visual asic Tool - Windows Mobile Software Development

Hi to All,
I am new to this site. can Anybody tell from where i can download embedded visual basic tool (for developing ppc app on Desktop). If Any link ? Post it soon..

The file you will have to search for in Google is evt2002web_min.exe. It contains both Embedded Visual C++ 3.0 and Embedded Basic 3.0
You may have to use some torrent download to get at it.
The instructions with what to do when you get it is here:
http://msmobiles.com/article.php/19.html
Microsoft provided this stuff gratis, but they have since pulled it from their site. Only EVC++ 4.0 is still available.
You still need an activation key to get it to install. MS posted it on the old site with the download.
It became common knowledge and can be be found here.
http://www.pdastreet.com/forums/archive/index.php/t-30429.html
It is actually the same key as that for EVC++ 4.0 shown here.
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=24809

Related

anyone have eMbedded visual basic software,please

i need the software to run some program if anyone can send that or any links to download thanks
Hi,
The SDK for Pocket PC is actually available for free at Microsoft!
You just have to search a little for it: use "Pocket PC SDK 2002" as keywords at www.microsoft.com, or try this direct link:
http://www.microsoft.com/downloads/...4a-bd94-4167-b817-2b2e548b2e92&DisplayLang=en
The SDK for Pocket PC 2003 only includes VC++ 4.0, but the SDK for Pocket PC 2002 contains both VCC++ 3.0 and Visual Basic CE 3.0.
For VB Apps to run, you need to install the VBRUN-Runtime library on the PDA.
Be aware that embedded VB has some severe drawbacks, compared to VB6:
- you don't have the DoEvent command, so no "multitasking"
- you don't have VAR() and VAL()
- you don't have many of the controls
- it is VERY slow
More info's about it:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbceide/htm/evbstart.asp
Cheers,
vma
VBRuntime.cab
VBRuntime.cab
Note that it is better to write your apps in Visual C++ rather than VB, as VB will not be supported on future devices...
eMbedded Visual Basic can run on WM 2003, just use the following link to download the runtime library from the following link:
http://msdn.microsoft.com/mobility/windowsmobile/downloads/evb_eula.aspx
This will allow any applications written using eVB 3 to run on your device!

Java XLet

Hi,
I was wondering if there is a jvm for wm 6 which supports xlets. They are part of the CDC toolkit...
I don't want to have to use midlets as it is quite a big process to convert an existing swing program into a midlet.
Has anyone been able to do this?
Thanks
Edit: I just discovered that esmertec jbed is supposed to support cdc and should support xlet i guess...
but when I run my xlet all I get is a 'File error (???)'
I also know that others have this problem as was posted here:
http://forum.xda-developers.com/showthread.php?t=339579&page=7
But I don't think they were resolved.
Bump:
Has no one ever tried to get xlets working on their phone?
Ok, I found a java manager called CrEme.
It's great it lets you use any standard CDC java app which supports standard swing/awt. So you can instantly port any java app directly to your phone.
XLets/Managed aplications still don't seem to work but given that it runs normal apps, Im not too worried
I don't have any links for it but I've got the files if anyone wants them.
dear user, what does that all have to do with HRDF (Hermes ROM Development Forum)? why don't you ask this kind of questions in GDs (General Discussions)?

Java Development on Touch HD

I've been studying Java with the Open University and would like to put into practice some of my newfound knowledge on the mobile side of things.
Can anybody help me get started by telling me which configuration I should be using with regard to CLDC/CDC-MIDP, are there any JDK's for the Touch HD etc?
I have tried searching but to no avail so far so would appreciated your help.
Also, is there a decent Java compiler that operates under WM6. As that would be novel to play around with too! I currently use NetBeans on my pc.
Regards
Gary
Java on a mobile device = J2ME
There are plenty of Java VM for Pocket PC (check this thread). I think JBed (found in most blackstone ROM's including stock ones) is the best. It has severe limits but it is the best you can get on blackstone. For developement you can use your PC with Sun WTK 2.5.2 (it is supported by Netbeans).
There are no decent java compilers that run directly on PocketPC.
As your first app can you create a D-Pad in java to run skymobile????
garyainsworth said:
Can anybody help me get started by telling me which configuration I should be using with regard to CLDC/CDC-MIDP, are there any JDK's for the Touch HD etc?
Click to expand...
Click to collapse
Java ME : JBed or JBlend, choose one of them, both work great.
Java SE (Yes Desktop-class Java): MySaifu - http://www2s.biglobe.ne.jp/~dat/java/project/jvm/index_en.html
As for the JDK part (I mean the javac compiler and other tools), I do not know such a package yet. However, you can make javac work with MySaifu with a tools.jar file copied from standard JDK (1.3 or older probably).
Hope this helps
Java development with JVM for CDC
Thanks for your help guys.
I've managed to ge set up and have managed to create my first Midlet and run it on my Blackstone via JBed. I've used NetBeans 6.7
However, that is CLDC/MIDP, but when I try and install CDC creations JBed will not install it because a Midlet name is missing. Is this because the stock JBed does not support CDC. I have tried to find out but it is not perfectly clear and I will have to pay for a JVM to test my theory out if nobody can advise!
Thanks for help
Gazza
MOD EDIT
Moved to Themes, Applications and Software forum (?) as not related to rom development
I'd seriously look at JavaFX, sun released a beta of it the other day.
I really like it, it works well on the HD from my limited testing
http://javafx.com/downloads/windows.jsp
One slight flaw with the current version is that it wants to get network address even when try to search for local jar/jad on storage.
but setting it as default file association gets around that one..
JavaFX
Downloading as I write....
Thanks for your advice I appreciate it. As you may know, as a newcomer to development of JME it is so complicated to get started due to all the configurations so any pointers at this stage are very much appreciated.
Thanks
Gaz
OK, I have JavaFX installed on my HD and it works and I particularly like the calculator example app included with it. However, I still cannot get my CDC app to install. It says "Cannot install application because critical information is missing from the application file (.jad). I thought CDC used xml files and not JAD for descriptions. Am I wrong or is something to do with my platform/deployment configuration?
I cant see a jad file in the deploy folder either. Is this an error.
Thanks
Gaz
Nope, you still need the JAD descriptor file.
It's plain text file, just find some on the internet, open it with text editor and alter some of the properties in there, it's really easy.
Don't forget to change the path to your JAR archive - the best way is to put there just simple JAR name and copy the JAD to the same directory as JAR.
Thanks Pepcza,
I'll try that, just a thought though, if you still need a descriptor file (in this case .jad) why does'nt the Netbeans deployment process create it along with everything else? It does when creating CLDC platform apps!
Gaz
JavaFX
I think we should concentrate on this one. Youtube videos are working in bolt browser using Javafx. If only it would be a bit faster, It'll throw Jbed out of the window.

Sun Java Wireless Client

Hi friends,
Does anybody know where to download SunJavaWirelessClient as cab or as exe?
Help please...
Very nice emulator according to its overwiew (http://java.sun.com/javame/reference/docs/sjwc-2.0-web/docs/overview.html). There is a cab included in Sun Wireless Toolkit 3.0 beta (I've uploaded it to http://rapidshare.com/files/256888282/sun-java-cldc-emu.cab). I don't know how to run midlets on it - if you figure it out, please post instructions here.
Thanks but this is not the one I have in Dutty-WM6.5r6.
In this you can not install anything & it is beta. I think there may be some problems.
Where is the download link in that page bro, I couldn't find it.
The JVM came with Wireless Took Kit is to demo the ODD (on device debug) feature.
For now, to get a better working JVM from Sun on WM platform, I suggest you get the JavaFX developer runtime Sun's website. Just search JavaFX Mobile in google and you can find it

[Q] How to use DirectDraw?

Hi, I come from China.
These days, I get a problem.
That's my title said. How to use DirectDraw on Windows Mobile?
I found a file named "ddraw.h" in WM6 SDK folder.
But it is only used by c++.
I want to use DirectDraw by c# or vb.net.
Is there any idea?
Better to be a library...
Thank you!
[My English Doesn't well, Sorry.]
如果你会中文那就太好了:
这些天我遇到了一个麻烦,就是怎样在WM上使用DirectDraw
我在WM6的SDK里找到了一个ddraw.h文件
但是那是c++用的
而我是使用vb.net的
有没有办法呢?
最好是一个类库……
谢谢……
Anybody know it?
How can u draw your UI?
Did you check out http://forum.xda-developers.com/showthread.php?t=487354 and http://blogs.msdn.com/b/marcpe/archive/2006/03/03/542941.aspx which it references to as well?
The developer there seems to have similar issues and is using C# to access DirectDraw (by using a specially compiled dll.)
Since I'm no WM developer (yet), I can't help you out any further... but I'm sure some searching even on this forum alone should be able to provide you with enough information to get you started.
Oh and... welcome to xda-developers!
Thank you for your reply Art4.
I know that`s a solution. I tried to compile ddraw.h to ddraw.dll, but failed.
I'm very bad in c++, only VB.Net...
.h is just header which you include in your project (C++). The target .dll is already compiled somewhere in WM or the SDK. In that .h you can see what functions have which parameters and you can via interop and marshalling put them in your C# (or VB.NET) project and call them from there.

Categories

Resources