madflame991 Posted January 22, 2008 Share Posted January 22, 2008 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. Game Game Gadget! - read about indie games, gadgets, chiptunes and demoscenesAssembly-like language interpreter and custom machine emulatorSuper Mario Screen Mate - official website or autoit forum pageCogut - Puzzle Game + Editor like sokoban and others Link to comment Share on other sites More sharing options...
Swift Posted January 22, 2008 Share Posted January 22, 2008 I Have No Experience Calling .dll's Sorry, Jos or Jon, Or For That Matter, Anyone Else Could Help You....Be Patient Link to comment Share on other sites More sharing options...
Richard Robertson Posted January 22, 2008 Share Posted January 22, 2008 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. Link to comment Share on other sites More sharing options...
Swift Posted January 22, 2008 Share Posted January 22, 2008 Sorry Richard, I Like Capitalizing EVERYTHING... Link to comment Share on other sites More sharing options...
madflame991 Posted January 25, 2008 Author Share Posted January 25, 2008 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! functions.txt Game Game Gadget! - read about indie games, gadgets, chiptunes and demoscenesAssembly-like language interpreter and custom machine emulatorSuper Mario Screen Mate - official website or autoit forum pageCogut - Puzzle Game + Editor like sokoban and others Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now