j
k
j a
j l
Using MSVC i can write
__try { ... } __except( EXCEPTION_EXECUTE_HANDLER ) { ... }
using Winelib i can write
__TRY { ... } __EXCEPT( ??? ) { ... }
what can i use how EXCEPTION_EXECUTE_HANDLER ?
And i can't link this by using -lntdll
Attachments:
Back to the thread
Back to the list