Post your simple [Questions] and [Requests] here.

07/18/2010 04:57 Theri#436
@kotarou3
I suppose. I don't necessarily agree. If you don't put the au3 library in the include folder than you have to copy that library to any directory with a script that makes use of that library.

I suppose both syntax work for includes? I believe all the officially released udfs use the <>'s.

Still not sure whats causing Altrius' error, I assume file placement being on a 64 bit system, maybe...
07/19/2010 06:13 kotarou3#437
Well, in C/C++, <> is for the ""standard" or "system" includes while "" is usually used for includes that the system doesn't have to maintain cross-compatiblilty between compliers. (Exceptions are ncurses and boost (For *nix) but most peeps have it installed already)