Crystal Report anounced supporting Unicode from version 9. I used CRPE API by VC++. But all functions in crpe.h are ascii model.
I found there are wchar functions in the crpe32.dll from XI. So I try to modify crpe.h to call those wchar functions, but failed in PESetSQLQueryW(). The error text is "Fail to open the connection. <.rpt filepathname>".
1) Does anybody know where I can get the standard crpe.h for Unicode?
2) I use a V9 crpe32m.lib and a XI crpe32.dll (11.0.0.893), are they compatible?
Regards, Optimus