IonicWind Software

IWBasic => Games and Graphics => Topic started by: TexasPete on January 16, 2009, 05:52:22 PM

Title: using DevIl
Post by: TexasPete on January 16, 2009, 05:52:22 PM
I know that you must intialize Devil. " The Image Library"
Do you have to set it
as follows.
Global xInitIL
or is the following adequate.

sub xInitIL()
      ilInit ()
      iluInit()
      ilutInit()
return
End Sub


What is this global declaration. In one program it would not come up. I commented the global out with a remark and the program compiled.
If any one has already worked thru this I would appreciate some input.

Thanks Texas Pete
Title: Re: using DevIl
Post by: LarryMc on January 16, 2009, 06:16:11 PM
I used it in this thread.  Sapero help me get my image edit working correctly.
http://www.ionicwind.com/forums/index.php/topic,2582.msg21927.html#msg21927
Should give you some ideas.

Larry
Title: Re: using DevIl
Post by: pistol350 on January 17, 2009, 01:05:06 AM
Hi!
you can also find very interesting infos there also.
plus sample code

http://www.codingmonkeys.com/index.php?topic=1700.0