Jump to content

Recommended Posts

Posted

Can anyone please write down an example on how to display a simple image using sdl.dll and AutoIt??? I need this for a puzzle game I'm working on and I don't want to use popup windows with $WS_EX_LAYERED anymore.

Posted

I Have No Experience Calling .dll's Sorry, Jos or Jon, Or For That Matter, Anyone Else Could Help You....Be Patient :D

Posted

Why bother posting if you are just gonna say you don't know. Also, only the first word and significant nouns need to be capitalized, not every word in the sentence.

You'll need to provide us with more information on the dll in order for us to help though. If you could give us a function listing of the dll or preferable even a document reference, we might be able to help.

Posted

The list of functions is in the attachement...

I have tried this:

CODE
$dll = DllOpen("sdl.dll")

$result = DllCall($dll, "int", "SDL_CDPause",'int',1)

MsgBox(0,'resut',$result)

DllClose($dll)

but MsgBox returns nothing and the DllCall won't do anything.

Thnx for bothering! :D

functions.txt

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...