Hi,
Have anyone managed to connect 'MX Model File Library 8.5' and 'MX SystemBuilders DLL 8.5' references of MXROAD SS4 to Visual Basic?
Any of the following lines do not work in VB with SS4:
oMFWB = CreateObject("MOSSSystembuild081109.MFWSystemBuild")
Dim omf As New MXModelLib.MXModelFile
With SS2 the same bindings work smoothly:
oMFWB = CreateObject("MOSSSystembuild.MFWSystemBuild")
I tried early and late bindings as well but in SS4 I could not find the solution. I understand that dlls are in a different folder of SS4 and I also changed the Namespace but I am unable to connect SS4 references to VB.
Any experience or idea?
thx
Zsolt Pinter