wmi icon indicating copy to clipboard operation
wmi copied to clipboard

On Visual Studio 2015 update 3 "error C2661 : no overloaded function takes ... arguments"

Open AndreaSenseon opened this issue 6 years ago • 5 comments
trafficstars

Unfortunately it does not compile for Visual Studio 2015 Update 3 with the error "error C2661 : no overloaded function takes ... arguments"

AndreaSenseon avatar Jan 23 '19 16:01 AndreaSenseon

Can you please post the full error message including file and line number?

I think the problem is that you have the wrong C++ standard enabled. Did you enable stdc++11?

Thomas-Sparber avatar Jan 23 '19 16:01 Thomas-Sparber

Fixed this in https://github.com/Thomas-Sparber/wmi/pull/3

kenkit avatar May 16 '19 07:05 kenkit

It might be great to add cl build system like appveyor

kenkit avatar May 16 '19 07:05 kenkit

@kenkit how should we proceed? do you think it makes sense to add cl build system? I have no experience with it. Do you want to implement it and create a pull request? Or should I close the issue?

BR Thomas

Thomas-Sparber avatar Aug 13 '21 08:08 Thomas-Sparber

I'll look into it when I have time. Should be easy to setup using cmake.

kenkit avatar Oct 09 '21 19:10 kenkit