Search found 45 matches

by Charlesw
Thu May 25, 2017 8:41 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

Re: E57 Support - Extended Instructable?

I also have newer version of boost which has actual dll files in the lib folder...
by Charlesw
Thu May 25, 2017 8:40 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

Re: E57 Support - Extended Instructable?

boost doc libs more status tools boost.png boostcpp.jam bootstrap.bat bootstrap.sh index.htm index.html INSTALL Jamroot LICENSE_1_0.txt README.md rst.css *The above files are as far as I can tell the root boost directory * The below files are within the libs directory accumulators algorithm any arr...
by Charlesw
Wed May 10, 2017 4:17 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

Re: E57 Support - Extended Instructable?

Additional Question: It is my understanding that if one wants the plugin they make to work for the official release as a "drop in" dll, it must be setup using the same msvc and qt as the official which is found under the about/help menu. Is this the only way to make a dll "drop and pl...
by Charlesw
Wed May 10, 2017 4:02 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

Re: E57 Support - Extended Instructable?

I am sorry Daniel, I am still unable to get cmake to configure the boost files. Following your previous post I added an entry and regrouped the boost grouping in cmake. for my version the folder was "lib64-msvc-14.1" and still received the following error. I am pretty sure I am missing som...
by Charlesw
Thu May 04, 2017 7:31 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

Re: E57 Support - Extended Instructable?

as for the speeds you are absolutely 100% correct. I did not know debug made that huge of a difference.... thank you. As for E57 support, I have Xerces setup. I assume it is at this point i open cmake? source the libe57? create a folder for the E57 Build to output to? doing the stated steps, it asks...
by Charlesw
Thu May 04, 2017 6:51 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

Re: E57 Support - Extended Instructable?

I also wanted to ask a question pertaining to computation speeds. version 2.6 seems to calculate at least 10-20x faster than 2.9beta. I compiled 2.9beta straight from the source code with no add ins. 2.9 beta is running incredibly sluggish in comparison to the official release of 2.6. Is this someth...
by Charlesw
Thu May 04, 2017 5:00 pm
Forum: Plugins
Topic: E57 Support - Extended Instructable?
Replies: 20
Views: 13661

E57 Support - Extended Instructable?

Trying to add in E57 support during compilation. I am new to cmake and the process as this similar issue arose when compiling cc source code. Is there a more defined/ comprhensive instruction list on adding E57 support when compiling. I have downloaded Boost, LibE57, Xerces. Should I have binaries o...
by Charlesw
Thu Apr 20, 2017 7:45 pm
Forum: Plugins
Topic: Custom Scalar Field Value
Replies: 2
Views: 3222

Custom Scalar Field Value

I have added a custom scalar field into the coding base you had programmed. **What is the proper syntax to simply take the currently selected entity (CCHObject - pts imported) in the DBtree and change the scalar field stored and showing for that particular cloud to my new custom scalar field definit...
by Charlesw
Fri Apr 14, 2017 9:24 pm
Forum: Plugins
Topic: PlugIn Examples
Replies: 12
Views: 10416

Re: PlugIn Examples

If someone uses the load file button, the program adds their file to the DB using addToDB. How do you use the code to access elements within the DB? I do not see many functions outside of find(UniqueID), to pull elements from the DB for use while coding unless the user selects the item themselves. I...
by Charlesw
Thu Apr 13, 2017 10:45 pm
Forum: Plugins
Topic: PlugIn Examples
Replies: 12
Views: 10416

Re: PlugIn Examples

Thank you for your cooperation thus far, you have been a tremendous help getting started with this. I have slightly changed my approach at this point. I am coding directly in mainwindow.cpp as I was unable to find a way to utilize the methods and database defined within mainwindow.cpp from the plugi...