Wireless Communication Library Support Forum

Common => Common => Topic started by: TcomGregg on November 26, 2008, 08:40:39 PM

Title: API Information from VB2008.net module
Post by: TcomGregg on November 26, 2008, 08:40:39 PM
We are trying to use the WCL from a module called from the Main windows form. We do not get any errors when we run the module routines but we do not get any information either? Can you reccomend anything?
Gregg
Title: Re: API Information from VB2008.net module
Post by: Mike Petrichenko on November 26, 2008, 09:02:18 PM
What kind of information do you want to get? Also, you should call wclAPI.Load() method before any other libraries method and wclAPI.Unload() method before your application exists.
Title: Re: API Information from VB2008.net module
Post by: TcomGregg on November 26, 2008, 09:04:14 PM
We are trying to use the WCL from a module called from the Main windows form. We do not get any errors when we run the module routines but we do not get any information either? Can you reccomend anything?
Gregg
Sorry - I found the problem - I loaded the API twice. :o