View Single Post
  #1  
Old 09-15-2009, 03:42 PM
Brett Lindberg Brett Lindberg is offline
Member
 
Join Date: Jul 2008
Posts: 18
Creating a ImageGen plugin

I can run all the examples in the SDK, except the ImageGen example. I see all the *.dl*s were created in 2006, but the ImageGen.dlt file was created in 2004.
Building the ImageGen plugin works, but when I run it, it gives me an error:
Code:
Runtime Error!  

Program: ...\winviz.exe

R6034
An application has made an attempt to load the C runtime library incorrectly.
then in the vizard window:
Code:
******************************************************************************
** Loading testImageGen.py
******************************************************************************
** ERROR: Failed to load plug-in: 'imagegen.dlt'
** Load Time: 114.54 seconds
I'm using VS2008, Vizard 3.0 developer
Reply With Quote