Good morning,
My application is running without problems with Linux and wine onto the same laptoop with debian jessie. But with window 7 professionnel on an other PC I've got the error message :
SQL Error : library routine called out of sequence
I don't know if I forget to copy some libraries or if it's a problem with compiler target options... The only one library I've got with my application typodoc.exe is :
sqlite3.dll
And win32 compilation come with lib/i386-win32 directory with some stuff (*.o, myapplication.comîled...). May be I need an other specific windows DLL library ?
Thank you for your advice.