Linker Error: Cannot open file "CHARTGROUPFRAME.DFM"

My IDE is working very well until today.

When I try to compile my project, I get the following:

[Linker error] Could not open file "CHARTGROUPFRAME.DFM"

The CHARTGROUPFRAME.CPP module is part of the project, so this, of course, is a mistake.

How to fix this problem?

+3
source share
1 answer

I found a solution for this problem :).

I only need to add the directory in which the .DFM file is on my library path

Btw, this should be set by the IDE when I add a block to the project ... but at least it works :)

+3

Source: https://habr.com/ru/post/1710882/


All Articles