Subversion Repositories Kolibri OS

Rev

Rev 1435 | Rev 1953 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1435 Rev 1585
Line 43... Line 43...
43
include '../../../../../macros.inc'
43
include '../../../../../macros.inc'
44
include '../../load_lib.mac'
44
include '../../load_lib.mac'
45
;include 'macros.inc'
45
;include 'macros.inc'
46
;include 'load_lib.mac'
46
;include 'load_lib.mac'
47
@use_library
47
@use_library
48
include 'opendial.mac'
-
 
49
use_OpenDialog
48
 
50
;---------------------------------------------------------------------
49
;---------------------------------------------------------------------
51
;--- Start of program ----------------------------------------------
50
;--- Start of program ----------------------------------------------
52
;---------------------------------------------------------------------
51
;---------------------------------------------------------------------
53
START:
52
START:
54
	mcall	68,11
53
	mcall	68,11
Line 64... Line 63...
64
; unpack deflate
63
; unpack deflate
65
	mov	eax,[unpack_DeflateUnpack2]
64
	mov	eax,[unpack_DeflateUnpack2]
66
	mov	[deflate_unpack],eax
65
	mov	[deflate_unpack],eax
Line 67... Line 66...
67
 
66
 
68
; OpenDialog initialisation
67
; OpenDialog initialisation
-
 
68
	push    dword OpenDialog_data
Line 69... Line 69...
69
init_OpenDialog	OpenDialog_data
69
	call    [OpenDialog_Init]
70
 
70
 
71
	mov	edi,filename_area
71
	mov	edi,filename_area
72
	mov	esi,start_temp_file_name
72
	mov	esi,start_temp_file_name
Line 301... Line 301...
301
;	call	copy_file_path
301
;	call	copy_file_path
Line 302... Line 302...
302
 
302
 
Line 303... Line 303...
303
	copy_path	open_dialog_name,path,library_path,0
303
	copy_path	open_dialog_name,path,library_path,0
-
 
304
 
Line 304... Line 305...
304
 
305
 
305
 
306
	push    dword OpenDialog_data
306
start_OpenDialog	OpenDialog_data
307
	call    [OpenDialog_Start]
307
 
308