1. Chris Zakrewsky
  2. Valentina Database ADK
  3. Sonntag, Oktober 25 2015, 10:56 PM
  4.  Abonnieren via E-Mail
In your C ADK files VCSDK_Picture.h and VCSDK_String.h are malformed.

Opening

#ifdef __cplusplus
extern "C"
{
#endif // __cplusplus

is matched by

#ifdef VCSDK_PROJECT
};
#endif // VCSDK_PROJECT

which is incorrect.

I also posted some additional question in SQLite Server (discussion) about support for it in your C ADK.

Best regards from Sweden
/Chris
Kommentar
There are no comments made yet.
Ruslan Zasukhin Akzeptierte Antwort
yes it was intentional.

UTF8 char*
Kommentar
There are no comments made yet.
Chris Zakrewsky Akzeptierte Antwort
One more thing: I don't know whether it is a bug or not, so it is not on Mantis.

Until very recently in the C ADK for Windows (up to version 6.1.4) almost all text strings were wchar_t (16 bit).

The C ADK 6.2 has them changed to char (8 bit).

Is this global change intentional?

Best!
/Chris

EDIT: now it is on Mantis.
Kommentar
There are no comments made yet.
Chris Zakrewsky Akzeptierte Antwort
Yes, absolutely.
Will do.

Cheers,
/Chris
Kommentar
There are no comments made yet.
Ivan Smahin Akzeptierte Antwort
Thank you for report. It will be fixed in nearest build.
BTW, it's better to report such issues to the Mantis http://www.valentina-db.com/bt/my_view_page.php
Kommentar
There are no comments made yet.
  • Seite :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.