Boring

Results 66 comments of Boring

Hi. Can you tell me the details about this exception? Thanks.

Hi, I just created the MmpTlsFiber branch to solve this problem.

Any exception details in debugger?

The reason for this problem is that calling the ```thread``` function creates a thread that runs continuously and does not stop when the function returns. If you call ```FreeLibraryMemory``` at...

Can you explain what happened in this method?

In addition, if the DLL is a .NET assembly, the DLL file buffer passed to the ```LoadLibraryMemory``` series of functions must be released after the DLL is unloaded. Because ```CLR.DLL```...

你好,这个问题可能是由“带线程局部存储的TppWorkerThread”引起的,最新的提交已修复。[#58379ac](https://github.com/bb107/MemoryModulePP/commit/58379acaf4bb22c4705ab0171d232b62b2f668fb)

Hi, the problem of initialization failure has been solved.

你是直接从内存加载的gdiplus?还是通过内存dll间接加载的?我没有复现出来,能提供一个简单的示例吗?