473,802 Members | 2,413 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Mflops - VC++ 6.0 to PocketPC 2003 second edition

Is it possible to make a 1992 flops.c program by Al Alburto which compiled
in VC++ 6.0 on Windows XP work on a Pocket PC with windows mobile 2003 second
edition.

I haven't programmed for a long time. Is it required to have .net compact
framework to transfer to PPC 2003?

If you know the Mflops for a Dell Axim 30 at 624 Mhz, Please state instead
of how to make C program work on Dell Axim.

Thanks
for your response
Nov 17 '05 #1
1 1282
"Michael" <Mi*****@discus sions.microsoft .com> wrote in message
news:FD******** *************** ***********@mic rosoft.com...
Is it possible to make a 1992 flops.c program by Al Alburto which
compiled
in VC++ 6.0 on Windows XP work on a Pocket PC with windows mobile 2003
second
edition.
I should tell you that I am not familiar with the program. But as VC++ 6.0
was released _years_ before the framework it is a sure bet that it does not
depend on it.
I haven't programmed for a long time.
Sorry to hear that. :-)
Is it required to have .net compact
framework to transfer to PPC 2003?
I don't believe it is a requirement, you should check a PPC group.

On your way over, you can read this link

http://msdn.microsoft.com/embedded/d...e/default.aspx

and scroll down to the Native Code Development section. It has links to the
development tools to use for the PPC. I haven't used the most recent version
(4) of the PPC tools but I can tell you that is quite easy to pick up using
version 3 _if_ you are familiar with VC++ 6.0.
If you know the Mflops for a Dell Axim 30 at 624 Mhz, Please state instead
of how to make C program work on Dell Axim.


I don't know the program. But if it is "vanilla" C, recompiling and linking
with the PPC tools may go without a hitch. If however, it assumes an x86
hardware architecture or makes use of Win32 features available on XP but not
the PPC, then you are looking at more work to port it.

Regards.
Will
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
5346
by: Miller | last post by:
Hi, Can someone tell me how to calculate MFLOPS for the following C# code (on a Pentium 4 2.0 Ghz)? for (i=0; i<n; i++) { for (j=0; j<n; j++) { for (k=0; k<n; k++)
4
1423
by: Jano | last post by:
Hi all, I'm pretty new to the embeded VC++, I have version 3 and was able to develop an ARM version of my little app. However I need one for the new Dell pocket PC with the Xscale processor. How do I do that ? Do I need to get a different SDK ? If so from where can I get it ? I couldn't
5
1511
by: Vinod Kushwaha | last post by:
Hi, I am not able to find Source Control Options in the Tools->Options Dialog. Why is it missing ? Is it hidden ? I have only bought VC++ .Net Standard 2003 Edition. Thanks, Vinod Kushwaha
1
1145
by: Aaron | last post by:
After taking 2 semesters of C++ at school, I've decided to get a compiler for my personal use when not at school, and one that can do Windows programming. I've pretty much come down to either vc++ .net 2003 standard or vc++ 6.0 pro. Basically, my main reservations about .net 2003 is that from what I've read it lacks optimizations, but 6.0 seems to be more dated, "less standardized", and the support will expire soon. Any opinions or help would...
2
1504
by: zorro | last post by:
Hi, I use the Visual C++ .NET 2003 Standard Edition which doesn't include an optimizing compiler. But Microsoft released the VC++ 2003 Toolkit (http://msdn.microsoft.com/visualc/vctoolkit2003/) which provides an optimizing compiler. Is it possible to replace the original "Standard" compiler with this one ? How could I do this ?
4
1901
by: Alex | last post by:
Hi there I'm switching from VC++ 6.0 to VC++ .NET 2003. Since there is no stand-alone version of VC++ .NET 2003 Pro, I went and purchased the Standard version, which does not have an optimizing compiler. I have been made aware of the existence of the VC++ Toolkit 2003: http://msdn.microsoft.com/visualc/vctoolkit2003/
22
3307
by: EP | last post by:
When running my asp.net hosting service (asp.net without IIS), on server 2003 with IIS not installed, I get the following when trying to process a request. "System.DllNotFoundException: Unable to load DLL (aspnet_isapi.dll)." Of course the dll is able to be found, it's still in the framework directory and for grins I even put it in my service's local directory. This is apparantly server 2003 not allowing asp.net to be run if IIS was not...
8
2325
by: Edward Diener | last post by:
By reuse, I mean a function in an assembly which is called in another assembly. By a mixed-mode function I mean a function whose signature has one or more CLR types and one or more non-CLR types. The problem: I have a number of mixed-mode functions which I want reuse. These functions revolve around converting a CLR String to a C++ std::string or
0
869
by: tirumalab | last post by:
HI there, I was trying to call a C# smartdevice dll from VC++ pocket PC console application both were developed using VS.NET 2005. i've registered the dll with the registry and created the tlb file using the utility Regasm. And i imported the tlb file into my VC++ PocketPC application . I found in many sites that to use the C# dll inVC++ PocketPC application we've to set one option Common Language Support to...
0
9562
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9111
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7598
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6838
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5494
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5622
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4270
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3792
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2966
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.