Unable to open file 'FRXCLASS.OBJ'

I create a Dynamic-link Library on C++Builder XE8 Subscription Update1 over windows & service pack 1.
And That project use FastReport and I made all report objects run-time.
On header file:
#include "frxClass.hpp"
#include "frxChart.hpp"
on cpp file:
#pragma link "frxClass"
#pragma link "frxChart"

the packages in project options have FastReport 5.0 and library path configuration to: FastReports\LibD22

When I build a project the output message error
Messages
[ilink32 Error] Fatal: Unable to open file 'FRXCLASS.OBJ'
[ilink32 Error] Fatal: Unable to open file 'FRXCHART.OBJ'

where is the file is location to add ?

Comments

  • gpigpi
    edited 5:53AM
    wrote:
    And That project use FastReport and I made all report objects run-time.
    Add TfrxReport object to your project, compile project, remove TfrxReport
  • edited 5:53AM
    Thanks this really helped

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.