How to make a working DLL for VB6


dagee
01-12-2004, 07:11 PM
I try to make a program to calculate a periodogram.
So i put all function necessary to use fasper.cpp
in a DLL compiled with VC++6 and i try to use it with a program
made with VB6 but there are some errors :

"acces violation ... memory can not be read ..."

can anybody help or know this problem?