Does PBDll.exe return error codes when you shell to it?
For example in Semens excellent wrapper ie:
Result = SHELL( "C:\PBDLL60\Bin\PbDll.Exe " + COMMAND$, 1)
Does Result contain error codes?
Is there a way to determine if the Compile was sucessfull so I can then add the CRC, Compress it etc etc?
------------------
Kind Regards
Mike
For example in Semens excellent wrapper ie:
Result = SHELL( "C:\PBDLL60\Bin\PbDll.Exe " + COMMAND$, 1)
Does Result contain error codes?
Is there a way to determine if the Compile was sucessfull so I can then add the CRC, Compress it etc etc?
------------------
Kind Regards
Mike
Comment