mrawlinc
Industrial
- Nov 19, 2012
- 36
It might be a common problem, couldn't find solution. So, as fresh install was needed (B25), now I can't get to run even a simple code like this:
I'm receiving an error (Can't find project or library) right in the first line "Dim RootProduct As Product"
Where there any changes from VB6.x to 7.1? Previously I was working on VB6.
Code:
Sub CATMain()
Dim RootProduct As Product
Set RootProduct = CATIA.ActiveDocument.Product
MsgBox RootProduct.Name
End Sub
I'm receiving an error (Can't find project or library) right in the first line "Dim RootProduct As Product"
Where there any changes from VB6.x to 7.1? Previously I was working on VB6.