 
            
            
            
            
                25 Apr
                
                    2013
                
            
            
                25 Apr
                
                '13
                
            
            
            
        
    
                4:29 p.m.
            
        On Thu, Apr 25, 2013 at 5:25 PM, Ramon Tiburski <ramao_tiago_tiburski@hotmail.com> wrote:
I created a new tool in c++, and the "filename" is the name of my executable file. I have the xml and the executable file in the same directory, but I get this error when I try to run the tool. Someone can help me with this error?
Thank you
Please show us the (start of) your tool's XML file, in particular the <command> tag. My guess is you have something like this: <command>filename arg1 arg2</command> Unless your executable is on the path that won't work. Peter