If there were a problem with the drag manager toolbox, you would have an error on the toolbox itself. The compiler message does not point to an error with the toolbox name or its parameters. You are running into a syntax error. Suspend judgment and disbelief and check out the error message. The translator cannot consume the line of text. Either there is some errant, invisible character on the line or there is a problem with the syntax of the line in question. > Error: ** Unknown function in line 197 of Drag and Drop.main: Drag Track Proc > 197: gTrackProc = Proc "Drag Track Proc" > ^ Again, I don't have the manual available at this time but I am positive the syntax changed. W. -----Original Message----- From: futurebasic@... [mailto:futurebasic@...] On Behalf Of Rich Love Sent: Thursday, December 16, 2010 8:44 AM To: futurebasic@... Subject: Re: [FB] Drag and Drop - Problem with Drag Track Proc I am guessing that is not the problem. I am using procs in another app with the current version of FBtoC with no problems (those are not drag manager related though) It seems like there is a problem with the drag manager toolbox? Rich