FLTK logo

Compile libs w/ VC++ 2003, use w/ Codewarrior 6.0 apps?

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.general  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Compile libs w/ VC++ 2003, use w/ Codewarrior 6.0 apps? Anonymous Feb 16, 2006  
 
Is it possible to compile the FLTK libraries w/ VC++ 2003, and use the libs with Codewarrior 6.0 applications?

I can't figure out how to compile the libs w/ CW, as no project files are provided.

Currently, when compiling the Hello World example in CW 6.0, debug, I am getting the following error:

For this line: Fl_Window *window = new Fl_Window(300,180);
Error is:
Link Error   : Undefined symbol: __except_list in
   fltkd.lib (.\Debug\Fl_Window.obj)
   fltkd.lib (.\Debug\Fl_get_system_colors.obj)
   fltkd.lib (.\Debug\Fl.obj)
   fltkd.lib (.\Debug\Fl_Group.obj)
   fltkd.lib (.\Debug\Fl_Tiled_Image.obj)
   fltkd.lib (.\Debug\Fl_Pixmap.obj)
   fltkd.lib (.\Debug\Fl_Image.obj)
   fltkd.lib (.\Debug\Fl_Tooltip.obj)
   fltkd.lib (.\Debug\fl_dnd.obj)
   fltkd.lib (.\Debug\fl_font.obj)
   fltkd.lib (.\Debug\Fl_Double_Window.obj)
   fltkd.lib (.\Debug\Fl_Bitmap.obj)
   fltkd.lib (.\Debug\Fl_Menu_Window.obj)
   fltkd.lib (.\Debug\Fl_Button.obj)

Any call to a FLTK class is producing some "Undefined symbol" error. Any ideas? All libraries are linked. I am running a console application.

Thanks.

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.