Michael VAN CANNEYT
|
d2d3fe6bc3
* Char -> AnsiChar
|
2 years ago |
svenbarth
|
e82b9c3b2e
* disable the new FindResource(Ex) overloads for Win16 for now (the one with PChar is disabled as well); this will need to be revisited once Win16 receives proper resource support
|
5 years ago |
svenbarth
|
1d4bbcef75
+ add additional overloads for FindResource and FindResourceEx so that mixtures of AnsiString and MAKEINTRESOURCE types as well as names can be used
|
5 years ago |
michael
|
9f9abd525a
* Patch from Luiz Americo to add const to some string params (Bug ID 30197)
|
9 years ago |
nickysn
|
5f3c45d370
+ added the win16 api resource functions
|
10 years ago |
nickysn
|
fe8cb4b09d
+ integrated the winprocs and wintypes .inc files into the win16 system unit
|
10 years ago |
nickysn
|
eea09632a3
+ add and initialize the win16 system unit variables that correspond to the
|
10 years ago |
svenbarth
|
930b76e8fb
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
|
12 years ago |
marco
|
0ba6c22b28
* fix for Mantis 16195, Delphi compatibility resource handle types were not 64-bit proof.
|
15 years ago |
michael
|
174de3eab1
Merged revisions 9693-10480 via svnmerge from
|
17 years ago |
florian
|
d5d3779360
* patch for #8375 from Roozbeh Gholizadeh
|
18 years ago |
florian
|
e864a12528
+ loading of components from resources
|
20 years ago |
michael
|
c15d1b280f
+ Initial implementation of RTL resource support
|
20 years ago |