Dear All,
I have the VTK library which is configured with CMake to be compiled with VC+2012, after compilation with VC++2012 every output file is produced and runs as expected. Examples of VTK, intended as tutorails are runing w/o any error or warning in VC++2012 ide but they all are console applications.
In order to embed the graphical view into, say panel control, in Windows Form Project I used the very same header files and dlls produced by the Vc++2012 where I've used for console applications but none of them works in Windows Forms and even fires the following errors
Error3 error LNK1107: invalid or corrupt file: cannot read at 0x2E0D:\..........\VTK_61_BUILD_VS2012\bin\Debug\vtkViewsCore-6.1.dll11 CLR_Project1