VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Create Standard DLLs in Visual Basic v2 make your own api

Daniel Lo Nigro (Daniel15) - DanSoft Australia  (3 Submissions)   Miscellaneous   VB Script   Advanced   Wed 3rd February 2021

This code will allow you to make your very own stdcall DLL files using Visual Basic. The DLLs that you create can be called from any programming language that supports stdcall DLLs. Just create or open a project with the functions that you want to export, choose the functions to export and click compile! Create your own DLLs that you can call from any programming language that supports stdcall dlls. Create your own API, share code between your programs, create a control panel applet, create an ISAPI application, the possibilities are endless!
[This is the 2nd version of the code available at https://www.vbcoders.com/vb/scripts/ShowCode.asp?txtCodeId=53476&lngWId=1]

API Declarations
not many ;)

Rate Create Standard DLLs in Visual Basic v2 make your own api (20(20 Vote))

Download Create Standard DLLs in Visual Basic v2 make your own api

Create Standard DLLs in Visual Basic v2 make your own api Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters