# Trouble between pointer of vtkObject and emscripten

**URL:** https://discourse.vtk.org/t/trouble-between-pointer-of-vtkobject-and-emscripten/3971
**Category:** Development
**Created:** [August 13, 2020, 1:52pm UTC](https://discourse.vtk.org/t/trouble-between-pointer-of-vtkobject-and-emscripten/3971 "2020-08-13T13:52:07Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Nicolas\_Lenoir](https://discourse.vtk.org/user_avatar/discourse.vtk.org/nicolas_lenoir/32/1402_2.png) [@Nicolas\_Lenoir](https://discourse.vtk.org/u/Nicolas_Lenoir)
#### Post date: [August 13, 2020, 1:52pm UTC](https://discourse.vtk.org/t/trouble-between-pointer-of-vtkobject-and-emscripten/3971/1 "2020-08-13T13:52:07Z")

</div>

Hello I have a question about the using of vtk in the binding of a c++ class that use some vtkObject pointer, in fact I can compile my bind with emscripten and when I run the .js file in output I can execute my test code.

Did I need to bind the vtk classes, I think not because I compile VTK with emscripten. Is anybody have some similar issues and/or a begining of a solution ?
