I'm actually a web developer (PHP, Python), but now I need to make a very simple WinCE 5.0 application. Could you please suggest where I should start from? I'm probably not going to be a WinCE programmer, just need some really basic knowlodge.
Thank you
Download eVC++ version 4 as well as the latest SP.
From there, install the WINCE 5.0 SDK.
That should give you enough to use the emulator.
Related
Hello,
I've compact device running on WINCE 6.0 build 3122.
I have been seeking for help on retrieving its "compact .net Framework" version.
enter image description here
In order to fulfill the objective, I launched "regedit" command and looked into:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft
The problem is there is not .NET Compact Framework entry.
Please have a look at the screenshot I attached to this post.
I also looked for cgautil.exe executable file in the WINDOWS folder, prior made all hidden files visible.
Could anyone direct me, how to retrieve the .net compact framework version on my device?
I am developing an Application on WinCe, exactly Windows embedded coampact 7, using Visual Studio 2008, C# 3.5, .net Compact Framework 3.5.
Now the designer told me, he needs Anti-Aliased fonts. Does anybody know how to enable anti-Aliasing on WEC7? Do I have to make a specific Plattform Build. Does it need a lot of Performance. Device is quite weak.
Thank you very much for any hint.
Check this article. It's for CE 6 but applies also to Compact 7:
http://blogs.msdn.com/b/mikehall/archive/2009/04/17/enabling-cleartype-on-windows-ce-6-0.aspx
I did a mobile application on java using Netbeans IDE.
It's working fine when I run in my system.
Problem is when I try to install it in my mobile its getting error like application error.
Can anyone help me find what went wrong?
I am using Sony mobile and in that it's getting "Application Error" nothing more then that, and even I try to install in another mobiles also it's getting like "error". I can't find what type of error it is.
You have to first check that APIs which you used in your application is supported in your phone or not. If APIs are not supported by your phone then it give error at installation time. And yes also check that your phone supported MIDP and CLDC version.
Ok it is very silly problem. When you create Java ME Application with Netbeans, by default it uses MIDP 2.1 Version. and I am sure your device supports MIDP 2.0 ( happened with me few times ). Just change your MIDP Version from 2.1 to 2.0 in NetBeans and then create .Jar file and try again, it will surely work.
I want to run my c# application with OS Linux using Mono. I am new to this cross platform migration? Please tell the procedure for doing that?
Thanks & Regards.
It very much depends on what type of application it is. For a console or WinForms app, it may be simple. Mono doesn't support WPF.
Well, the first think you'll need to do is install Mono of course. Then you probably want to run MoMA to determine your application's compatibility. There's a whole separate page about porting WinForms apps.
If all is well, you should just be able to run your application using:
mono MyApplication.exe
after copying the binaries over.
If your application is actually a web service or web application, you'll want to think about the various hosting options.
I suspect you'll want to read a lot of the pages on the Mono Start Page.
Check if your application is 100% compatible with Mono Framework using MoMA.
Remove or replace those unimplemented parts with Mono's implementation or third party libraries that works with Mono. Or if you think it should work fine, just execute it with Mono Framework 2.8 or higher. Better go with 2.10 which is default's profile is on 4.0.
There is an IDE, MonoDevelop that supports Web and Desktop applications. Open the project files (monodevelop supports visual studio project files) from monodevelop, compile and run.
you can browse mono website here, where you can find which features are supported and which are not supported and why.
i am having application running on os3.0 i need to adopt this for ios4.0 wat are the major things i hav to take care...
how can i do existing application compatable to multitasking?
It's all in Apple's developer documentation.
http://developer.apple.com/iphone/library/documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BackgroundExecution/BackgroundExecution.html