Have u ever met the error messages like these :
undefined reference to 'OBEX_Cleanup'
it's occur when i try to call certain function or procedure which declarated in other file (header file).
there is a file to act as an interface that declare form of the procedure.
then, there is a file to act as explanator which explain what the procedure doing. And latter, a file that using the second file.
----------------------- Thanks in advance....
|