Announcement

Collapse
No announcement yet.

Exit codes from PBDLL.EXE

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Exit codes from PBDLL.EXE

    What are the exit codes from PBDLL.EXE.
    According to my expirience:

    Win95: 0 when compilation OK, 1 when error.
    NT: Always 0.

    Is that correct?

    Regards
    Peter
    [email protected]
    www.dreammodel.dk

  • #2
    There are no documented return codes for PBDLL.EXE.

    If you want to programmatically check for compilation success/failure, use the /L (logfile) option and parse the log file the compiler creates - thats how the PB IDE's do it.



    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment

    Working...
    X