Hello,
I was compiling a project, and this project has a unit called Gamespaceframe, the header file was as follow:
:
#include "Advdgrid.h pp"
:
and the .cpp was as follow:
:
#Pragma link "Advdgrid"
:
When I recompiled this project, I got this linker error:
Linker error: Unresolved external '__Fastcall_Adv grid::TAdvstrin gGrid::Autosize Col(const int, const int) referenced from C:\MHSS\Gamespa ceframe.OBJ.
Any help or comment is appreciated,
Thanks in advance,
Regards,
David.
I was compiling a project, and this project has a unit called Gamespaceframe, the header file was as follow:
:
#include "Advdgrid.h pp"
:
and the .cpp was as follow:
:
#Pragma link "Advdgrid"
:
When I recompiled this project, I got this linker error:
Linker error: Unresolved external '__Fastcall_Adv grid::TAdvstrin gGrid::Autosize Col(const int, const int) referenced from C:\MHSS\Gamespa ceframe.OBJ.
Any help or comment is appreciated,
Thanks in advance,
Regards,
David.
Comment