English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

3 answers

U have to learn Microsoft .NET Framework SDK

2006-06-12 20:14:11 · answer #1 · answered by eddygool 5 · 2 0

If you just have an exe, you probably can't. The executable is either built on native code, meaning that it's specific to a certain set of compatible processors (ie, an intel chip, an AMD chip, etc, all running x86) that don't run in mobile devices, or it's managed code (meaning a .Net executable) for a desktop, which has a superset of the functionality available in the compact framework.

Long story short, you may be able to port the code if you have source, but you probably can't take an executable from a desktop and run it on a mobile.

2006-06-13 03:17:57 · answer #2 · answered by Ryan 4 · 0 0

for starters... you will need to learn a programming language... a good beginners language would be Visual Basic aka VB.Net then you can move on to a more challenging language like C / C++ and Java

2006-06-13 03:20:24 · answer #3 · answered by PC-Guy 3 · 0 0

fedest.com, questions and answers