Skip to Content.
Sympa Menu

cgal-discuss - [cgal-discuss] Re: visual studio 2010: void __cdecl CGAL::assertion_fail(char const *,char const *,int,char const *)

Subject: CGAL users discussion list

List archive

[cgal-discuss] Re: visual studio 2010: void __cdecl CGAL::assertion_fail(char const *,char const *,int,char const *)


Chronological Thread 
  • From: sgdimitris <>
  • To:
  • Subject: [cgal-discuss] Re: visual studio 2010: void __cdecl CGAL::assertion_fail(char const *,char const *,int,char const *)
  • Date: Tue, 21 Feb 2012 02:27:04 -0800 (PST)

Thank you for your answer.
When you advise me to compile in 32-bit do you mean to reinstall visual
studio and select 32-bit? Or is there any option in project properties?

As far as the messages from the compiling, I think that that is the first
error, cause I got the following

1>------ Build started: Project: tset_studyhelp, Configuration: Debug Win32
------
1>Build started 21/2/2012 12:14:40 μμ.
1>InitializeBuildStatus:
1> Touching "Debug\tset_studyhelp.unsuccessfulbuild".
1>ClCompile:
1> All outputs are up-to-date.
1> All outputs are up-to-date.
1>ResourceCompile:
1> All outputs are up-to-date.
1>ManifestResourceCompile:
1> All outputs are up-to-date.
1>tset_studyhelp.obj : error LNK2019: unresolved external symbol "void
__cdecl CGAL::assertion_fail(char const *,char const *,int,char const *)"
(?assertion_fail@CGAL@@YAXPBD0H0@Z)
referenced in function "public:
__thiscall
CGAL::Interval_nt<0>::Test_runtime_rounding_modes::Test_runtime_rounding_modes(void)"
(??0Test_runtime_rounding_modes@?$Interval_nt@$0A@@CGAL@@QAE@XZ)
1>C:\Users\user\documents\visual studio
2010\Projects\tset_studyhelp\Debug\tset_studyhelp.exe : fatal error LNK1120:
1 unresolved externals
1>
1>Build FAILED.
1>
1>Time Elapsed 00:00:00.38
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========

So, what can I do?


--
View this message in context:
http://cgal-discuss.949826.n4.nabble.com/visual-studio-2010-void-cdecl-CGAL-assertion-fail-char-const-char-const-int-char-const-tp4405348p4406594.html
Sent from the cgal-discuss mailing list archive at Nabble.com.



Archive powered by MHonArc 2.6.16.

Top of Page