Windows 10 problem?

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!

AFAIK, LL19 was not approved for Win10. You should still contact combit’s support - they will probably ask for a dump file (had a similar case lately) and may be able to tell you more then.

G.

Ok, thanks, I’ll get in touch with them.