I installed the lib gtkmm and run asample program from the manual (base.cc). A run-time error occurred because the dll pangomm called the function wrap_register from glibmm which has a static variable wrap_func_table but because pangomm has its own copy not initialized a run-time error occurs when this variable is referenced in wrap_register.
How can I solve this problem ? I hoped vcpkg would solve these kind of linking issues automatically.
I installed the lib gtkmm and run asample program from the manual (base.cc). A run-time error occurred because the dll pangomm called the function wrap_register from glibmm which has a static variable wrap_func_table but because pangomm has its own copy not initialized a run-time error occurs when this variable is referenced in wrap_register.
How can I solve this problem ? I hoped vcpkg would solve these kind of linking issues automatically.