Create a matrix from a .csv file
-
wrote on 31 May 2020, 01:21 last edited by
thank, only one thimg, i get error with your code, i can use Griddialog = new griddialog(this);
griddialog ->show(); -
thank, only one thimg, i get error with your code, i can use Griddialog = new griddialog(this);
griddialog ->show();Mind the case
Griddialog = new griddialog(this); <<< that is not correct class name and u missed * and name
GridDialog * dia = new GridDialog (this);
GridDialog <<< class name
-
wrote on 31 May 2020, 01:25 last edited by
i get error, i have something to declare in main_window.h?
-
@AliM93
well you must have the GridDialog.h include file -
wrote on 31 May 2020, 01:26 last edited by
ii've done that
-
@AliM93
Then you must have missspelled something as that is all you need.
Show excact code and the error -
wrote on 31 May 2020, 01:27 last edited by
maybe i have to include something also in griddialog?
-
@AliM93
Creator did that when you promoted.Please show real error :)
-
wrote on 31 May 2020, 01:29 last edited byThis post is deleted!
-
Try a clean build.
It seems correct. -
-
-
wrote on 31 May 2020, 01:38 last edited byThis post is deleted!
-
wrote on 31 May 2020, 01:38 last edited by
i try to clean and build and this comes out...
-
wrote on 31 May 2020, 01:39 last edited by
sorry, i didn't see your message
-
@AliM93
Hmm . must be a cmake thing.The .h seems correctly spelled
and this is in same project? -
wrote on 31 May 2020, 01:43 last edited by
yes, i try to change the .h include because sometimes i need to add the path
#include "../include/agree_gui/matrixwidget.h"
-
wrote on 31 May 2020, 01:43 last edited by
but nothing change.
-
wrote on 31 May 2020, 01:44 last edited by
Invoking "make -j12 -l12" failed
03:44:23: The process "/opt/ros/melodic/bin/catkin_make" exited with code 1.
Error while building/deploying project catkin_ws (kit: Desktop)
When executing step "CatkinMake Step"
87/140