search for: e2063

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

Did you mean: 2063
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
...showError::showError(void) { // } showError::~showError(void) { // } =================================================== The acid is the "virtual" specifier in "virtual ~File() {}". If I remove it then BCC32 compiles the resulting program, else it bombs with "Error E2063 terr.c 153: Illegal initialization". For the whole compilation I use the following .bat file: =================================================== rm err.bc .\..\..\LLVM\bin\llvm-g++ -I../LLVM/include -Wno-deprecated -I../unrar -emit-llvm -c err.cpp -o err.bc rm err.cbe.c .\..\..\LLVM\src\llvm...