Skip to Content.
Sympa Menu

cgal-discuss - RE: [cgal-discuss] Triangulation_3 input

Subject: CGAL users discussion list

List archive

RE: [cgal-discuss] Triangulation_3 input


Chronological Thread 
  • From: <>
  • To: cgal <>
  • Subject: RE: [cgal-discuss] Triangulation_3 input
  • Date: Sun, 23 Nov 2008 22:26:55 +0000
  • Importance: Normal

Strange. My platform/configuration details are as follows:
 
Vista 32 bit
MSVC2005 SP1
 
My debug configuration is unchanged from the standard settings, with the exception of include dirs/additional libraries.
 
This is the command line from the C++ tab:
 
/Od /I "include" /I "D:\dev\SDK\OgreSource\v1-6-0\OgreMain\include" /I "D:\dev\SDK\OgreSource\v1-6-0\Dependencies\include" /I "d:\applications\CGAL-3.3.1\include\CGAL\config\msvc" /I "d:\applications\CGAL-3.3.1\include" /I "d:\applications\CGAL-3.3.1\auxiliary\gmp\include" /I "D:\applications\boost_1_37_0\\" /I "D:\dev\SDK\nxogre\NxOgre\include" /I "D:\dev\SDK\NVIDIA PhysX SDK\v2.8.1\SDKs\Physics\include" /I "D:\dev\SDK\NVIDIA PhysX SDK\v2.8.1\SDKs\Foundation\include" /I "D:\dev\SDK\NVIDIA PhysX SDK\v2.8.1\SDKs\Cooking\include" /I "D:\dev\SDK\NVIDIA PhysX SDK\v2.8.1\SDKs\PhysXLoader\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_UNICODE" /D "UNICODE" /Gm /EHsc /RTC1 /MDd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c /Wp64 /ZI /TP /errorReport:prompt
 
And from the Linker tab:
 
/OUT:"D:\UH\5\thesis\checkout00\impl\code\masterproef\Debug\masterproef.exe" /INCREMENTAL /NOLOGO /LIBPATH:"lib" /LIBPATH:"D:\dev\SDK\OgreSource\v1-6-0\lib" /LIBPATH:"D:\dev\SDK\OgreSource\v1-6-0\Dependencies\lib\Debug" /LIBPATH:"d:\applications\CGAL-3.3.1\lib" /LIBPATH:"d:\applications\CGAL-3.3.1\auxiliary\gmp\lib" /MANIFEST /MANIFESTFILE:"Debug\masterproef.exe.intermediate.manifest" /DEBUG /PDB:"d:\UH\5\thesis\checkout00\impl\code\masterproef\Debug\masterproef.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 /ERRORREPORT:PROMPT OgreMain_d.lib OIS_d.lib NxOgre_d.lib  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
 
I don't know if it matters, but I have the following define:
 
#define NOMINMAX
 
I need it because of Ogre, another package I'm using.
 
These are the only relevant things I can think of right now. Of course there might be other defines by other packages like Ogre, the PhysX, ...
 
If more details are needed, I'll be happy to provide them.
 
 
Thanks,
 
Peter.


 


From:
To:
Date: Sun, 23 Nov 2008 22:53:36 +0100
Subject: Re: [cgal-discuss] Triangulation_3 input


I ran the code you provided. I found out that, in release build it runs fine, In debug build however, it gives the error I mentioned earlier.

I cannot reproduce this. You should provide a detailed description of your platform and configuration. Maybe someone knows about this specific problem.

Best
-- 
Camille



Weer helemaal in het nieuw! Hotmail…



Archive powered by MHonArc 2.6.16.

Top of Page