IonicWind Software

IWBasic => General Questions => Topic started by: DominiqueB on June 05, 2012, 12:06:08 PM

Title: button library
Post by: DominiqueB on June 05, 2012, 12:06:08 PM
hi Larry,

i'm a registred user of this tool, but i can't download the update 1.02 ?

Thank's

Dominique Bodin
Title: Re: button library
Post by: LarryMc on June 05, 2012, 01:37:45 PM
It's not listed on your Customer page?
Title: Re: button library
Post by: DominiqueB on June 05, 2012, 02:43:26 PM
no . . .

I only see iwbasic and Aurora !
Title: Re: button library
Post by: LarryMc on June 05, 2012, 02:56:43 PM
Then you need to send LarryS a pm.  Only he can fix that.
It would probably help him if you sent a copy of your paypal receipt, just in case.
Title: Re: button library
Post by: Rock Ridge Farm (Larry) on June 06, 2012, 10:19:02 AM
Added to customer record.

Larry
Title: Re: button library
Post by: DominiqueB on June 06, 2012, 11:28:31 AM
thank's to listen . . .

but i can only see the same Aurora and IwBasic . . .

Do we speak of the same address ?

http://ionicwind.com/customers (http://ionicwind.com/customers)



sorry !

Dominique
Title: Re: button library
Post by: Andy on June 06, 2012, 11:22:34 PM
Hi,

The only change is to the CBLM2.inc file.

Change it from:


  DECLARE IMPORT, LoadLibraryA(lpLibFileName AS STRING),INT
  DECLARE IMPORT, GetModuleHandleA(lpModuleName AS POINTER),INT


to:

$ifndef __winbase_inc__
  DECLARE IMPORT, LoadLibraryA(lpLibFileName AS STRING),INT
  DECLARE IMPORT, GetModuleHandleA(lpModuleName AS POINTER),INT
$endif

AND:

If you use the Windowssdk.inc file in a program make sure you include the CBLM2.inc file AFTER the Windowssdk.inc

$include "windowssdk.inc"
$include "CBLM2.inc"

Hope you get your customer page sorted,
Andy.
:)
Title: Re: button library
Post by: Rock Ridge Farm (Larry) on June 07, 2012, 07:19:42 AM
There was no purchase record in the database - I guess you got it in the past before I started tracking stuff.
I added you and now it should show up on your customer page.

Larry

Title: Re: button library
Post by: DominiqueB on June 08, 2012, 12:49:36 PM
thank's i got it :-)

Dominique

ps : i got it from LarryMc on 07/2011