You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to change use of MFC: Use Standard Windows Libraries to Use MFC in a Shared DLL ion both debug and release mode. to get it started
Compilation fails due to std::min and std::max wherever used not mentioned #inculde
Linking fails due to HyperedgeImprover.h/.cpp files are not added into Project.
{This are thing which worked for me after fresh pull of whole repository}
Or it must be something I must have missed but i didn't find any document "How to build"
Please update accordingly, Thanks for your great work.
The text was updated successfully, but these errors were encountered:
This one allows me not to use MFC which you were using #include<afx.h>.
And that also allow not to use "Use Unicode Character Set"
But that was for my application and which are visual studio default as well I am sure you must be using them for some particular settings according to your project.
Apology if I am writing all this at wrong place. I couldn't find right place.
I had to change use of MFC: Use Standard Windows Libraries to Use MFC in a Shared DLL ion both debug and release mode. to get it started
Compilation fails due to std::min and std::max wherever used not mentioned #inculde
Linking fails due to HyperedgeImprover.h/.cpp files are not added into Project.
{This are thing which worked for me after fresh pull of whole repository}
Or it must be something I must have missed but i didn't find any document "How to build"
Please update accordingly, Thanks for your great work.
The text was updated successfully, but these errors were encountered: