[lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Guru Kathiresan
://wxvcl.svn.sourceforge.net/viewvc/wxvcl/cpp/ and more information about the code at http://twinforms.com/wxvcl.htm . -Guru Kathiresan http://twinforms.com/ _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubs

RE: [lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Guru Kathiresan
rmat so you cannot use the compilers that support COFF or OMF formats. -Guru Kathiresan http://twinforms.com/ _ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the

RE: [lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Guru Kathiresan
ed delphi2cpp from http://ivan.vecerina.com/code/delphi2cpp/ and changed the generated code to make sure it uses the wxWidgets Library. -Guru Kathiresan http://twinforms.com/ _ To unsubscribe: mail [EMAIL PROTECTED] with "

RE: [lazarus] VCL for C++ based on FreePascal RTL

2007-11-22 Thread Guru Kathiresan
RF is a debug information format, not object file format. > FPC produces object code compatible with GCC. My mistake. But not every Windows developers use GDB to debug their application and not all compilers support the object code that are created by GCC. -G