Displaying 1 result from an estimated 1 matches for "e2167".
Did you mean:
e216w
2005 Jan 20
2
Compiling wxRuby 0.6 with Borland C++ Compiler
...executable using bcc32
2) Recompile a working version of wxWindows 2.4.2 using bcc32
However for wxruby, I''m having some problems with the Makefile which I
fixed.
Now when I''m compiling the wxRuby wrapper classes like
htmlprocessor.cpp i''m getting the following
error:
E2167: c:\tools\bcc\include\process.h 180: ''abort()'' was previously
declared with the language ''C''
...
and so on for all the system calls.
My interpretation of this is that there is an extern ''C'' somewhere
surrounding those includes. However I do no...