Hi, I have a program that use boost library (matrix, vector and others) and return a vector and I need plot this vector with wxwidgets. The problem is that I can´t use wxwidgets with boost library because return a lot of problems. My plot program work well, but when I use "include
Lucas de Sales Joner wrote:
Hi, I have a program that use boost library (matrix, vector and others) and return a vector and I need plot this vector with wxwidgets. The problem is that I can´t use wxwidgets with boost library because return a lot of problems.
I use wxWidgets, and of course Boost, every day. And have for more than 4 years.
My plot program work well, but when I use "include
" in that program, return this errors: C:\Arquivos de programas\Dev-Cpp\include\boost\numeric\ublas\exception.hpp exception handling disabled, use -fexceptions to enable
Perhaps you could do what the error messages says and enable exceptions when compiling? -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (2)
-
Lucas de Sales Joner
-
Rene Rivera