|
path = ExtractFilePath(Application->ExeName);
shape = StringReplace(path, "\\", "/", TReplaceFlags() << rfReplaceAll);
imgPath = shape + "mapimages";
XVCreate(this->WindowHandle, this->Width, this->Height, imgPath.c_str(), regKey.c_str(), urlPath.c_str());
shpFile = shape + "C:\\Users\\KIM\\Desktop\\shp\\map.shp";
dbfFile = shape + "C:\\Users\\KIM\\Desktop\\shp\\map.dbf";
FileName = "map";
이부분에서 뭔가 잘못된게 있는지 지도가 안나오는데 경로설정을 잘못해서 그런것같은데
다른부분은 문제가 안되서 지웠구 이부분인거같은데 고수님들 부탁드립니다
|