overriding static library (.lib) functions



I'm trying to build a static library in a way that users can use their own
functions and override my library functions. By default, when I use a library
in a project, and try to overrid a library function, I get a linker error
LNK2005 (function already defined).

I appreciate any help!
.



Relevant Pages

  • Re: overriding static library (.lib) functions
    ... ofert wrote: ... functions and override my library functions. ... Or see the documentation about LNK1169... ...
    (microsoft.public.vc.ide_general)
  • Files in current directory
    ... Which APIor C/C++ library functions can retrieve all the names of the ... Jack ... Prev by Date: ...
    (microsoft.public.vc.language)
  • Re: Compilation Error in CYGWIN
    ... > If the rule "no C library functions can be discussed!" ... It isn't and, AFAIK, never has been in effect. ... Non-standard ... Prev by Date: ...
    (comp.os.linux.misc)
  • Re: Understanding STUBS
    ... The only thing I missed to write was, that the library functions are ... please read my posting again. ... Eckhard ... Prev by Date: ...
    (comp.lang.tcl)

Loading