Also another crap out on compiling.
-- Linking Target UsbdmScript/UsbdmScript.exe
c:/MinGW/bin/gcc -o UsbdmScript/UsbdmScript.exe -s -mthreads UsbdmScript/DSC_U
tilities.o UsbdmScript/Names.o UsbdmScript/usbdmTcl.o UsbdmScript/FindWindow.o U
sbdmScript/Version.o -L../Shared_V4/lib -L../PackageFiles/bin/win32 -lusbdm.4
-lusbdm-dsc.4 -ltcl85 -lwxmsw30u_core_gcc_custom -lwxbase30u_gcc_custom -lwxm
sw30u_adv_gcc_custom -lusbdm-wxPlugin
UsbdmScript/usbdmTcl.o:usbdmTcl.c:(.text.startup+0x2f): undefined reference to `
_imp__Tcl_MainEx'
collect2.exe: error: ld returned 1 exit status
Target.mk:91: recipe for target 'UsbdmScript/UsbdmScript.exe' failed
mingw32-make[2]: *** [UsbdmScript/UsbdmScript.exe] Error 1
mingw32-make[2]: Leaving directory 'c:/projects/USBDMProgect/build/usbdm-eclipse
-makefiles-build-master/Usbdm_TCL'
Makefile:15: recipe for target 'UsbdmScript' failed
mingw32-make[1]: *** [UsbdmScript] Error 2
mingw32-make[1]: Leaving directory 'c:/projects/USBDMProgect/build/usbdm-eclipse
-makefiles-build-master/Usbdm_TCL'
make: *** [build-Usbdm_TCL] Error 2
One thing I note is, you link I think against tcl85.dll but the latest 'free' download for tcl is tcl86. Wondering if that is the problem?