Displaying 1 result from an estimated 1 matches for "useform".
Did you mean:
us&form
2008 Jul 19
0
Winelib: How can I compile a Borland C++ Builder application on Linux using winelib?
...b. I'm trying to port a Borland 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", Editor...