April 19, 2024, 01:26:13 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


using DevIl

Started by TexasPete, January 16, 2009, 05:52:22 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

TexasPete

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

LarryMc

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
LarryMc
Larry McCaughn :)
Author of IWB+, Custom Button Designer library, Custom Chart Designer library, Snippet Manager, IWGrid control library, LM_Image control library

pistol350

Hi!
you can also find very interesting infos there also.
plus sample code

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

Peter B.