Thu, 03/22/2007 - 18:07
Forums:
Hi all,
I am getting run time error when i run my Qt - OCC application on others system, i have bundled all the required Dlls. Assuming other sytem does not have QT & OCC installed.
The exception catches at the following line
aDriver= new WNT_WDriver(hWnd);
( i have to create a v2d_view )
Other part of my application where it displays a V3d_view , it works fine on other system.
Can any one guide me on this.
Fri, 03/23/2007 - 11:58
Thanks all,
It is sorted out, i had to set the OCC enviroment variable too, which i was not doing. Thanks to Pete and Patrik