I dunno what might be the cause of this, I have done a c++ dll that runs
under VB application, the dll is included with an automation library, the
program runs well but when I try to debug the program with the VB debugger is
just crashes when calling the dll, I dunno why, I even have explicitly
defined the functions in my dll yet still the program crashes when I try to
debug it with the VB debugger, although the application itself works . i.e.
the generated executable file works fine with no problem .. what can be the
cause of such a problem ? can anybody help?