C
C#5mo ago
br4kejet

✅ LoadLibrary works, but does not show in Debug>Windows>Modules tab

I'm trying to load a DLL file into my WPF app, and it works since the returned address is valid, GetProcAddress works and I'm able to call a method and have it return an expected value. But if I try to place breakpoints in the C++ project I get "breakpoint will not be hit", and the DLL doesn't show up in the tab in Debug>Windows>Modules. Anyone know why this happens?
1 Reply
br4kejet
br4kejet5mo ago
Nevermind I got it to work