1
General Board / C++ code generation on EA 3.60 Bld640
« on: September 10, 2003, 06:43:36 am »
in the C++ implementation file, I can see only a blank
#include""
statement, but no include if the header file. Anyway, if a C++ class is derived by another one, the header file of the base is included correctly in the class header file, but the implementation (.cpp) contains also here a blank
#include""
statement.
Anyone knows what is going on here, the same was on 3.51 perfect!
#include""
statement, but no include if the header file. Anyway, if a C++ class is derived by another one, the header file of the base is included correctly in the class header file, but the implementation (.cpp) contains also here a blank
#include""
statement.
Anyone knows what is going on here, the same was on 3.51 perfect!