Hi,
Under windows with visual studio 2009 C++ 9.0 plplot project can be generated with cmake for debug and release version.
When cmake is used project for debug and release version used sometime same library : we can have at runtime debug and release version of wxbase291u_vc_custom.dll loaded.
is it a problem?
Thanks you for your answer
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
As I understand it, the question is if your application can use the debug and release version of wxWidgets linked in by your application and plplot? If this was the question, then the answer is, that this will definitely lead to problems and you should prevent this situation.
Regards,
Werner
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
Under windows with visual studio 2009 C++ 9.0 plplot project can be generated with cmake for debug and release version.
When cmake is used project for debug and release version used sometime same library : we can have at runtime debug and release version of wxbase291u_vc_custom.dll loaded.
is it a problem?
Thanks you for your answer
As I understand it, the question is if your application can use the debug and release version of wxWidgets linked in by your application and plplot? If this was the question, then the answer is, that this will definitely lead to problems and you should prevent this situation.
Regards,
Werner