Manu343726 / siplasplas

A library for C++ reflection and introspection
https://manu343726.github.io/siplasplas
MIT License
195 stars 27 forks source link

Implement cpp::DynamicLibrary on Windows #28

Closed Manu343726 closed 8 years ago

Manu343726 commented 8 years ago

As part of Visual Studio fixes I've moved OS API specifics into private functions of dynamiclibrary.cpp, but current windows implementation just throw.

We should implement dynamic library loading on WIndows using LoadLibrary() API.