hi,
i m developing a java application using JNI for Mac OS. For this i have developed the Java Class, declaring the native method in it. Now i m writing the c code for it.
In the C code i m using the Mac OS API method "PBHGetVInfo(pb, Sync)", with Sync = FALSE.
I have also included the "Files.h" header file in the c code. But the problem is that when i compile the c code it gives the error undefined Symbol _PBHGetVInfoSync.
Now i want to know what could be the reason for this error as i have included the "Files.h" header file. What could be the solution?
please help. Its urgent.
Thanx and Regards.
Rachna