Search results

  1. PDECODE

    Restore Db Failed (the User Account Does Not Exist)

    I try restore DB with command "prorest d:\DB\dbname dbname.bak" on Windows system and i get this error: OpenEdge Release 10.2A as of Mon Nov 3 22:05:01 EST 2008 Authentication service error in login process for sysprogress [OpenEdge] - The user account does not exist (13336) User...
  2. PDECODE

    Piew - Free Progress Code Editor

    Piew is free, fast and light-weight PROGRESS 4GL/ABL code editor for Windows with some basic and additional features that support syntax highlighting. Why another editor? Sometime you don't want load whole PROGRESS environment just for small change, for source viewing or maybe you want use some...
  3. PDECODE

    Procedure Explorer - Show dependency calls from source

    Procedure Explorer - Free win32 tool that show dependency calls from/to source Procedure Explorer is free win32 application that show you what programs are called from your PROGRESS source (.p, .w, .i, .r ...) or it can display includes *.i from your rcode (if it's debug segment...
  4. PDECODE

    Strings I/O (Delphi DLL)

    Hi ! Do you have some experience with parsing strings to Delphi DLL ? Working with LONG i have no problem: IN DELPHI: Function GetV(): Longword; begin Result := 111; end; ----------------------- IN PROGRESS: Procedure GetV EXTERNAL "My.dll": DEFINE RETURN PARAMETER retVER AS Long. END...
  5. PDECODE

    Winpl - Free Tool For Handling Pl Libraries

    WinPL is free application for Windows that can create or extract files stored in PROGRESS PL files (Procedure Libraries). It's much easier as using original PROLIB Utility. Free for personal, business or commercial use. Features: - It's standalone application (no need for PROGRESS installation)...
  6. PDECODE

    Utility to check your RCode files

    This free tool can check your RCode for these four "errors" : 1. Check if some RCode source isn't changed from last compilation (useful in finding problems), 2. Check if exist all sources from RCode, 3. Check if exist deeper in path newer source, 4. Check if exist deeper in path duplicate...
  7. PDECODE

    Detailed info about RCode

    You need some more informations about Rcode? try this free tool http://progress-tools.x10.mx/rcode.html (closed project) In this time it will extract from .r this: Date of compilation, Compilation version, Segment size, Length, Init. val segment size, Debugger segment, Action segment size...
  8. PDECODE

    Encrypted source back to original source

    Have you lost your original PROGRESS source code and you have only a copy of the encrypted source coded with XCODE utility? There is possibility recover your original source back to readable form. Decoded source (*.p, *.w) files are identical with the original source. Please visit...
Top