[vtkusers] error in vtk4.2
Martin Dunschen
zabaione at uk2.net
Wed Mar 3 02:09:05 EST 2004
You need to copy the DLLs you use into the same directory as the
executable, thats the easiest way. You can do this as a post build
step, in project settings. Use xcopy to copy all vtk*.dll from the
place you have them to where the executable is, something like
"my_project\build\Debug"
On Wednesday, Mar 3, 2004, at 06:14 Europe/London, megha agarwal wrote:
> Hello users
>
> I am using vtk4.2 and vc++ 6.0 and working currently with the example
> cone6._cxx
> The program gets compiled and linked correctly. But wheni run the code
> there is a error message saying
> "cone6.exe is linked to missing export: vtkRendering.dll "
> How do i solve this problem?
> Also the codes that i have written work fine for vtk4.0 but in vtk4.2
> they generate the same error as stated above
>
> Meg
>
>
> Yahoo! India Insurance Special: Be informed on the best policies,
> services, tools and more.
>
More information about the vtkusers
mailing list