Hi all, reading somewhere in the www (I can't remember where...)
someone suggest to create a GUI in C++ and link it through an oct file (or a mex??).
First of all I don't know c++, so excuse me for wrong things I will write!!
I'm working to do this job: I created a GUI with WxFormBuilder, generating two files:
test1.cpp
test1.h
prova1.cppprova1.h
and tried to compile with
mkoctfile
Of course I get lots of errors with lots of file *.h missing, so I copy from the wx sources
http://sourceforge.net/projects/wxwindows/files/2.8.12/wxGTK-2.8.12.tar.gz/download?use_mirror=ignum
all files inside the /include/wx/ folder. But it doesn't work...... what am I missing?
THX
View this message in context: Create a GUI inside Octave
Sent from the Octave - General mailing list archive at Nabble.com.