View previous topic :: View next topic |
Author |
Message |
petrossa
Joined: 12 Aug 2008 Posts: 23
|
Posted: Thu Sep 18, 2008 4:37 pm Post subject: Linker error |
|
|
WideString temp=FTask->Triggers->operator [](CurAction)->UserName;
gets linker error:
[ILINK32 Error] Error: Unresolved external '__fastcall Satask::TTrigger::GetUserNameA()' referenced from C:\USERS\PETER\DOCUMENTS\RAD STUDIO\PROJECTS\TASKEXPLORER\DEBUG_BUILD\PROPERTIES.OBJ
i have satask.pas included in the project. |
|
Back to top |
|
 |
isiticov Site Admin
Joined: 21 Nov 2002 Posts: 2129
|
Posted: Thu Sep 18, 2008 5:28 pm Post subject: |
|
|
I guess you need to add #include directive. |
|
Back to top |
|
 |
petrossa
Joined: 12 Aug 2008 Posts: 23
|
Posted: Fri Sep 19, 2008 4:21 pm Post subject: |
|
|
please, obviously the proper file is included if not nothing would link up. I have almost completely finished an entire application using taskscheduler component, and all functions link properly, with the exception of this one.
Addendum:
I changed the getter function name in the TTrigger class satask.pas from GetUserName to GetUserNames and now it links fine.
Some functionnames overlap in different components i guess |
|
Back to top |
|
 |
|