ShowImageDll.cpp (8.4 KB)
ShowImageDll.h (1.2 KB)
This is my code. I have completed a display control library that retrieves image blocks through shared memory using the transmitted smid, then copies them over, refreshes the displayed image, and finally wraps it with CLR for WPF to call. Currently, the issue I’m facing is that the program crashes, but when I check the logs, everything seems normal and I can’t find any errors.