Hi Daniel,
The plugin actually connects to a web application that I built to store the point cloud and mesh models. I do not think its generic enough to be useful to anyone else.
Thank you very much for the support and for your great project!
Search found 6 matches
- Sun Feb 09, 2014 12:05 am
- Forum: Questions
- Topic: plugin accessing fileIOFilter
- Replies: 9
- Views: 7049
- Sat Feb 08, 2014 2:57 am
- Forum: Questions
- Topic: plugin accessing fileIOFilter
- Replies: 9
- Views: 7049
Re: plugin accessing fileIOFilter
Finally I got it working. I am using QtNetwork and I had to add that to the
Thanks again for helping out.
Code: Select all
install_Qt_Dlls
- Fri Feb 07, 2014 11:52 pm
- Forum: Questions
- Topic: plugin accessing fileIOFilter
- Replies: 9
- Views: 7049
Re: plugin accessing fileIOFilter
After reading a bit, I understand that if the plugin depends on a library (qjson in this case) and if that is not found at run time then this error is reported. I tried to put qjson.dll in the application folder but it still did not work. Can anyone suggest how should I actually link qjson library w...
- Fri Feb 07, 2014 11:06 pm
- Forum: Questions
- Topic: plugin accessing fileIOFilter
- Replies: 9
- Views: 7049
Re: plugin accessing fileIOFilter
Thanks again! The compilation worked this time. However the plug-in was not loaded with message: [15:02:22] [Plugin] Cannot load library C:/Users/amutha/Desktop/CloudComapreVS2010/build/CloudCompare/plugins/QMOD_PLUGIN_DLL.dll: The specified module could not be found. How should I start debugging th...
- Fri Feb 07, 2014 10:27 pm
- Forum: Questions
- Topic: plugin accessing fileIOFilter
- Replies: 9
- Views: 7049
Re: plugin accessing fileIOFilter
Thanks daniel for quick reply. I would like to use other filters as well, so I included all the source files in fileIO folder But I get the following errors on compilation: Creating library C:/Users/amutha/Desktop/CloudComapreVS2010/qCC/plugins/qMOD/Debug/QMOD_PLUGIN_DLLd.lib and object C:/Users/amu...
- Fri Feb 07, 2014 9:32 pm
- Forum: Questions
- Topic: plugin accessing fileIOFilter
- Replies: 9
- Views: 7049
plugin accessing fileIOFilter
Hi All, I have created a plug-in that is trying to access AsciiFilter::LoadFromFile and AsciiFilter::SaveToFile methods. However, when I compile my plug-in I get the following errors: -------------------------------------------------------------------------------------------- 2>------ Build started:...