alquimixta
Programmer
Hello.
I'm trying to debug a DLL called from a release executable, in Compaq Visual Fortran. I have created a Dynamic link library project and I have compiled the source files. When I run the mainly program (Build => Start Debug => Go) but the breakpoints are ignored in the dll, so the executab le doesn't stop and I don't get the value variables
My project is set up as follows (most imporant issues):
Project Settings => Debug Tab => Category: General => Executable for debug session, working directory and program arguments OK
Project Settings => Debug Tab => Category: Additional DLLS => Loxal Name OK
Project Settings => Fortran Tab
General Check the box for "Generate Source Browser Information"
Libraries Use Fortran Run-time Libraries should be set to
Debug Single-Threaded
Preprocessor Enter: \trnsys15\include" for Custom INCLUDE and USE paths
Run Time check boxes next to all "Runtime Error Checking" options
Check box next to "Generate Traceback Info"
Project Settings => Link Tab
General Output File Name OK
I have tried several things without results, I'll be glad with some king of help.
I'm trying to debug a DLL called from a release executable, in Compaq Visual Fortran. I have created a Dynamic link library project and I have compiled the source files. When I run the mainly program (Build => Start Debug => Go) but the breakpoints are ignored in the dll, so the executab le doesn't stop and I don't get the value variables
My project is set up as follows (most imporant issues):
Project Settings => Debug Tab => Category: General => Executable for debug session, working directory and program arguments OK
Project Settings => Debug Tab => Category: Additional DLLS => Loxal Name OK
Project Settings => Fortran Tab
General Check the box for "Generate Source Browser Information"
Libraries Use Fortran Run-time Libraries should be set to
Debug Single-Threaded
Preprocessor Enter: \trnsys15\include" for Custom INCLUDE and USE paths
Run Time check boxes next to all "Runtime Error Checking" options
Check box next to "Generate Traceback Info"
Project Settings => Link Tab
General Output File Name OK
I have tried several things without results, I'll be glad with some king of help.