Link to home
Start Free TrialLog in
Avatar of venks
venks

asked on

C Bulder ver 1 component problem

I am writing my first component in C Builder Ver1 in which i have written number of functions(of a class) and they were working fine.Then i added two more functions in the public section of the component class declaration and reinstalled the component and the component installed fine.But  when i use the two new functions in an application  i am getting the following error
Linker error Unresolved external (name of the function etc etc )

The funny part is I have checked the functions thoroughly and there is absolutely no typo errors at all.Is there a limit as to the number of public functions that can be added to a component class declaration or is there any thing else which i ought to know?
thanks
venks
ASKER CERTIFIED SOLUTION
Avatar of Laminamia063099
Laminamia063099

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
Avatar of venks
venks

ASKER

Dear : Laminamia
Thanks
venks
Anytime! :)

Laminamia