I tried a very simple example from the FAQ for using these two functions. I am using gcc compiler. #include <System/NewFloatMgr.h> FlpCompDouble theCompFloat; char theString[80]; // Convert a float to a string theCompFloat.d = 1234.678; FlpFToA(theCompFloat.fd, theString); The problem is that I get an error for every function declared in the header file. Errors: d:\path-to-NewFloatMgr.h:331: warning: control reaches end of of non-void function In function 'FlpFToA'; I get this error for every function in header file. Why? How do I fix it? I'm using gcc compiler. Thanks ---------------------------------------------------- Shoot-to-Win Protect the 2nd Amendment ----------------------------------------------------
