On 3/31/07, Ravi Mishra <[EMAIL PROTECTED]> wrote:
>
>   Hi,
>
> I have a one query. I have two different files and in that files lot
> of functions are same name. when i m compiling that files and try to
> link their object files that function creates redeclaretion error.
>
> Can any body suggest me some logic.
>
> Note I have to use only c logic not OOPs logic.
>
> Thax in Advance !!!
> -Ravi
>  
>















If you can't change the code, then you can use /force:resolved or
/force:unresolved directives for Linker. This will work only in case you are
using VC++ complier.
Regards
Sumit Chawla ("eNetra : Hail the Invention")


"Computers are useless. They can only give you answers.":Pablo Picasso


[Non-text portions of this message have been removed]

Reply via email to