Hello,
Does anyone have a tutorial on how to do this? I want to be able to write an ASM DLL and be able to have people use in it Visual Basic, C++, Delphi, etc..
Thank you :)
Torch
Does anyone have a tutorial on how to do this? I want to be able to write an ASM DLL and be able to have people use in it Visual Basic, C++, Delphi, etc..
Thank you :)
Torch
Don't forget to always check Iczelion first.
Ah.. but does the assembled DLL work with above languages?
VB is really funny on how it uses DLLs..
VB is really funny on how it uses DLLs..
THe only requirments by vb is that the DLL uses STDCALL Calling Convention. So as long as your dll follows this, and you set up
your module definitions correctly in vb then you wont have any problems. Iczelion's dlls follow this so his tutorials will work
for you purposes. Hope this helps
prs
your module definitions correctly in vb then you wont have any problems. Iczelion's dlls follow this so his tutorials will work
for you purposes. Hope this helps
prs