Board index » delphi » Questions about calling a DLL functions and shellnotifyicon() function
é?àá á?-é??ó
![]() Delphi Developer |
Wed, 05 May 1999 03:00:00 GMT
Questions about calling a DLL functions and shellnotifyicon() functionHi All, I need help on the following two questions: 1. I'm trying to execute the following code (still on Delphi 1.0): function SQLAllocEnv(var hEnv: word): word; far; external 'ODBC.DLL'; procedure TForm1.FormCreate(Sender: TObject); When execution starts, I receive an error message saying: Error creating process: file was not found (2) This looks like my app wasn't able to find ODBC.DLL, but I made sure it Any ideas? 2. In Delphi 2.0, I'm trying to find how to use the ShellNotifyIcon (WIN32 TIA |