04-09-2007, 11:00 PM
I recently switched to version 3.0.3 and after Moving the forms and modules of Mirage.vbp to a folder called Src,
I re-added them by right clicking on the project explorer, selected add, and clicked on every form and module.
Then, when I try to run Mirage (f5)
I get this error, and the debugger shows Sub TcpInit() under modClientTCP
I know SEP_CHAR is defined because I found where it is defined in a module
I re-added them by right clicking on the project explorer, selected add, and clicked on every form and module.
Then, when I try to run Mirage (f5)
I get this error, and the debugger shows Sub TcpInit() under modClientTCP
Code:
Compile error:
Ambigous name detected: SEP_CHAR
I know SEP_CHAR is defined because I found where it is defined in a module