Menu

How to use TC in Dev-C++?

2003-01-26
2012-09-26
  • Nobody/Anonymous

    I am new in Dev-C++, I have some graphic lib based on TC(Turbo C), so I need to TC compiler to embedded into Dec-C++, how could I do it?

    TIA

    Zhou

     
    • Anonymous

      Anonymous - 2003-01-26

      Dev-C++ is designed to work with GCC based compilers such as the supplied MinGW, or Cygwin, or even GCC based cross compilers.

      The compiler options it supports and the makefiles it generates are GNU compatible.

      A better approach may be to port your 16bit TC code to 32bit for better performance, safer in Windows environment, and no memory restrictions.

      If your code is BGI based, there is a 32bit BGI clone called WINBGIM that supports graphics in traditional console mode apps. It can be downloaded as the ConsoleGUI DevPack.

       
    • Nobody/Anonymous

      thx a lot

       
    • Nobody/Anonymous

      Your long term interests might best be served by avoiding having to rely strongly on proprietary (Borland) graphics tools, if you want to port them around...

      Just a thought...

      Wayne

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.