Couldnt Load Library
sekhar naga <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
Hi i am using jsctypes in xul.I used ctypes.open() to open a dylib file but it is giving couldnt load library error in mac 10.6.2 version.What is the problem.can any one resolve it.I tried this sample also but giving the same error.
#include "stdio.h"
void function()
{
printf("hi c function");
}
Can anyone please resolve it