I have trouble compiling these sources with clang-cl. E.g. on util.cpp:
../libfreesrp/src/util.cpp(52,6): error: reference to 'FreeSRP' is ambiguous
bool FreeSRP::Util::find_fx3(bool upload_firmware, std::string filename)
^
../libfreesrp/include\freesrp.hpp(64,11): note: candidate found by name lookup is 'FreeSRP'
namespace FreeSRP
^
../libfreesrp/include\freesrp.hpp(181,11): note: candidate found by name lookup is 'FreeSRP::FreeSRP'
class FreeSRP
^
What's up with this? I'm no C++ expert to tell myself.
I have trouble compiling these sources with clang-cl. E.g. on
util.cpp:What's up with this? I'm no C++ expert to tell myself.