Hi,

It sounds like you are not linking with NSPR. PR_ReadDir and PR_* symbols are exported from nspr4.dll, so be sure to link your application with the nspr4.lib stub library.

There's no nspr4.lib in the gecko sdk, only a nspr4_s.lib (in the bin directory). I've linked with that, but that didn't help (and nspr4_s.lib doesn't match when grepping for __imp__PR_ReadDir). Is there a way to create the lib from the dll?


- Nico
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to