Hi,
Can you give some details as to how you are including the files in the source
code.
-Sujata
> Date: Fri, 14 May 1999 11:59:26 -0700
> From: "Mark Cameron" <[EMAIL PROTECTED]>
> Subject: Linking errors - function undefined?
> To: "Palm Dev Forum" <[EMAIL PROTECTED]>
> Mime-Version: 1.0
> Content-Transfer-Encoding: 7bit
> X-LIST-URL: http://ls.palm.com
>
> I posted a problem a few days ago that I thought was limited to barcode
> scanning. However, as I now attempt to break my single .cpp file into
> multiple files, I am encountering the same linking error which occurred when
> I tried to access the Symbol scanning library. I received the error:
>
> Link Error : Sourcefile.cpp: 'FunctionName()' referenced from
> 'ParentFunction()' is undefined.
>
> I have tried to break out even just one simple function from my main source
> file into a second .cpp file, and I've checked to make sure my header file
> has the correct function declaration info. I've also double-checked that all
> of my .cpp and .h files are located in my project files list... but I'm
> still encountering the problem. Any suggestions would be greatly
> appreciated...
>
> Thanks,
> Mark Cameron
>
>
>