Load SampleDLL.dll
I run the DLLoader on win7 64bits, however, when I see the result of resourceInfo (resourceInfo = FindResource(handle, MAKEINTRESOURCE(VS_VERSION_INFO), RT_VERSION);), It is )0x000000.. What is wrong ?
I can confirm this; it happened to me yesterday too. It works if you use a really simple DLL though. By the way, are you using Visual Studio 2013? That's what I'm on.
Could you please provide a small sample that triggers the bug? If possible with source code.
The actual example DLL you provide is what I think we were both referring to. I can't really remember; it's been a long time.
I cloned this git to my local PC, compile sources, but I have a problem. resourceInfo as above is null. I just change output path of SampleDll to DllLoader\debug and TEXT("..\SampleDLL\SampleDLL.dll") to TEXT("SampleDLL.dll"). I would like to fix this issue.
Thanks,