The Add-in allows you to use Cdecl functions in VB6 declared in type libraries.
If you have ever tried to use CDECL-functions declared in a TLB then you know that debugging (in IDE) is impossible. The project just has crashed and doesn't even start although compilation to native code works without any issues. This Add-in fixes this behavior and you can debug your code in IDE.
https://github.com/thetrik/VBCDeclFix
If you have ever tried to use CDECL-functions declared in a TLB then you know that debugging (in IDE) is impossible. The project just has crashed and doesn't even start although compilation to native code works without any issues. This Add-in fixes this behavior and you can debug your code in IDE.
https://github.com/thetrik/VBCDeclFix