Home > Back-end >  There was a problem BCB using GDAL library
There was a problem BCB using GDAL library

Time:09-18

Write a program using the GDAL library, then present the wrong
Error: [ilink32 Error] Unresolved external 'GDALDataset: : GetRasterXSize ()' referenced from C: \ USERS \ LENOVO \ DESKTOP \ TEST \ TEST \ WIN32 \ DEBUG \ UNIT1 OBJ
Error: [ilink32 Error] Unresolved external 'GDALDataset: : GetRasterYSize ()' referenced from C: \ USERS \ LENOVO \ DESKTOP \ TEST \ TEST \ WIN32 \ DEBUG \ UNIT1 OBJ
Error: [ilink32 Error] Unresolved external 'GDALDataset: : GetRasterBand (int)' referenced from C: \ USERS \ LENOVO \ DESKTOP \ TEST \ TEST \ WIN32 \ DEBUG \ UNIT1 OBJ
Error: [ilink32 Error] Unresolved external 'GDALRasterBand: : RasterIO (GDALRWFlag, int, int, int, int, void *, int, int, GDALDataType, long, long, GDALRasterIOExtraArg *)' referenced from C: \ USERS \ LENOVO \ DESKTOP \ TEST \ TEST \ WIN32 \ DEBUG \ UNIT1 OBJ
Don't know why, what configuration should be clearly did not issue, can identify the function program, but is there such a mistake,

CodePudding user response:

This is obviously not find related library, put the GDAL. Lib added to the project

CodePudding user response:

Libraries are added in accordance with the requirements, the mouse on the function also can identify, but is can't run, very afflictive,
  • Related