Re: [fpc-pascal]reading windows registry

2004-02-04 Thread Charl van Jaarsveldt
Hi I found my mistake: I didn't give the size of the buffer in variable bl. It now works. Peace. Charl Charl van Jaarsveldt wrote: Hallo. I have this little program to get te info of a certain ODBC entry n the registry, but it doesn't work and I am at a loss. I admit, I haven't done too much

Re: [fpc-pascal]reading windows registry

2004-02-03 Thread Michael Van Canneyt
On Mon, 2 Feb 2004, Charl van Jaarsveldt wrote: > Hallo. > > I have this little program to get te info of a certain ODBC entry n the > registry, but it doesn't work and I am at a loss. I admit, I haven't > done too much win32 stuff before. Any ideas and help would be appreciated. I suggest usin