Stepping through vtk code
William A. Hoffman
whoffman at nycap.rr.com
Tue Aug 10 08:17:31 EDT 1999
There is a very easy way to convert any .exe file in Visual C++ into a project.
1. Start Visual C++
2. File ->Open
Open Dialog -> Change "Files of type" to be Executable Files (.exe;dll;ocx)
Select the exe file
This will create a project if your vtk has been compiled with debug.
OR,
1. Run a program.
2. Build->Start Debug->Attach to Process
-Bill Hoffman
Roland Schwarz wrote:
> >
> >I am looking for a project workspace for Visual C++ that will
> >allow me to step through vtk function calls.
> >At the moment I can step through my c++ code, but the ide doesn't find
> >the associated source code for the vtk calls.
> >
>
> I have created a little Perl script that converts the vtk project to a
> native
> VC++ project. I already posted this to the group. Besides other things
> you can compile the library in a way that will enable you to step through
> the libraries source code. Please search the archive for
> "Conversion to native VC6.00 project".
>
> >I am using Windows NT and Visual C++ 4.0
>
> I have set up the script for VC6.00, but you should be able to adapt
> the templates (embodied within the script) to accomodate C++4.0
> as well.
>
> Roland
>
> -----------------------------------------------------------------------------
> This is the private VTK discussion list. Please keep messages on-topic.
> Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
> To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
> <majordomo at gsao.med.ge.com>. For help, send message body containing
> "info vtkusers" to the same address. Live long and prosper.
> -----------------------------------------------------------------------------
-----------------------------------------------------------------------------
This is the private VTK discussion list. Please keep messages on-topic.
Check the FAQ at: <http://www.automatrix.com/cgi-bin/vtkfaq>
To UNSUBSCRIBE, send message body containing "unsubscribe vtkusers" to
<majordomo at gsao.med.ge.com>. For help, send message body containing
"info vtkusers" to the same address. Live long and prosper.
-----------------------------------------------------------------------------
More information about the vtkusers
mailing list