Link to home
Start Free TrialLog in
Avatar of nhhoang
nhhoang

asked on

An simple B++Builder error!

When I write a C++Builder application, I remove the event OnClick of a label and delete OnClick function then I recompile the source code again. It make an error "Link external error with OnClick function.....".

How can I remove this error?
Avatar of AVaulin
AVaulin
Flag of Ukraine image

Probably you did not clear OnClick property in Object Inspector (Events tab)
Avatar of nhhoang
nhhoang

ASKER

I said "I removed the event OnClick" that mean I  clear OnClick property in Object Inspector. And even though I deleted that label, C++Builder 3.0 compiler still reported above error
Did you try a rebuild all of everything? Perhaps a module that was previously compiled still thinks that there is an OnClick property.
ASKER CERTIFIED SOLUTION
Avatar of daohailam
daohailam
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial