Results 1 to 40 of 66

Thread: [VB6] VBCDeclFix - The Add-in allows you to use Cdecl functions in VB6 IDE.

Threaded View

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Feb 2015
    Posts
    2,797

    [VB6] VBCDeclFix - The Add-in allows you to use Cdecl functions in VB6 IDE.

    The Add-in allows you to use Cdecl functions in VB6 both declared in type libraries and using the CDecl keyword.

    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. A similar problem occurs when using the CDecl keyword - VB6 always generates the code with the 0x31 error (Bad Dll Calling Convention) so you can use such functions neither IDE nor compiled executable. This Add-in fixes this behavior and you can debug your code in IDE and compile the code to an executable file.
    https://github.com/thetrik/VBCDeclFix

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width