ZBrushCentral

Go z for Max 8? error in macro8goz.ms

I 'm still using 3dsMax 8 , and the macro to eport from zbrush to Max give me this message

– Error occurred in StartConnexion(); filename: C:\Program Files\Autodesk\3dsMax8\scripts\startup\Macro_GoZ.ms; position: 66089
– Frame:
– is64bitApplication: undefined
– dotNetObject: undefined
– dotNet: undefined
– Type error: Call needs function or class, got: undefined
OK

regarding to this function in the macro

function StartConnexion =
(
if (s_ZBrushToMaxForm == undefined) then
(
if (is64bitApplication()) then (
if (s_verbose) then print “xxx StartConnexion (64bit) xxx”
dotNet.loadAssembly (“C:\Users\Public\Pixologic\GoZApps\Max\SendEventToMax64.dll”)
) else (
if (s_verbose) then print “xxx StartConnexion (32bit) xxx”
dotNet.loadAssembly (“C:\Users\Public\Pixologic\GoZApps\Max\SendEventToMax.dll”)
)
s_ZBrushToMaxForm = dotNetObject “SendEventToMax.MyEventReceiver”
dotNet.AddEventHandler s_ZBrushToMaxForm “MouseDown” updateFromZBrushCB
)
)


Can someone fix that, please?
This must be to a change in the syntax between 3dsmax version, but … too complex for me

The Go Z menu in 3ds MAx works fine, I can export from max to Zbrush

go Z only works on 2009+ I think.

Max 2008 pops up an error dialog similar to yours. I’ve been looking at the file to try and figure out what it’s problem is. No luck yet. At least it sends my object to ZBrush.