PDA

View Full Version : Custom Render .EXE export


vaestebob
05-08-2008, 12:03 AM
Hello,

I have developed a custom render plugin and now try to export it as a single .EXE file. It runs fine afterwards on every computer where Vizard has been installed (even the trial version). But when I run it on any other machine I get an error that the .dlc file cannot be loaded.
Are there any restrictions for exporting Vizard projects including custom plugins ?
The plugin uses a webcam video-stream and some opengl functions.


/Boris

farshizzo
05-08-2008, 09:12 AM
Does your plugin depend on some 3rd party drivers? Vizard won't include system drivers in the published EXE.

vaestebob
05-12-2008, 07:55 AM
Thanks for help, found out that a .dll was missing in the exported file.