Hi,

I just realized there is small typo in comments for PowerBASIC SDK.
There is
 '----------------------------------------------------------------------------
 'thinBasic_GetRunTimeInfo
 '----------------------------------------------------------------------------
 ' The following information can be taken:
 ' "SCRIPT.PATH" Path to script
 ' "APP_PATH"  Path to thinBasic
 ' "HWND"    Handle to main thinBasic window
 '----------------------------------------------------------------------------
... around line 520, but to get source path I need to pass "SCRIPT_PATH" instead of "SCRIPT.PATH"


Thanks,
Petr