Open GoogleCodeExporter opened 8 years ago
Maybe if the heekscadinterface object had a version define in it. People would
have
to increment it when changing heekscadinterface though.
Original comment by jonpry@gmail.com
on 11 Jun 2009 at 10:09
yes, I thought about that, but I know I would forget to increment the version
number.
It's better than nothing, though. There is already a const wxChar*
GetRevisionNumber();
Original comment by danhe...@gmail.com
on 11 Jun 2009 at 11:27
I don't know why all the methods are virtual in heekscadinterface. Getting rid
of
this would get rid of most of the problems. Right now just adding a method to
the
interface causes the vtable to be reordered, thus breaking the plugins. Get rid
of
the vtable and this isn't a problem anymore.
Original comment by jonpry@gmail.com
on 22 Jun 2009 at 9:40
Original issue reported on code.google.com by
danhe...@gmail.com
on 9 Jun 2009 at 11:08