Is it possible to Convert Borland C++6 to visual.net ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a project that uses VCL with Tee chart support and other external
controls.
There are quite a few persnoal reasons for converting this over to visual.net
and would like to know if it is possible.
Can the Borland librarys be used with visual.net
or is there a way that I can use the Microsoft librarys?

Thank you
Dave
 
"=?Utf-8?B?RmxhbWUgV2F0Y2hlcg==?="
Can the Borland librarys be used with visual.net
or is there a way that I can use the Microsoft librarys?

Which Borland libraries are you using? If you are using the VCL, not they
cannot be used with VC++ because they are pascal source and comiled to C++
OBJ by the BCB compiler, but using Borland format. BCB also have "VCL"
extensions for dealing with Pascal source that VC++ cannot understand.


--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"

Develop ASP.NET applications easier and in less time:
http://www.atozed.com/IntraWeb/
 
Back
Top