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 ?
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