PDA

View Full Version : Creating a new DLS in trial license


jmay
04-17-2014, 06:59 AM
I downloaded/installed Vizard's 90-day trial version and I'm creating a plugin for a sensor named YEI Threespace. I went through the whole process of creating the DLS in VB, I was able to get it to compile, and create a valid DLS. However, I received an error:

************************************************** ****************************
** Loading basicYolkMovementYEI_no_wii.py
************************************************** ****************************
yei.dls WorldViz Flock of Birds Driver v0.1
** WARNING: 'yei.dls' can only be used with the Development or Enterprise version of Vizard

Is there anyway to fix this?

jmay
04-18-2014, 08:49 AM
UPDATE: I took the sensor zip from the creating a vizard sensor plugin thread. http://forum.worldviz.com/showthread.php?t=43

I compiled the Visual Studio solution with the updated sensor.h file (it's in the creating a vizard sensor plugin thread). I was able to compile the sensor solution and it gave me a sensor.dls file.

So I downloaded the template, created a clean .DLS and put it in the plugins folder in vizard. I still get this error:
************************************************** ****************************
** Loading clean_sensor_dls4-18.py
************************************************** ****************************
sensor.dls Worldviz Driver v1.0
** WARNING: 'sensor.dls' can only be used with the Development or Enterprise version of Vizard
** Load Time: 0.05 seconds

Jeff
04-28-2014, 08:59 AM
The Development or Enterprise version of Vizard is required to create plug-ins using the Vizard SDK.

jmay
04-30-2014, 09:30 AM
That was exactly the problem. Thank you for the help Jeff.