Hi,

I have some DLL's that accept filenames as arguments to some of their functions. As their purpose in life is to create the named file/s and do stuff to it/them the file/s won't exist at the point of publishing.

The upshot of this is that when I hit publish it complains that it can't find the named file (because it has not been created by the dll ) and this is quite annoying when there are more than a few of these references.

So the quesiton...

Is there a way to turn off the automatic BINDing of files mentioned in quotes either accross the board or for specific file references?

I would love to be able to turn this off so I can write my own build script for doing releases.

Any ideas?

Cheers

MACRO