Quantcast
Channel: West Wind Message Board Messages
Viewing all articles
Browse latest Browse all 10393

Bug in wwDotNetBridge.prg

$
0
0
Bug in wwDotNetBridge.prg
VFP and .NET Interop
Bug in wwDotNetBridge.prg
May. 16, 2013
08:45 am
3SB0ISDGHShow this entire thread in new window
Gratar Image based on email address
From:Doug Hennig
To:All
Hi Rick.

I found a bug in wwDotNetBridge's CreateArray method: this statement:

lcType = VARTYPE(lvArrayInstanceOrElementString)

should be:

lcType = VARTYPE(lvArrayInstanceOrElementTypeString)

Doug


Viewing all articles
Browse latest Browse all 10393

Trending Articles