Den 2017-05-09 kl. 05:18, skrev Pavlo Solntsev:
hi,
I found some mistakes in my code and fixed them. However, I can't
figure out where is the problem. I included new patch for my changes as
well as log from the compiler. Could someone take a look?
Thanks.
The description of gda_server_operation_prepare_create_table() says that
the "arguments" parameter is a list of GdaServerOperationCreateTableArg,
but if you look at the code in gda-server-operation.c, you'll see that
it's really a list of GdaServerOperationCreateTableArg*, i.e. a list of
pointers. GdaServerOperationCreateTableArg is defined in
gda-server-operation.c, hidden from your code. You must use a
std::vector<GdaServerOperationCreateTableArg*>.
_______________________________________________
gtkmm-list mailing list
gtkmm-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtkmm-list