Hi all,

I am converting a FLTK visualization program from windows to mac. I have 
managed to compiled it using Xcode(v2.3) on MAC OS X (v10.4.10). I use the FLTK 
v1.1.7.

The fltk program is a visualization toolkit. I launched it using Xcode, the 
initail windows come up. After loading a heart model, it exited. The Run log 
recored:

ZeroLink: unknown symbol '__Z10myglutConeddiii'
fem has exited due to signal 6 (SIGABRT).

In the Xcode project, I already turned off the ZeroLink flag. There is a 
function called myglutCone(...), which s not a class function. Its signaure and 
implementation exist in a header file. I guess the runtime error must be 
related to this funciton.

Could anyone point out how to fix the runtime error? What do the '__Z10' and 
'ddiii' mean?

Thanks in advance,

Jing
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to