I wrote a great little ThinBasic program that uses the TB_XML60.INC file to parse XML files. The basic program runs fine.

But when I go to bundle the application for distribution, the TB_XML60.DLL file does NOT get included in the bundle for some reason. I have to manually copy that file to the same location as my final executable in order to get it to run.

How, using the super awesome new bundle script in 1.19.15.0 can I get it to include this DLL in the bundle?

Thanks so much!

*Brian