I have a C++ application running LL19. I upgraded my system to Windows 10 recently and am getting the following exception thrown when calling LlDefineLayout:
Unhandled exception at 0x621edec4 in MyApp.exe: 0xC000041D: An unhandled exception was encountered during a user callback.
This is thrown, not returned as status.
If I attempt to run the report instead of editing it I get the following error calling LlPrintWithBoxStart:
Unhandled exception at 0x621edec4 in MyApp.exe: 0xC0000005: Access violation reading location 0x00000128.
I have set a breakpoint in my LlSetNotificationCallback callback and monitored entries and exits. The exception is not from my callback.
Any ideas?
Thanks!