Frequently Asked Component Specific Questions
Options |
Display all FAQ items |
Displaying items 1 to 1 of 1, page 1 of 1
<< previous next >>
TDBAdvGrid
When I run my application in C++Builder I get an error: 'unresolved external Gdiplus...referenced from advgdip.pas'
When I run my application in C++Builder I get an error: 'unresolved external Gdiplus...referenced from advgdip.pas'
When using components that use GDI+, make sure that your project's main CPP file includes the line:
#pragma link "gdiplus.lib"