I have a C++ Builder XE project. I use additional packages from Turbo Power Async Professional called TApdComport to enabling the communication with Serial Port.
However, I always got error message if I try to compile my project. Here is the message:
[ILINK32 Error] Fatal: Unable to open file 'ADPORT.OBJ'
I don't understand whats going wrong here. I've been install the packages correctly based on this tutorial but that error always appeared.
It includes "ILINK32" which means the error is on linking process so I check my Include path and Library path in Tools>Option menu but nothing wrong on the path section.
Anyone can tell me how to solve a problem like this?
Thank in advance.