MemoryModule icon indicating copy to clipboard operation
MemoryModule copied to clipboard

Load SampleDLL.dll

Open lgbwonder opened this issue 11 years ago • 4 comments

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 ?

lgbwonder avatar Sep 03 '14 11:09 lgbwonder

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.

CoolOppo avatar Sep 03 '14 17:09 CoolOppo

Could you please provide a small sample that triggers the bug? If possible with source code.

fancycode avatar Feb 27 '15 00:02 fancycode

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.

CoolOppo avatar Feb 27 '15 20:02 CoolOppo

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,

odeng250won avatar Jan 22 '21 01:01 odeng250won