search for: textstuff

Displaying 1 result from an estimated 1 matches for "textstuff".

Did you mean: test_stuff
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
...land C++ Builder 6.0 application, but I need VCL library: vcl.h. Any ideas?? I would want to make it run natively on Linux. The code is as follows: //--------------------------------------------------------------------------- #include <vcl.h> #pragma hdrstop USEFORM("textS.cpp", TextStuff); USEFORM("aboutS.cpp", AboutBox); USEFORM("assembleS.cpp", AssemblerBox); USEFORM("chksaveS.cpp", ChkSave); USEFORM("mainS.cpp", Main); USEFORM("optionsS.cpp", Options); USEFORM("editorOptions.cpp", EditorOptionsForm); //-----------------...