I have attached the "drapeset.zip" file. I set I3DProperties->put_BaseOption(esriBaseSurface) for draping the image file, but the program gets aborted. (When I comment out the line 139(td_properties->put_BaseOption(esriBaseSurface)) in mytestwidget.cpp, the program do not get aborted.)
Please tell me how to solve this problem.
--------------------------------------------------------------------- [Environment] OS: RHEL 6.1(x86_64) / CentOS 6.3(x86_64) (On x86_64 platforms, if "-32-bit" versions of the system requirements packages are available, they must be installed prior to installing ArcGIS) ArcObj SDK: ArcObjects Cross-platform C++ with 3D Analyst 10.1 Qt: 4.7.3 (by configuring with -platform linux-g++-32) Compiler: gcc 4.4.5
[Running program] (1) Setting the environment variables in the ".bashrc" (e.g.) # User specific aliases and functions source ~/arcgis/engine10.1/init_engine.sh source ~/arcgis/developerkit10.1/init_devkit.sh LD_LIBRARY_PATH=/opt/qt/lib32/lib:${LD_LIBRARY_PATH} export LD_LIBRARY_PATH (2) Unzipping "drapeset.zip" (3) Building the "MyTestWidget.pro" project. (4) Running the "drapetest" executable file. (*) "drapetest" must be located in the lower case full path. (e.g.) Directory structure: ~/drapeset/src ~/drapeset/data ~/drapeset/mybin $ cd mybin $ ./drapetest ---------------------------------------------------------------------