by "Victor Bazarov" <v.Abazarov@[EMAIL PROTECTED]
>
May 12, 2008 at 12:31 PM
Rasheed wrote:
> hi
> I have two header files like "Headerfile1.h" "Headerfile2.h" , In
> "Headerfile2.h" i have declared "Headerfile1.h"
<nitpick>
You most likely haven't *declared* it, you may have *included* it in
the other file.
</nitpick>
> So in my application i have declared "Headerfile2.h"
Again, you haven't *declared* it, you're most likely *including* it
somewhere.
> and i am using
> some functions of "Headerfile1.h" in my application, and i could able
> to compile successfully but at runtime linker unable to find the
> function which is in "Headerfile1.h".
At run-time? Linker? Are you usuing dynamic linking? Then it's
beyond the scope of this newsgroup.
> Can anybody tell me where i am doing wrong?
Uh... Most likely you haven't read the FAQ for this newsgroup.
V
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask