[vtkusers] vtk3.2 statically linked in an ActiveX control - Failure when registering - help please
Ted Christiansen
ted at caept.com
Wed Aug 21 12:43:18 EDT 2002
Hello,
I am developing an ActiveX control for use in a webpage. I would like
to compile it using the static library version of vtk 3.2 as I dont want
users to have to download the 8 MB DLL when I am only using a small
portion of the functions in the vtklib.dll.
I have solved the link and multiply defined symbol problems but regsvr32
fails when it tries to register the ActiveX control with this error
message:
LoadLibrary("fevisocx.ocx") failed - Invalid access to memory location.
When I link it with the vtkdll.dll then it registers successfully.
Any ideas as to what the cause could be?
Ted
More information about the vtkusers
mailing list