Re: Translation....
Patrick Quist wrote:
> Hy,
> =A0
> Does somebody know how you call :
> GDI Bronnen,
> Systeem Bronnen.
> In a English version of Windows'95/'98/NT4 ?
> =A0
> Thanks,
> =A0
> PQ
> QC
> =A0
> (quistnet at yahoo.com)
'Bronnen' is 'Sources' in English. Is that what you are looking for? Do=
you mean you are looking for DLL's? Most of the system DLL's can be fo=
und in the directory Windows\System. For instance Kernel32.dll, gdi.dll=
etc, etc.. You can see what's inside a DLL by right-clicking it and th=
en choosing the second entry from the pop-up menu ('Snel weergeven' in =
Dutch, 'QuickView' in English I believe). DLL means Dynamic Link Librar=
y. You can look at their contents as compiled functions and procedures,=
which are only linked in when needed by the program.
If you want to see examples of the use of DLL's in Euphoria, look in th=
e \Demo\Win32 directory, or see the code for Win32Lib.
I hope this answers your questions, if not, just let me know. I can als=
o try to explain it privately in Dutch, if you want.
Ad Rienks
kwibus at dolfijn.nl
| Gratis e-mail en meer: http://www.dolfijn.nl/
| Een product van Ilse: http://www.ilse.nl/
|
Not Categorized, Please Help
|
|