-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathChangeLog
More file actions
98 lines (87 loc) · 3.09 KB
/
ChangeLog
File metadata and controls
98 lines (87 loc) · 3.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2020-12-05: New constants:
- CB_GETCURSEL
- CB_SETCURSEL
- CB_GETCOUNT
2020-11-18: Functions TabCtrl_* are added.
2020-05-18: Supporting Lua5.3 is added.
2020-05-15: New functions:
- GetUserrName
- GetCurrentProcessId
- CloseWindow
2019-07-17: Convert to VS2015 project
Make two versions:
- for x32 platform (QUIK 7.x)
- for x64 platform (QUIK 8.x)
Fix some bugs.
2013-11-02: Bug fix:
- Wrong parameter in Beep.
2013-10-31: New functions:
- Beep
- MessageBeep
- CoInitialize
- CoUninitialize
2013-10-28: QUIK ready. This library is linked to qlua.dll.
New functions:
- FindWindowEx
- SetFocus
- GetWindowText
- SetWindowText
- GetWindowPos
- mciSendString
2007-04-15: Bug reported by Corey Tripp fixed.
Bug fix:
- Wrong parameter index in CreateMutex.
2006-08-26: Denis Povshedny additions and bug fix:
Bug fix:
- SERVICE_ALL_ACCESS in OpenProcess
New functions:
- StartService
- QueryServiceConfig
New constants:
- SERVICE_CONTROL_STOP
- SERVICE_CONTROL_PAUSE
- SERVICE_CONTROL_CONTINUE
- SERVICE_CONTROL_INTERROGATE
- SERVICE_CONTROL_SHUTDOWN
- SERVICE_STOPPED
- SERVICE_START_PENDING
- SERVICE_STOP_PENDING
- SERVICE_RUNNING
- SERVICE_CONTINUE_PENDING
- SERVICE_PAUSE_PENDING
- SERVICE_PAUSED
- SERVICE_BOOT_START
- SERVICE_SYSTEM_START
- SERVICE_AUTO_START
- SERVICE_DEMAND_START
- SERVICE_DISABLED
2006-08-21: Lua 5.1 ready.
New functions:
- IsUserAdmin (not a std Win32 api)
- OpenProcess
- IsRunning
- GetWindowThreadProcessId
- OpenSCManager
- OpenService
- CloseServiceHandle
- QueryServiceStatus
- ControlService
- DeleteService
2005-10-01: Dll renamed to lw32.dll.
The two first parameters of CreateProcess are optionals,
you must supply at least one to the system call to proceed.
New functions:
- ReplyMessage
- GetVersion
- FindFileFirst
- FindNextFile
- FindClose
- SHGetSpecialFolderLocation
- GetFullFileName
New constants:
- CSIDL_STARTUP
- CSIDL_STARTMENU
- CSIDL_COMMON_PROGRAMS
- CSIDL_COMMON_STARTUP
- CSIDL_COMMON_STARTMENU
- CSIDL_PROGRAM_FILES