Changeset 9 for trunk/Direct.pas
- Timestamp:
- Jan 7, 2017, 1:28:56 PM (8 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 6 6 Win32 7 7 *.~dsk 8 C-evo.exe 9 Integrated.compiled 10 Integrated.lps 11 lib
-
- Property svn:ignore
-
trunk/Direct.pas
r6 r9 1 {$INCLUDE switches}1 {$INCLUDE Switches.pas} 2 2 unit Direct; 3 3 … … 7 7 Messg, 8 8 9 Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms;9 LCLIntf, LCLType, LMessages, Messages, SysUtils, Classes, Graphics, Controls, Forms; 10 10 11 11 const … … 41 41 42 42 uses 43 ScreenTools, Protocol, GameServer, Start, LocalPlayer, NoTerm, Back , ShellAPI;44 45 {$R *. DFM}43 ScreenTools, Protocol, GameServer, Start, LocalPlayer, NoTerm, Back; 44 45 {$R *.lfm} 46 46 47 47 procedure Notify(ID: integer); … … 110 110 ntLoadError: 111 111 begin 112 if OpenClipboard(Handle) then112 (* TODO if OpenClipboard(Handle) then 113 113 begin // copy file path to clipboard 114 114 NotifyMessage := NotifyMessage + #0; … … 128 128 ShowModal; 129 129 if ModalResult = mrOK then 130 ShellExecute(Handle, 'open', 131 'http://c-evo.org/_sg/contact/cevobug.html', '', '', 132 SW_SHOWNORMAL); 130 OpenURL('http://c-evo.org/_sg/contact/cevobug.html');{ *Převedeno z ShellExecute* } 133 131 end 132 *) 134 133 end; 135 134 ntStartDone:
Note:
See TracChangeset
for help on using the changeset viewer.