Jump to content

Dll functions


jaenster
 Share

Recommended Posts

1. There is some good site to find the functions of dll? As example a functions of user32.dll.

A program to see the functions of a dll is good too :D

2. Qeustion 2. Can you create a dll file with your autoit scripts. Your functions in a dll file. Is this possbol :)

Thanks :D

By the way, :P funy emo :party:

-jaenster

Link to comment
Share on other sites

When i have doubts about some function, just google it's name. The first result is gonna be from MSDN. It's a great place to start.

If you want to know the functions of a DLL, just use PE Explorer. Open for example user32.dll with it, then you can browse the exporn functions, and the syntax.

No, to create a DLL you need to use some other compiling language, like C, C++, C#, Basic and etc.

There is something you could try. Write a very simple DLL with the functions you want, and make the dll run your script using the command line to pass arguments.

[quote name='Valik' post='301213' date='Jan 31 2007, 10:36 PM']You seem to have a habit of putting things in the wrong place. I feel sorry for any female you attempt to have sex with.[/quote][font="Lucida Sans Unicode"][/font]

Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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