In SX Microcontrollers, SX/B Compiler and SX-Key Tool, rodneymc wrote: Sounds like something Bean helped me with before.... You may need two 'load' or 'include' files. One for the function prototypes inserted where the functions are typically defined, then one at the where you typically put your functions. It sounds like the compiler is not understanding the function declaration. What Bean suggested is to have two seperate files. One has the constants and stuff (Bean calls that the header), then another has the actual code (that Bean calls the body). So he would use something like LOAD "MATH_HDR.SXB" then LOAD "MATH.SXB". Think of both as "Insert Code Here >" Give that a try, if it doesn't work, we'll try again! Rodney ---------- End of Message ---------- You can view the post on-line at: http://forums.parallax.com/forums/default.aspx?f=7&p=1&m=245386#m245419 Need assistance? Send an email to the Forum Administrator at forumadmin@parallax.com The Parallax Forums are powered by dotNetBB Forums, copyright 2002-2008 (http://www.dotNetBB.com)