Greetings!
I've written a function, which is not related to any objects any methods.
It's constuctor is like this:
I've written it right under the other functions which are releted to the objects methods.Code:void SerialSend(AnsiString command)
I've copied this constructor to the user declared section of the .h file (to the public section).
Now I try to run my program, and I get the error message:
"[Linker Error] Unresolved external 'TfrmMain::SerialSend(System::AnsiString)' referenced from E:\PROJECTS\MOTIV10\UNIT1.OBJ'
How ahould I do it right?
Thx
Han



LinkBack URL
About LinkBacks


