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
When building the library and various projects, I receive a number of #C2491 errors e.g. error C2491: 'ApproxMVBB::approximateMVBBGridSearch': definition of dllimport function not allowed
I believe it is this problem which is specific to Visual Studio compiler,
Find attached the output log. I am away this week, so I am not going to have a chance to properly look at a potential fix myself for the next few days.
When building the library and various projects, I receive a number of #C2491 errors e.g. error C2491: 'ApproxMVBB::approximateMVBBGridSearch': definition of dllimport function not allowed
I believe it is this problem which is specific to Visual Studio compiler,
https://msdn.microsoft.com/en-us/library/62688esh.aspx
https://docs.microsoft.com/en-us/cpp/cpp/using-dllimport-and-dllexport-in-cpp-classes
The text was updated successfully, but these errors were encountered: