I developp an application that have to run under win 95. I made until last
week, my tries under win NT. Now their's probleme under Win 95 it returns me
this message : ActiveX component can't create object.
I'm using this lines of code :
Set msApp = CreateObject("microstation.application")
Set ms_point = msApp.MbePoint
and in a general module :
Public msApp As Object
If someone can help me thank you very much.
A+