1. Window based C source
- Posted by Ron_on_the_roof Mar 05, 2012
- 1025 views
I had a quick read through the forums,and couldnt find anything that matched,I want to port euphoria to the ARM based Win Ce but I'm not really sure if my current conversion is right (based on 4.0.2) Visual C 4.0 embedded gives me a lot of errors (some I have fixed) but I still cant get it to work.Is it possible to get pre-converted source for the basic windows (xp/2k etc) platform ? (I've tried the *nix one with no joy)
Your assistance will be appreciated, R.
2. Re: Window based C source
- Posted by mattlewis (admin) Mar 05, 2012
- 1020 views
I had a quick read through the forums,and couldnt find anything that matched,I want to port euphoria to the ARM based Win Ce but I'm not really sure if my current conversion is right (based on 4.0.2) Visual C 4.0 embedded gives me a lot of errors (some I have fixed) but I still cant get it to work.Is it possible to get pre-converted source for the basic windows (xp/2k etc) platform ? (I've tried the *nix one with no joy)
You'd probably have better luck working with the 4.1 code. That has been successfully ported to ARM, although so far, only under Linux. I've never worked with Visual C embedded. I suspect you'll have an easier time using a Win CE targeting version of gcc. There seem to be a few choices out there.
Matt
3. Re: Window based C source
- Posted by Ron_on_the_roof Mar 05, 2012
- 1047 views
Thanks Matt, I'll try v4.1 as soon as I get some free time. Unfortunately I'm stuck with Visual C for the moment,as the Gcc cross compiler doesnt generate the right PE header (my win Ce device refuses to run anything from Gcc) I'll leave a post as soon as I get it to work,though machine_proc & machine_func may have to be modified,I will look into it R.