mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-21 11:09:17 +02:00

+ add additional overloads for FindResource and FindResourceEx so that mixtures of AnsiString and MAKEINTRESOURCE types as well as names can be used + added test for ReadComponentRes (which called the wrong FindResource before) ........ * 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 ........ git-svn-id: branches/fixes_3_2@47603 -
4 lines
43 B
Plaintext
4 lines
43 B
Plaintext
object MyRes: TMyRes
|
|
Str1 = 'Foobar'
|
|
end
|