Search found 6 matches

by cccsaih
Tue Jan 17, 2012 5:13 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: I have no access to humidiprobe.dll data from vb.net
Replies: 10
Views: 13262

Re: I have no access to humidiprobe.dll data from vb.net

Hi again, Now i have programed a dll (which call to humidiprobe.dll) for attach to a webservice in a distrubuted server-client application. The problem is that in the frist read, it can open the sensor and take the data, but in a second pass cant open the sensor. I have been trying to get info about...
by cccsaih
Thu Dec 22, 2011 4:22 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: I have no access to humidiprobe.dll data from vb.net
Replies: 10
Views: 13262

Re: I have no access to humidiprobe.dll data from vb.net

I read the first reply of: http://www.picotech.com/support/topic10205.html, and the problem is there. When I closed Picorecorder, the code works. :roll:
by cccsaih
Mon Dec 19, 2011 5:04 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: I have no access to humidiprobe.dll data from vb.net
Replies: 10
Views: 13262

Re: I have no access to humidiprobe.dll data from vb.net

I replaced the code, and still does not work. I think the problem is that it does not create the instance of access to the drive with handle_Renamed = HumidiProbeOpenUnit(), which always returns 0.
by cccsaih
Wed Nov 23, 2011 12:19 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: I have no access to humidiprobe.dll data from vb.net
Replies: 10
Views: 13262

Re: I have no access to humidiprobe.dll data from vb.net

Martyn wrote:Can you try changing the return value for OpenUnit to Short
Yes but, the output of OpenUnit remains 0. HumidiProbeGetSingleValue returns all params to 0.0.
by cccsaih
Tue Nov 22, 2011 3:40 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: I have no access to humidiprobe.dll data from vb.net
Replies: 10
Views: 13262

Re: I have no access to humidiprobe.dll data from vb.net

Can you post your code, particularly the dll imports, so that we can check this out for you. Please use the Code button just above the edit box. The code (Upgraded version to .Net, of the sdk of sample VB6.0. Without changes on vb6.0, i get the same result.): Option Strict Off Option Explicit On Fr...
by cccsaih
Tue Nov 22, 2011 11:55 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: I have no access to humidiprobe.dll data from vb.net
Replies: 10
Views: 13262

I have no access to humidiprobe.dll data from vb.net

I am using the sample code from sdk VB6.0, VB6.0 both as updated. Net and so not able to access data HumidiProbe, I always return false and 0 in the output parameters. If call to HumiditiProbeOpenUnit() always return false. Neither i can not register the dll with regsvr32 or add it as a reference to...