typo
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3495 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
b4f63105e1
commit
c3ce5271a3
1 changed files with 2 additions and 2 deletions
|
@ -179,7 +179,7 @@ During the uninstallation, use the un.DecrementSharedDLL function below to decre
|
|||
Some install processes are required to call functions contained inside third party DLLs. A prime example of this is when installing a Palm(TM) conduit.
|
||||
|
||||
\\<b\\>Some background about System.dll\\</b\\> \\<br\\>
|
||||
The System.dll plug-in (by Brainsucker) enables calling of external DLLs by providing the 'Call' function. There are a number of other functions provided by System.dll, but they will not be covered here. For more details about the other functions, lock the doors, take the phone off the hook, screw your head on *real* tight and head on over to the Contrib/System directory and read the doco there.
|
||||
The System.dll plug-in (by Brainsucker) enables calling of external DLLs by providing the 'Call' function. There are a number of other functions provided by System.dll, but they will not be covered here. For more details about the other functions, lock the doors, take the phone off the hook, screw your head on *real* tight and head on over to the Contrib/System directory and read the docs there.
|
||||
|
||||
\\<u\\>Data Types\\</u\\> \\<br\\>
|
||||
System.dll recognises the following data types:
|
||||
|
@ -188,7 +188,7 @@ System.dll recognises the following data types:
|
|||
|
||||
\b i - int (includes char, byte, short, handles, pointers and so on)
|
||||
|
||||
\b l - long & large integer (know as int64)
|
||||
\b l - long & large integer (known as int64)
|
||||
|
||||
\b t - text, string (LPCSTR, pointer to first character)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue