The unmodified compiled sources of the classbuilder archive when compiled with VC++ 6 (most recent update) lead to an executable that crashes when pressing the right mouse button.
(Also the CDB is sligthly inconsistent with the source.)
Please publish exactly the same sources that have been used for the executable at sourceforge.
tnx
Christian Kotz
(I cannot merge in my volatile and union extensions into the current class builder 2.4 Alpha 1.6. till I get a working source)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem has to do with how ClassbuilderCore.dll is build, I switched it over to ClassbuilderCore.dll (and .Lib) from Classbuilder.dll (and .Lib) because I was have problems with the debugger. I recently discovered that in the Link Command I was using Classbuilder.Lib instead of ClassbuilderCore.Lib. I think that this mess up the entry points of thinks like right click. I fixed the problem but I noticed that the import pluggin does work because of changes to class.h and class.cpp.
Craig
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The unmodified compiled sources of the classbuilder archive when compiled with VC++ 6 (most recent update) lead to an executable that crashes when pressing the right mouse button.
(Also the CDB is sligthly inconsistent with the source.)
Please publish exactly the same sources that have been used for the executable at sourceforge.
tnx
Christian Kotz
(I cannot merge in my volatile and union extensions into the current class builder 2.4 Alpha 1.6. till I get a working source)
Hi Christian,
The problem has to do with how ClassbuilderCore.dll is build, I switched it over to ClassbuilderCore.dll (and .Lib) from Classbuilder.dll (and .Lib) because I was have problems with the debugger. I recently discovered that in the Link Command I was using Classbuilder.Lib instead of ClassbuilderCore.Lib. I think that this mess up the entry points of thinks like right click. I fixed the problem but I noticed that the import pluggin does work because of changes to class.h and class.cpp.
Craig