Search results

  1. T

    Source code analyser

    www.wingrep.com/ Utility that does exactly what you are after for windows.
  2. T

    How can i test if a programm is alredy running?

    Using an API call you can check to see if a program is running. in definitions add the following declaration PROCEDURE FindWindowA EXTERNAL "USER32.DLL": DEFINE INPUT PARAMETER LpClassName AS LONG NO-UNDO. DEFINE INPUT PARAMETER LpCaption AS CHARACTER NO-UNDO...
Back
Top