[vtkusers] Problems with VS 2005 and VTK (vtkrendering.lib)

Obada Mahdi omahdi at gmx.de
Wed Nov 1 21:25:47 EST 2006


Hi again.

On 11/2/06, Obada Mahdi <omahdi at gmx.de> wrote:
[some text]

Whoops, one thing I forgot to mention: If you are creating a VS8
solution for your test program using CMake, remove the line

#include "stdafx.h"

and replace

int _tmain(int argc, _TCHAR* argv[])

by

int main(int argc, char* argv[])


Regards

Obada



More information about the vtkusers mailing list