Search found 5 matches

by krazyjoe
Wed Apr 15, 2009 5:58 pm
Forum: VB and VBA (Excel, Access)
Topic: Fast Streaming DLL Call
Replies: 2
Views: 5683

Yes, I have looked at streamingTests.cpp. As best as I can tell I am calling the procedure correctly. I am working with VB.
I call the function as follows:
"StreamOK = ps3000_run_streaming_ns(PSHandle, 200, 2, 150000, 0, 1, 18349)"
by krazyjoe
Fri Apr 10, 2009 7:29 pm
Forum: VB and VBA (Excel, Access)
Topic: Fast Streaming DLL Call
Replies: 2
Views: 5683

Fast Streaming DLL Call

Does anyone have a call to ps3000_run_streaming_ns that is known to work. When I try to run it, it only returns 0. I don't know if the problem is my declare statement. I declare the function from the DLL as follows: "Declare Function ps3000_run_streaming_ns Lib "ps3000.dll" (ByVal handle As Short, B...
by krazyjoe
Wed Apr 08, 2009 1:54 pm
Forum: VB and VBA (Excel, Access)
Topic: ps3000Wrapper
Replies: 3
Views: 6139

Is there a document of a VB file that describes or declares the DLL functions? Or am I stuck with just the c file?
by krazyjoe
Mon Apr 06, 2009 4:13 pm
Forum: VB and VBA (Excel, Access)
Topic: ps3000Wrapper
Replies: 3
Views: 6139

ps3000Wrapper

As far as we are aware we do not believe that VB6 supports callbacks, for this reason, a wrapper encapsulating the callback function has been provided in the ps3000Wrapper, available as a .c file for customer adjustment and as a .dll that has limited implementation. Hope this helps. I have been una...
by krazyjoe
Tue Jan 20, 2009 4:11 pm
Forum: .Net Languages (C#, VB.Net, .)
Topic: Coding for Fast Streaming Mode with VB.NET
Replies: 0
Views: 9861

Coding for Fast Streaming Mode with VB.NET

I am developing a program that requires fast streaming mode. In the interest of saving time, does anyone have a known good version of my_get_overview_buffers written in VB.NET. Any help would be much appreciated. Thanks.