Gen Windows GUI client runtime reason code meanings
search cancel

Gen Windows GUI client runtime reason code meanings

book

Article ID: 50226

calendar_today

Updated On:

Products

Gen Gen - Run Time Distributed

Issue/Introduction

Using Gen GUI Windows clients.
Where can descriptions of the runtime reason code meanings be found ?
What do these reason codes mean?
Internal Fatal Error: Failed to load DLL program, reason code 182
Internal Fatal Error: Failed to load DLL program, reason code 998

Environment

Gen GUI Windows client applications

Resolution

Windows error codes can be found here: Windows App Development > System Error Codes (0-499)

It can be seen that:
182 is ERROR_INVALID_ORDINAL (The operating system cannot run %1) which could be due to using an incorrect version of a Gen runtime dll.
998 is ERROR_NOACCESS (Invalid access to memory location).

Additional Information