CompileTimeBuild questions
Posted: Thu Dec 17, 2009 8:19 am
I am working on a plug-in and i noticed the CompileTimeBuild function.
Currently I am just copying the dll (just like i have seen done in several examples on this site )
I have a question.
The documentation says that this function should copy any files i need to the build directory. Is it possible to:
In the design time editor tell my plug-in a file, during the compile time build copy that file. ( i am guessing that copying the file will include it in the build )
Then during the runtime pick up that file parse it and do my stuff?
If so what directory should the file be in during the run time function?
If this will work - does this mean i will not have to specify the file in the support file area?
Also: just a request. Is SURE would be nice if there were a very simple application that we could specify our runtime and exe dlls to, and by a press of a button we could test each function.
It is a pain to copy the dlls and test them in the installaware application.
Thanks
Currently I am just copying the dll (just like i have seen done in several examples on this site )
I have a question.
The documentation says that this function should copy any files i need to the build directory. Is it possible to:
In the design time editor tell my plug-in a file, during the compile time build copy that file. ( i am guessing that copying the file will include it in the build )
Then during the runtime pick up that file parse it and do my stuff?
If so what directory should the file be in during the run time function?
If this will work - does this mean i will not have to specify the file in the support file area?
Also: just a request. Is SURE would be nice if there were a very simple application that we could specify our runtime and exe dlls to, and by a press of a button we could test each function.
It is a pain to copy the dlls and test them in the installaware application.
Thanks