Fast Reports linker error


2006-02-27 11:44:43 AM
cppbuilder36
Hey,
Trying to build a project that someone else has written and I'm left to
do work on, I'm pretty sure that this is a problem with fast reports,
alhough I'm not completly sure.
When I build the project I get an:
[Linker Error] Unresolved external '__fastcall
Frxclass::TfrxReport::ShowPreparedReport()' referenced from
C:\someFile.OBJ
Now, the someFile.OBJ exists, if I get a fresh copy of the source and
make the project, it creates the someFile.OBJ file. I have commented
out the offending line of source, only to get another error of the same
type pop up about another report using ShowPreparedReport.
Thanks