by fred.l.kleinschmidt@[EMAIL PROTECTED]
May 12, 2008 at 11:15 AM
On May 12, 9:06=A0am, Rasheed <sk.rasheedfar...@[EMAIL PROTECTED]
> wrote:
> hi
> =A0 I have two header files like "Headerfile1.h" =A0"Headerfile2.h" , In
> "Headerfile2.h" i have declared "Headerfile1.h"
>
> So in my application i have declared "Headerfile2.h" and i am using
> some functions of "Headerfile1.h" =A0in my application, and i could able
> to compile successfully but at runtime linker =A0unable to find the
> function which is in "Headerfile1.h".
> Can anybody tell me where i am doing wrong?
Did you tell the linker to link in the module that contains the
functions
declared in Headerfile1.h?
--
Fred Kleinschmidt