C++ interop , how to use fltk c++ library #6503
devosalain
started this conversation in
General
Replies: 1 comment
-
|
ok, after hours of trying it works. Only on exit, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
A small working c++ interop at,
https://gitlab.com/alaindevos/other_lang/-/tree/main/5_carbon/e?ref_type=heads
But now I want to make a carbon-lang GUI program using fltk library.
No idea where to start ?
In c++ it's easy just do a g++ "-lfltk" and include header file.
So i don't want to import all fltk library cpp files but just import the header file and then link explicitly
Beta Was this translation helpful? Give feedback.
All reactions