On Monday 11 May 2009 23:35:46 OpenDBX devel list wrote: > Norbert: I am having some problems in window and I am trying to put some > flags over the code. I also put flags in odbxtest. The flags I put (printf > and puts) in openDBX aren't printed. However, the ones I put in odbxtest > are printed. > > Is there something I must enable in ./configure ?
No, but I think there's a problem with the location of the backend. When you do a "make install" using MinGW, the backends are placed in /local/lib/opendbx/ but the path to search for in libopendbx-1.dll is /usr/local/lib/opendbx/. I try to find a solution for this. In the meantime, you can specify the complete path to the library as backend, e.g. ./odbxtest -b /local/lib/opendbx/libsqlitebackend-1.dll -h ... or yourwinprog -b C:\msys\local\lib\opendbx\libsqlitebackend-1.dll -h ... Alternatively, you can copy the backend libraries each time to the Windows\System32 directory where they are also found. Norbert -- OpenPGP public key http://www.linuxnetworks.de/norbert.pubkey.asc
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________ libopendbx-devel mailing list libopendbx-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libopendbx-devel http://www.linuxnetworks.de/doc/index.php/OpenDBX