[vtkusers] Port vtk application to another computer with no vtk installed
Wylie, Brian
bnwylie at sandia.gov
Wed Nov 22 16:29:29 EST 2006
Rashed,
You can use a program called 'Depends.exe' on windows (if your system
doesn't already have it you can download it from microsoft).
Depends is just like ldd on linux and will show you all the libraries
that you application depends on.
The other way to do this is run your application on the new machine,
have it give you an error message. Include the missing library in the
same directory as your exe and repeat.... :)
Brian Wylie - Org 1424
Sandia National Laboratories
MS 0822 - Building 880/A1-J
(505)844-2238 FAX(505)845-0833
________________________________
From: vtkusers-bounces+bnwylie=sandia.gov at vtk.org
[mailto:vtkusers-bounces+bnwylie=sandia.gov at vtk.org] On Behalf Of rashed
karim
Sent: Wednesday, November 22, 2006 11:27 AM
To: Burlen
Cc: vtkusers at vtk.org
Subject: Re: [vtkusers] Port vtk application to another computer
with no vtk installed
Hi Burlen
I am using visual studio .net 2003 for development on windows.
Rashed
On 11/22/06, Burlen < burlen at apollo.sr.unh.edu
<mailto:burlen at apollo.sr.unh.edu> > wrote:
Hi, using a linux os I have done this using "g++
-static", then the binary
will run on a machine that doesn't have vtk installed.
Your compiler/linker
should have a similar option, what version of c++ are
you using?
On Tuesday 21 November 2006 10:29 am, Rashed Karim
wrote:
> Hi everyone,
>
> I have built a windows application which uses the vtk
libraries. I want to
> transfer the application (.exe file) to another
computer which doesnt have
> vtk installed. I transfered the .exe file together
with vtk lib files (
> vtkHybrid.lib, vtkVolumeRendering.lib, etc) but it
doesnt work.
>
> I dont want to compile vtk on the other machine, since
its a long process.
> Does anyone know how I could make this application run
on the other
> computer?
>
> Any help will be appreciated,
--
Burlen Loring
Space Science Center
Institute for the Study of Earth, Oceans, and Space
University of New Hampshire
39 College Road, Durham, NH 03824
Phone: 603-862-1140
_______________________________________________
This is the private VTK discussion list.
Please keep messages on-topic. Check the FAQ at:
http://www.vtk.org/Wiki/VTK_FAQ
Follow this link to subscribe/unsubscribe:
http://www.vtk.org/mailman/listinfo/vtkusers
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20061122/5345caf1/attachment.htm>
More information about the vtkusers
mailing list