![]() |
|
FLTK 2.0 and Allegro |
Ed Neukirch
Member #5,168
October 2004
|
Has anyone put together a program using both FLTK and Allegro? In my recent effort, I wound up with both a FLTK window and an Allegro window, with the FLTK controls calling the appropriate Allegro functions. However, I want my program to have a single window containing the FLTL controls and the output from Allegro. Any help or guidance would be appreciated. |
Marco Radaelli
Member #3,028
December 2002
![]() |
Are you talking about this?
|
Thomas Fjellstrom
Member #476
June 2000
![]() |
Depends, if you can tell FLTK to use allegro's window, or tell allegro to use FLTK's window it should work (win_set_window or something for allegro's side). -- |
Ed Neukirch
Member #5,168
October 2004
|
Marco, Yes, that is what I am talking about. Ed |
Marco Radaelli
Member #3,028
December 2002
![]() |
Ok, I just had never heard it before Well, if something gets out from this discussion I'll give it a try
|
|