feat: 用Boost.DLL从指定目录用加载动态链接库!
This commit is contained in:
11
include/interface.hpp
Normal file
11
include/interface.hpp
Normal file
@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
#include <boost/config.hpp>
|
||||
|
||||
class BOOST_SYMBOL_VISIBLE Interface {
|
||||
public:
|
||||
virtual const std::string name() const = 0;
|
||||
virtual ~Interface() {}
|
||||
};
|
Reference in New Issue
Block a user