Author Topic: uCalc Transformer  (Read 3801 times)

Offline John

  • Forum Support / SB Dev
  • Posts: 3510
    • ScriptBasic Open Source Project
uCalc Transformer
« on: September 13, 2013, 05:19:24 PM »
Daniel,

I have been reviewing you language porting tool and wonder if it could be used to convert C/C++ Windows header files to OxygenBasic .inc format? The idea is to use the uCalc Transformer to select only required include declares and defines the application requires. It seems common that compilers compile the full include file even if functions and defines aren't used by the application.

John