fancycode / MemoryModule

Library to load a DLL from memory.
http://www.joachim-bauch.de/tutorials/loading-a-dll-from-memory/
Mozilla Public License 2.0
2.8k stars 755 forks source link

Cannot load Dll witch compile with /MT option. #82

Open crackwei opened 6 years ago

crackwei commented 6 years ago

hi,i compile a dll with /MT option,but it shown exception when running.but if i turn to /MD,it can be load.i compile on visual studio 2017. how to fix this problem? thank you.

ZanderChang commented 4 years ago

Both /MD and /MT works well.