Re: Module definition file problem

Tech-Archive recommends: Fix windows errors by optimizing your registry



i am having the same typs of error

i am using a library function that has a certain function

I have a fucntion with that exact same name.

the linker is not able to figure out which function i am referring to.

I want it to link to my function and ignore the library function.

How would I do that?


Thanks

.



Relevant Pages

  • Re: calling my custom function same as library function
    ... > I would like to call one of my functions the exact name as an existing ... If I don't include the header with the declaration for the ... > C library function then define/declare my own ... define it with the static keyword, which means you can only call it by ...
    (comp.lang.c)
  • calling my custom function same as library function
    ... I would like to call one of my functions the exact name as an existing ... C library function (for example K&R2 exercises asks me to make an atof ...
    (comp.lang.c)