
26 Apr
2014
26 Apr
'14
8:28 a.m.
Am 26.04.14 10:08 schrieb "Stas Boukarev" unter <stassats@gmail.com>:
I'm not sure what pushed you towards defining your own CFFI libraries for libsmoke and loading them.
Reading the wrong (and actually quite outdated) web page.
That was neither necessary, nor performed in the right way.
Well, ... thanks.
All you need is (ql:quickload :qt)
(qt:ensure-smoke :qtcore) (qt:ensure-smoke :qtgui)
(or just (qt:make-qapplication), when you are actually writing a program, or even qt:with-main-window)
Yes, true. Works. Thanks! Regards Frank