TRANERAECK
Programmer
There is a way to CALL DLLS with quickbasic. First you have to design the DLL with C or C++. I added a link to multimedia DLL for sound in C.
THEN make it an object with C compiler use Pelles C, Visual Studio, Borland, or GNU. Then use the LIB.EXE to make a library out of it then place CALLS to your subroutines in the LIBRARY with an include .BI file.
THEN make it an object with C compiler use Pelles C, Visual Studio, Borland, or GNU. Then use the LIB.EXE to make a library out of it then place CALLS to your subroutines in the LIBRARY with an include .BI file.