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

Re: Bug in wwDotNetBridge.prg

$
0
0
Re: Bug in wwDotNetBridge.prg
VFP and .NET Interop
Re: Bug in wwDotNetBridge.prg
May. 17, 2013
01:59 pm
3SC0TZ8YFShow this entire thread in new window
Gratar Image based on email address
From:Doug Hennig
To:Rick Strahl
Hi Rick.

I don't see a version number in the PRG, but the comment is *:Updated: 9/15/2012. I downloaded the latest one from GitHub and see that it's fixed. Thanks.

Doug



Thanks Doug.

This is fixed already.

What product and version is your wwDotnetBridge version from?

+++ Rick ---


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