I need to support the old VB 6 ActiveX DLL called by another third-party program for which I have no sources, etc. This DLL has been working and compiling in accordance with the API of the specified program for approximately 6 years and 3 major versions.
But now, when I try to compile the DLL against the new major version, this error occurs. It seems that the error occurs before the "my" code is called, so no debugging or logging is required. The only way was to compile without binary compatibility, which is not a real option. In my Google search, quite a few people appeared with the same problem, but there was no solution.
Does anyone know how to solve this problem?
Thanks in advance
banzai
source
share