quote:
Originally posted by Matty
quote:
Originally posted by Deco
Ok so I just make public functions...use Interop.Call(pathtodll+"mydll.dll","myfunc",input)?
And if I'm making this dll in vb.net use that tool..
Ok got it will try!
No vbAdvance doesn't support VB.Net it supports Visual Basic 6. I am not too sure about using VB.Net never programmed in it.
IL can't export stdcallable functions. It isn't the same format as a windows binary.
quote:
Originally posted by RaceProUK
quote:
Originally posted by Matty
I am not too sure about using VB.Net never programmed in it.
.NET has a COM Interop thing that may be of use.
exporting to COM is different than exporting a function normally. you can't call a com function in a dll.