Re: overriding static library (.lib) functions



ofert wrote:
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).

Have you tried reading the documentation about that error? There is a fix suggested, you know... Or see the documentation about LNK1169... .



Relevant Pages

  • overriding static library (.lib) functions
    ... functions and override my library functions. ... in a project, and try to overrid a library function, I get a linker error ... Prev by Date: ...
    (microsoft.public.vc.ide_general)
  • Re: man 3 switch
    ... should have the same man documentation as the library functions. ... There's a difference between a language reference manual, ... Stranger things have .0. ...
    (Fedora)
  • Re: Points to be considered while porting to 64-bit (IPF)
    ... mshetty wrote: ... Is there any documentation available on how system ... > calls and C runtime library functions would be affected while porting? ... Have you looked at the HP-UX 11.x Software Transition Kit? ...
    (comp.sys.hp.hpux)
  • Re: man 3 switch
    ... should have the same man documentation as the library functions. ... The C Language is not documented in the man pages. ... documentation for programming languages I thought I might as well ask. ... Open source is the future. ...
    (Fedora)
  • Re: OpenSource documentation problems
    ... > documentation, you need to know things well enough to "have the ... > big picture". ... One thing that might help is a comments/questions area on each online ... library functions attached to the docs for those functions instead of ...
    (comp.lang.python)

Loading