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


Reply via email to