Search found 3 matches
- Wed Dec 09, 2020 10:15 am
- Forum: Plugins
- Topic: Build my plugin with GDAL
- Replies: 2
- Views: 3277
Re: Build my plugin with GDAL
Thank you, I found the library with your help, I set right path to BIN folder and the problem is solved.
- Mon Dec 07, 2020 3:42 pm
- Forum: Plugins
- Topic: Build my plugin with GDAL
- Replies: 2
- Views: 3277
Build my plugin with GDAL
Hi Daniel, I'm trying to rebuild my older plugin for new CC 2.12.alpha. I need GDAL for raster calculations in my plugin. I can't build it when CMake OPTION_USE_GDAL is enabled. Without GDAL other parts of the plugin can be built. I set GDAL paths (bin, include, library) on my GDAL 2.1.3 directory: ...
- Wed Feb 22, 2017 12:04 am
- Forum: Plugins
- Topic: How to activate my plugin on other computers
- Replies: 1
- Views: 12317
How to activate my plugin on other computers
Hi, thanks for CloudCompare whitch is very usefull for us. I'm doing my first plugin. It's my first experience with C++. I followed the instructions in BUILD.md file. I'm working on Windows 10 64-bit, Visual studio 2015, Qt 5.6, CloudCompare 2.8.1 and 2.9.alpha. I was surprised that my first plugin ...