Sun, 02/15/2026 - 15:39
Hello all,
I try to build an app in android to visualize a step file and I am using something like that myViewer = new V3d_Viewer(aGlDriver);
The error what give me AS is:
No matching constructor for initialization of 'V3d_Viewer'
candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided
candidate template ignored: could not match 'handle<T2>' against 'V3d_Viewer'
candidate template ignored: could not match 'handle<T2>' against 'V3d_Viewer'.
Any way if I am using without arguments as in line one of error my app crashed from V3d_viewer ERROR.
Is it something wrong in the last version of occt_7.9.3?
Any suggestion to change this v3d_viewer with anything??
Thank you.
George Costache