How to create dll using gcc compiler/Mingw for visual basic?
A:
VB (all versions) prefers the pascal calling convention.
Declare your external functions with WINAPI and export them in your .def file.
Joshua
2010-06-15 03:20:43