I am new to Visual Basic 6.0 (Prof Ed), Visual C++ 6.0 and Visual Studio 6.0. I am using DLLs written in C to provide custom functions for Visual Basic applications.
I now need to debug the DLL C code, and to that end have successfully compiled a debug version of my DLL.
I have also generated an EXE file from the Visual Basic calling app, and the application runs indistinguishably well (properly using the DLL functions) whether I run it interpretively from within Visual Basic, or from the precompiled Visual Basic EXE file. The Basic Declare Sub/Function Lib strings of course all point to the Debug version of the DLL.
I have made the EXE and DLL file references needed for debugging in Project->Settings->Debug of the Viual
C++6.0 DLL project. I use the full path in each case.
However, when I attempt to debug from within the DLL project, I consistantly get a Run Time Error '53'
File Not Found, followed by app termination. The Debug Output verifies that Symbols were Loaded for the proper debug version of the DLL, and that the proper version of the basic application's EXE file was Loaded.
Suggestions anyone?
I now need to debug the DLL C code, and to that end have successfully compiled a debug version of my DLL.
I have also generated an EXE file from the Visual Basic calling app, and the application runs indistinguishably well (properly using the DLL functions) whether I run it interpretively from within Visual Basic, or from the precompiled Visual Basic EXE file. The Basic Declare Sub/Function Lib strings of course all point to the Debug version of the DLL.
I have made the EXE and DLL file references needed for debugging in Project->Settings->Debug of the Viual
C++6.0 DLL project. I use the full path in each case.
However, when I attempt to debug from within the DLL project, I consistantly get a Run Time Error '53'
File Not Found, followed by app termination. The Debug Output verifies that Symbols were Loaded for the proper debug version of the DLL, and that the proper version of the basic application's EXE file was Loaded.
Suggestions anyone?