| re: linux compatible c datatypes for vc++ data types on windows
ramu wrote:[color=blue]
> Dervish wrote:[color=green]
>> As I understand you have some C++ code written on Windows in VC++ and
>> some code written in C on Linux. The question is - are you going to
>> compile VC++ code on Linux, OR somehow use already compiled Windows
>> VC++ code (e.g. using CORBA or some other middleware)?[/color]
>
> yeah. you are right. iI have written some code in C on linux. And I
> want to compile VC++ code on linux. Is there any way doing it? If so,
> how can I bring the linux compatibility for vc++ data types?[/color]
This question is very open ended. What exactly is "VC++ code"?
Implementing the entire Windows SDK, and working around all the compiler
extensions is quite a large task. Depends how much of it you have used.
It is not topical here. 99% of what IS topical, is the bits that will
cause you no problems at all (i.e., the standard compliant bits that
will compile on both platforms).
You're off topic.
Ben Pope
--
I'm not just a number. To many, I'm known as a string... |