Jump to content

Any tips at all?


theguy0000
 Share

Recommended Posts

(i got this version of source http://www.autoitscript.com/autoit3/files/...-v3.1.0-src.exe)

I am trying to at least get a vaugue understanding of the source code ;)

I'm really confused!

Where are built-in functions defined? maybe a short definition of the important files?

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

Hi!

It is useful to have a tool like Dev-C++ installed to understand the source, because you have syntax highliting and project-wide search (i think).

peethebee

vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvGerman Forums: http://www.autoit.deGerman Help File: http://autoit.de/hilfe vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv

Link to comment
Share on other sites

Where are built-in functions defined? maybe a short definition of the important files?

They are in several script*.cpp files. Search the files for AutoIt_Script::F_xxx, where xxx is the name of the function. Like: AutoIt_Script::F_MsgBox in script_misc.cpp.

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

Link to comment
Share on other sites

Hi!

It is useful to have a tool like Dev-C++ installed to understand the source, because you have syntax highliting and project-wide search (i think).

peethebee

yeah i use Dev-C++

They are in several script*.cpp files. Search the files for AutoIt_Script::F_xxx, where xxx is the name of the function. Like: AutoIt_Script::F_MsgBox in script_misc.cpp.

Cheers

Kurt

thanks!

could someone explain to me the basics of a function in autoit?

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

I'm not very farmilliar with it, but yes, i know some of it.

what does this line do, in F_ConsoleWrite?

fflush(stdout);

Edited by theguy0000

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Link to comment
Share on other sites

I'm not very farmilliar with it, but yes, i know some of it.

what does this line do, in F_ConsoleWrite?

fflush(stdout);

I suggest you learn more about C++. Without that knowledge you won't understand the source code. http://www.mindview.net/Books/TICPP/ThinkingInCPP2e.html

Cheers

Kurt

__________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *

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...