Hi Vadim
I have SOCI up and running for firebird 4.0.  I just stopped long enough
tonight to fool with getting bluefish to work in MSYS2 and install abyss
web server, so I can start a new mini website.  The fact that I am using
visual-studio is an immense help now to get me going.  Once I get bluefish
going, I will make some project videos with the software at home and put it
all on my site. THANKS

On Sun, Oct 24, 2021 at 11:32 PM Vadim Zeitlin <vz-s...@zeitlins.org> wrote:

> On Fri, 22 Oct 2021 22:44:48 -0400 Jim McNamara <nefarioussch...@gmail.com>
> wrote:
>
> JM> Hi all-
> JM> I can't get the .sln file to appear so I can run msbuild.exe SOCI.sln.
> JM>
> JM> cmake   -DSOCI_CXX11=ON -DWITH_BOOST=OFF -DWITH_ORACLE=OFF
> -DWITH_DB2=OFF
> JM> -DWITH_MYSQL=OFF -DWITH_ODBC=OFF -DWITH_POSTGRESQL=OFF
> -DWITH_SQLITE3=OFF
> JM> -DWITH_FIREBIRD=ON  -DFIREBIRD_INCLUDE_DIR="C:/Program
> JM> Files/Firebird/Firebird_4_0/include" -DFIREBIRD_LIBRARIES="C:/Program
> JM> Files/Firebird/Firebird_4_0/lib/fbclient_ms.lib"
> JM> -DSOCI_FIREBIRD_TEST_CONNSTR:STRING="service=localhost:/Program
> JM> Files/firebird/firebird_4_0/examples/empbuild/EMPLOYEE.FBD user=SYSDBA
> JM> password=mypassword" ../
> JM>
> JM> Is anyone else using visual studio 2019?
>
>  Yes, SOCI builds with it without any problems. I don't understand what
> exactly are you doing and having multiple messages about (apparently?) the
> same problem doesn't help, but if you start from the beginning, i.e. clean
> working tree and use the same commands as in appveyor.yml, you shouldn't
> have any problems with building.
>
>  Regards,
> VZ_______________________________________________
> soci-users mailing list
> soci-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/soci-users
>
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to