Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by alquimixta

  1. alquimixta

    DEBUGING DLL FROM RELEASE EXE

    Maybe this can be useful: The DLL isn't called directly from the executable, the exe set up in the "Debug Tab" call another procces wich call the library. From my way when I debug I don't see the DLL in the modules, but if i attach to the procces that call the library my DLL appears in the...
  2. alquimixta

    DEBUGING DLL FROM RELEASE EXE

    The .pdb wasn't in the same file as the DLL. I put it in the same folder and i tried without results. I have to say too that when I run the Debug (run to cursor or Go) the simbols from the DLL are loaded, and I can see the sources codes but for some reason it seems don't match the sources with...
  3. alquimixta

    DEBUGING DLL FROM RELEASE EXE

    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...

Part and Inventory Search

Back
Top