i think. problemm from parallel access not i try create mutex in main
project, than sent mutexHandle to my dll and
dw = WaitForSingleObject(hMutex, 5000L) ;
Messagebox(0,L"message",L"box",0); // this messaege(0,L"",L"",0);
if (dw == WAIT_OBJECT_0)
{
CppSQLite3Query q = base.execQuery( tmp );
result = utf8_to_unicode(q.getStringField( 0 ));
//MessageBoxW(0,result,L"",0);
q.finalize();
}
--
View this message in context:
http://old.nabble.com/out-of-sequence-error-2-tp32377689p32378483.html
Sent from the SQLite mailing list archive at Nabble.com.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users