FR3 demo projects
It seems I cannot compile supplied sample projects with BCB IDE. Although they are Delphi projects, the following technique worked well for FR2.51:
1) Create new Application
2) Remove from project newly created Unit1.cpp
3) Add to project pascal forms of desired demo.
4) Save project
5) Compile and run
However, when I try to do the same for FR3 demos, compilers spits out a bunch of messages, like "[Linker Error] Unresolved external '__fastcall Fs_iinterpreter::TfsScript::ClearItems(System::TObject *)' referenced from \PROGRAM FILES\FASTREPORTS\FASTREPORT 3\LIBBCB6\FRX6.LIB|frxClass.pas"
I triple checked include and library paths. They are OK.
What do I have to do to avoid this problem?
1) Create new Application
2) Remove from project newly created Unit1.cpp
3) Add to project pascal forms of desired demo.
4) Save project
5) Compile and run
However, when I try to do the same for FR3 demos, compilers spits out a bunch of messages, like "[Linker Error] Unresolved external '__fastcall Fs_iinterpreter::TfsScript::ClearItems(System::TObject *)' referenced from \PROGRAM FILES\FASTREPORTS\FASTREPORT 3\LIBBCB6\FRX6.LIB|frxClass.pas"
I triple checked include and library paths. They are OK.
What do I have to do to avoid this problem?
Comments