Steven adonis wrote: > I already attach the current version of pkcs11f.h and cryptoki.h from RSA
You can't do that you need to use the cryptoki.h and pkcs11f.h that came with the shared library that implements PKCS#11. For OpenSolaris that is /usr/include/security/cryptoki.h and /usr/include/security/pkcs11*.h with the library in /usr/lib/libpkc11.so.1 (and /usr/lib/64/libpkcs11.so.1). > BUT there are still a error message > " [Linker error] undefined reference to `_imp__C_Initialize' " > and > many this type of message > "55:1 C:\Documents and Settings\kylo\My Documents\project\token\cryptoki.h > [Warning] "CK_CALLBACK_FUNCTION" redefined " That looks like you are building on Windows, why are you asking about Windows development issues on an OpenSolaris list? -- Darren J Moffat