using dotConnect from c++
Posted: Wed 08 Sep 2010 22:11
Hello,
i develop in linux usually using qt and pyqt and i am a bit lost in the windows world, sorry, i am trying to create a qt application in windows mobile and i want to connect to Postgresql from it.
I have download dotConnect for Postgresql mobile version but i am unable to make it work, i have registered the assembly and the type library like described here http://www.blong.com/Conferences/BorCon ... op.htm#CCW using "regasm.exe devart.data.postgresql.dll" and later "regasm.exe devart.data.postgresql.dll /tlb" i have tested first with the .dll in folder cf35 and later with the .dll in folder cf20, my windows mobile device have the two .net versions installed.
I try to instatiate an object of the class
Devart.Data.Postgresql.PgSqlConnection but i get this error:
Well the questions are, it is what i am trying to do possible at all?, what should be the correct steps if it is possible? Thanks.
i develop in linux usually using qt and pyqt and i am a bit lost in the windows world, sorry, i am trying to create a qt application in windows mobile and i want to connect to Postgresql from it.
I have download dotConnect for Postgresql mobile version but i am unable to make it work, i have registered the assembly and the type library like described here http://www.blong.com/Conferences/BorCon ... op.htm#CCW using "regasm.exe devart.data.postgresql.dll" and later "regasm.exe devart.data.postgresql.dll /tlb" i have tested first with the .dll in folder cf35 and later with the .dll in folder cf20, my windows mobile device have the two .net versions installed.
I try to instatiate an object of the class
Devart.Data.Postgresql.PgSqlConnection but i get this error:
Code: Select all
CoCreateInstance failure (Class not registered)
QAxBase::setControl: requested control {22D6F312-B0F6-11D0-94AB-0080C74C7E95} could not be instantiated