I
Ittay Dror
Hi
I have this peculiar situation. I have a library of utility classes,
which I use to compile a binary. I want to reimplement a method in
class. The class is only a collection of static methods.
So I copy the source and header files to another place, change the
include path so this location will precede the location of the headers
of the library, change the method (details after) and compile.
Everything works, except when linking. The linker complains about some
static methods in the class, but not all of them. Is there a general
reason for that?
The chnage in the method is to add another parameter, with a default
value.
Btw, just copying the files, with no changes compiles fine.
Thanx,
Ittay
I have this peculiar situation. I have a library of utility classes,
which I use to compile a binary. I want to reimplement a method in
class. The class is only a collection of static methods.
So I copy the source and header files to another place, change the
include path so this location will precede the location of the headers
of the library, change the method (details after) and compile.
Everything works, except when linking. The linker complains about some
static methods in the class, but not all of them. Is there a general
reason for that?
The chnage in the method is to add another parameter, with a default
value.
Btw, just copying the files, with no changes compiles fine.
Thanx,
Ittay