[soft_radio] Re: Winrad DLL with visual basic. Anyone had experience success/prob

2008-01-10 Thread Andy Talbot
Pointers are accessible in VB via the VARPTR instruction. eg addr_of_data = VARPTR(This_Data# -- Andy G4JNT www.scrbg.org/g4jnt

[soft_radio] winrad DLL for dds-60?

2008-01-10 Thread wd8ebz
Has anyone written a DLL file for Winrad that will control a DDS-60 on a parallel port. George WD8EBZ

[soft_radio] Re: winrad DLL for dds-60?

2008-01-10 Thread wb8lga
I have a Pic interface and a VB6 program that controls the DDS-60 it in the Softrock40 group. http://groups.yahoo.com/group/softrock40/files/WB8LGA/ --- In soft_radio@yahoogroups.com, wd8ebz [EMAIL PROTECTED] wrote: Has anyone written a DLL file for Winrad that will control a DDS-60 on a

RE: [soft_radio] Re: Winrad DLL with visual basic. Anyone had experience success/prob

2008-01-10 Thread Chuck Hutton
Yes and no! Varptr is not an officially supported function (it is not documented) and doesn't appear in Help or MSDN Library. Also, it exists only in VB6 I believe. But it's just too useful to ignore so I use it sometimes, but only after carefully testing that it works like I expect. Never