For Programmers: Free Programming Magazines  


Home > Archive > VC Language > May 2006 > Programming for VXWorks using VC++.net









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Programming for VXWorks using VC++.net
Shiv.NJ@gmail.com

2006-05-12, 4:10 am

Hello evryone,

I am a novice Embedded/DSP developer, and I am supposed to port a piece
of code which was created using VC++ .net to work on a Power PC based
processor which has VXWorks OS on it .......

Please tell me what are te precautions I must take ... beacuse I find
that the existing code refers to windows files and headers ...and are
there any substitutes to these headers in VXWorks ...

Are there any sites wich will help me in this regard . or some E books
on these topics ...

Also tell me if I must start coding using Tornado II or is it ok if I
code using .net IDE .. bec problem is Torando is kind of hectic to work
with (Its tough for a windows developer to get accustomed to LInux
based softwares right !!!!)

Ulrich Eckhardt

2006-05-12, 9:47 am

Shiv.NJ@gmail.com wrote:
> I am supposed to port a piece of code which was created using VC++ .net to
> work on a Power PC based processor which has VXWorks OS on it .......
>
> Please tell me what are te precautions I must take ...


Backups and a version control.

> beacuse I find that the existing code refers to windows files and
> headers ...and are there any substitutes to these headers in VXWorks ...


Usually, replacing windows headers is not the problem, just don't include
these when _WIN32 is not defined. The problems arise rather from what parts
of those headers were required. There, you have to make a case-by-case
study of what was needed and why and port that functionality according to
what the system supplies.

> Also tell me if I must start coding using Tornado II or is it ok if I
> code using .net IDE .. bec problem is Torando is kind of hectic to work
> with (Its tough for a windows developer to get accustomed to LInux
> based softwares right !!!!)


It's pretty hard for a VC programmer to tell you whether you need to use
another platform's IDE, rather ask other folks that use VXWorks. BTW: I
could indeed imagine cross compilation from Windows, too, and possibly even
using VC as IDE.

Uli

Cheesy Beesy

2006-05-24, 4:16 am

Hmmmmm thank you ...

Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com