Re:What am I doing wrong?
Quote
BBurtjr <bbur...@aol.com> wrote:
: I must be really stupid.
: I just installed Delphi Pro 3.01 and the 3.02 Patch. Then I re-built my earlier
: applications, which I wrote using Delphi Pro 3.00. I received no messages from
: the compiler complaining about my code.
: However, now when I am building a project some of the code will not generate
: the Code Insight prompts and when I attempt to compile, it tells me something
: like "Undeclared Identifier: ' ShellExecuteEx'", or "Undeclared Identifier:
: 'ShellExecute'", etc.
: Did I{*word*222}up the install?
: I would appreciate any help in getting back up and running.
: Bill Burt, Jr.
: BBur...@AOL.COM
Seems like your project no longer contsains the unit which contains
ShellExecute, I believe it's in ShellAPI, add that to your uses clause and
it should work, if it doesn't work, try to find which unit DOES contain them
(going through some sources should do it)
HTH
Roel