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 TouchToneTommy 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 igos

  1. igos

    constant and debugger

    Does anyone know if there is a problem passing a constant through 2 or more procedures? For instance: myCall('Hi); procedure myCall(const theStr :string); begin myCall2(theStr); end; procedure myCall2(const theStr :string); begin // debug here showMessage(theStr); end; The debugger does...
  2. igos

    Errs after exiting Pdox 9

    Nope, Not the solution. Still getting the error. Igos
  3. igos

    Const and debugger

    Does anyone know if there is a problem passing a constant through 2 or more procedures? For instance: myCall('Hi); procedure myCall(const theStr :string); begin myCall2(theStr); end; procedure myCall2(const theStr :string); begin // debug here showMessage(theStr); end; The debugger does...
  4. igos

    Errs after exiting Pdox 9

    Thanks lance. I will give this a try.
  5. igos

    Errs after exiting Pdox 9

    I get these errors after exiting Paradox running under Win 98se on an AMD processor. Any ideas? I am stumped. {with -q -c command options} Pdxwin32 This program has performed an illegal operation and will be shut down PDXWIN32 caused and invalid page fault in MFC42.dll at 0167:5f4045d9...

Part and Inventory Search

Back
Top