Comments
Sort by recent activity
The library contains both C# and C++ code. Maybe this is the reason? I see a strange thing. This dll is used in another app. When I start the app, attach to it with a debugger and place breakpoints to some function, I get the breakpoint triggered. Now I load the dll in my app, which is simple and where I run the same function, this breakpoint is not triggered. This sounds vague and no details at all, but I can provide more info. / comments
The library contains both C# and C++ code. Maybe this is the reason?I see a strange thing. This dll is used in another app. When I start the app, attach to it with a debugger and place breakpoints ...