Z
Zhihong Yu
Hi,
I encounter the above exception in the following function call where
last two parameters are declared as ByRef:
Dim fai As WP_PCORR2_In
Dim fao As WPCORROut
Dim ret As Integer =
WPAlignAPI.wpPCorrAlign2Images(hnd(1), hnd1(1), fai, fao)
One other similar function call succeeds.
Can anyone give some hint ?
Thanks
I encounter the above exception in the following function call where
last two parameters are declared as ByRef:
Dim fai As WP_PCORR2_In
Dim fao As WPCORROut
Dim ret As Integer =
WPAlignAPI.wpPCorrAlign2Images(hnd(1), hnd1(1), fai, fao)
One other similar function call succeeds.
Can anyone give some hint ?
Thanks