Hello!
I liking using Pelles C IDE, compiler and library.
But I also like using FLTK GUI library, which is C++ GUI library. I have it installed with Mingw (GCC).
So, I want to do the GUI part in FLTK and compile with Mingw.
And I want to do the other source code to compile with Pelles C.
Now, how would I link it?
Wrapping C++ parts in functions is pretty easy, actually FLTK is a very Cish C++ library.
The problem comes in linking. I want to link againts FLTK library with Mingw linker, but use Pelles C library which has nicer private includes.
Any idea?
Thanks