Changes to header file do not affect to compiled DLL
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
Changing header file does not affect to compilation.
I fe. changed
class DLLIMPORT Neuron
{ ....
to
extern "C" class DLLIMPORT Neuron
{ ....
and compiled (f9), but the compiled DLL's exported
names still are unchanged, but recompiling (f11) does
the trick. bug?
the version is 4.9.9.2
br.