For Linux users it will be helpful if the file extensions are all in lower case. :-)
Client OK
Connecting Servers...
>WARNING: ./drifttop.lpr doesn't exist!
WARNING: ./layoutlist.lpr doesn't exist!
WARNING: ./usertop.lpr doesn't exist!
After renaming that files this problem is fixed.
> mv drifttop.LPR drifttop.lpr
> mv layoutlist.LPR layoutlist.lpr
> mv usertop.LPR usertop.lpr
But after that I get following exception. :-(
Client OK
Connecting Servers...
>
Unhandled Exception:
System.EntryPointNotFoundException: SetConsoleCtrlHandler
at (wrapper managed-to-native) LFSLapper.ConsoleCtrl:SetConsoleCtrlHandler (LFSLapper.ConsoleCtrl/ControlEventHandler,bool)
at LFSLapper.ConsoleCtrl.Dispose (System.Boolean disposing) [0x0000f] in <2b5e2f327ac04fd29e5c7b7af7dae775>:0
at LFSLapper.ConsoleCtrl.Finalize () [0x00002] in <2b5e2f327ac04fd29e5c7b7af7dae775>:0
Any idea whats going wrong?