Search found 7379 matches

by daniel
Sat Nov 12, 2011 4:12 pm
Forum: Questions
Topic: 3D view with red/blue glasses
Replies: 1
Views: 2918

Re: 3D view with red/blue glasses

No, but a recent thread (http://www.danielgm.net/cc/forum/viewtopic.php?f=9&t=96 - in french :( ) has been started by a user which is interested by using a NVIDIA 3D Vision kit with CCViewer (which has the same graphical system as CloudCompare).
by daniel
Tue Nov 08, 2011 8:34 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15271

Re: Portage to OS X

Indeed, it would be best to have a skilled OS X C++ developer to pursue this portage. Meanwhile, I'm still interested by your modifications (don't bother too much to restore the other configurations, I'll simply extract the 'Mac' parts from you project). And by the way your problems may come from th...
by daniel
Tue Nov 08, 2011 8:20 pm
Forum: Questions
Topic: CCViewer 3D
Replies: 3
Views: 4098

Re: CCViewer 3D

Bonjour, l'application est en effet très intéressante. Et elle n'est pas prévue actuellement (à ma connaissance). Comme pour CloudCompare, l'accès aux sources de CCViewer est libre et se fait via SVN (les sources de CCViewer font partie du 'trunk' du projet CloudCompare --> voir ce post : http://www...
by daniel
Thu Nov 03, 2011 9:10 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15271

Re: Portage to OS X

Thanks for the feedback. Your final code::blocks project and the few code modifications will be very valuable. We can create you a personnal svn account to push these modifications, or you can send them to me via email. And thanks for the link, that's a great repository. I've already applied for a r...
by daniel
Thu Nov 03, 2011 9:18 am
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15271

Re: Portage to OS X

I believe that your OS X installation is 64bits? In this case, we indeed have a problem, as pointers (void*) are also 64 bits and we are then trying to cast them to 32 bits (however, your compiler is a bit harsh to send an error instead of a warning). Maybe simply casting into 'unsigned long' before...
by daniel
Wed Nov 02, 2011 8:28 pm
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15271

Re: Portage to OS X

Indeed, if OS X behaves as Linux, you shouldn't have to build Glew. To indicate where it lies, you can add this path to the 'include' and 'link' directories list in the qCC project (Right click on projet > Properties > Build targets > Build Options and then 'Search Directories' tab: 'Compiler' for i...
by daniel
Mon Oct 31, 2011 7:58 am
Forum: Linux related topics
Topic: Portage to OS X
Replies: 13
Views: 15271

Re: Portage to OS X

Hello, For the first error, it appears that qmake has automatically included the folder where we have put a "stdint.h" file (qCC/msvc). I don't remember why right now, but I guess it must have something to do with the non official MS Visual project of CloudCompare. You should definitely re...
by daniel
Wed Oct 26, 2011 7:39 pm
Forum: Linux related topics
Topic: qCC on gentoo and related errors
Replies: 2
Views: 4906

Re: qCC on gentoo and related errors

Indeed, the fact that "long" corresponds to 64 bits is quite troublesome. It appears to be one of the major pitfalls that is encountered when porting 32 bits C++ code to 64 bits ( http://www.viva64.com/en/a/0004 ). The "long" symbol is seldom used in CloudCompare (it's used howev...
by daniel
Tue Oct 18, 2011 7:01 pm
Forum: Questions
Topic: SVN Login
Replies: 4
Views: 4871

Re: SVN Login

My mistake! The specified SVN address was incomplete. Read-only access in only possible on the "trunk" folder:
https://fp6perfect.edf-labs.net/svn/CloudCompare/trunk

I corrected the corresponding post.

Thanks for the feedback,
by daniel
Tue Oct 18, 2011 5:32 pm
Forum: Questions
Topic: SVN Login
Replies: 4
Views: 4871

Re: SVN Login

Hello,

i tried it today (18 oct.) and didn't notice any problem with TortoiseSVN. I'll try to test this under linux asap.