AutoHotkey Community

It is currently May 24th, 2012, 8:32 am

All times are UTC [ DST ]


Search found 52 matches
Search these results:

Author Message

 Forum: Support   Topic: FileInstall very slow to extract files

Posted: June 10th, 2011, 1:05 pm 

Replies: 5
Views: 199


If I FileInstall one large file of 60 MBytes instead of, let's say 50 smaller files that in total are 60MBytes, will FileInstall install it much faster? And how faster that would be?

 Forum: Support   Topic: FileInstall very slow to extract files

Posted: June 10th, 2011, 7:15 am 

Replies: 5
Views: 199


A compiled exe ahk_l application of mine of about 28 Megabytes is using FileInstall to install its files when I run it, but it is a very slow process, it takes many minutes to complete. Can I make it faster (perhaps turn compression and encryption off when compiling and how is that achieved)? On com...

 Forum: Support   Topic: Is it possible to use COM to load a C# .exe via local Mono?

Posted: May 27th, 2011, 7:53 am 

Replies: 2
Views: 173


OK, I am getting somewhere now. So, I can have a C# .cs in a folder and in that folder have Mono distribution and any Dlls that C# needs. Next step is to compile the C# file as a buddle: http://www.mono-project.com/Mono:Runtime#Bundles That way the C# exe file (a .NET assembly ) will have the Mono r...

 Forum: Support   Topic: Is it possible to use COM to load a C# .exe via local Mono?

Posted: May 27th, 2011, 7:35 am 

Replies: 2
Views: 173


Is it possible to access an .EXE file via COM object?

 Forum: Support   Topic: Is it possible to use COM to load a C# .exe via local Mono?

Posted: May 26th, 2011, 10:50 pm 

Replies: 2
Views: 173


Is it possible to use COM to load a C# .exe, but that C#.exe will run with mono.exe (a local copy of Mono, in the same folder as the C# exe)?

 Forum: Support   Topic: CLR_L using Mono instead?

 Post subject: CLR_L using Mono instead?
Posted: May 26th, 2011, 4:10 pm 

Replies: 0
Views: 163


CLR_L uses .NET framework. That is a fine solution, but instead I was thinking it would be useful if I had a folder with Mono in my ahk_l script directory and compiling using Mono (that's easy I can do it, you just compile with mcs for C#, but I don't know how to compile providing an ahk string inst...

 Forum: Support   Topic: FileInstall at runtime?

Posted: May 25th, 2011, 10:48 pm 

Replies: 3
Views: 119


thanks folks

 Forum: Support   Topic: FileInstall at runtime?

 Post subject: FileInstall at runtime?
Posted: May 25th, 2011, 7:05 pm 

Replies: 3
Views: 119


If I have a compiled ahk script that on run extracts a txt file and then I write to that txt file and on runtime I FileInstall the txt file, will the txt fuke return altered to the exe file? If that is not possible with FileInstall is there another way? Will it be safe or it may corrupt the .exe fil...

 Forum: Support   Topic: 3D user interface?

Posted: May 25th, 2011, 6:37 pm 

Replies: 8
Views: 354


Thanks Frankie. Yes. Update: I looked at the site and some sample code. I wouldn't recomend using it without a full class wrapper. If you want to continue (don't mean to discourage you) look at the docs for each function and try to figure out what type it is (listed on DllCall page). Check ErrorLeve...

 Forum: Support   Topic: 3D user interface?

Posted: May 25th, 2011, 6:36 pm 

Replies: 8
Views: 354


Thanks specter333. Here is an excellent 3D example someone posted a few months back but I have no idea who it was, there is no information in the script. I don't think this was from either of the post above. #NoEnv SetBatchLines, -1 SetMouseDelay, -1 Width := 800 Height := 600 FrameRate := 30 PosX :...

 Forum: Support   Topic: 3D user interface?

Posted: May 25th, 2011, 11:56 am 

Replies: 8
Views: 354


I have found this dll that is an interface to OpenGl. It is written in C++. Can AutoHotKey_L use it with Dll Calls?

http://visualizationlibrary.com/documen ... oards.html

http://www.visualizationlibrary.com/jetcms/

 Forum: Scripts   Topic: Lioness Languages Interop On Net Enterprise Super System

Posted: May 25th, 2011, 7:35 am 

Replies: 5
Views: 724


amnesiac, if you plan to do this, I suppose you will use IronAHK in place of AutoHotKey_L. Well, one problem here is that the platform uses AutoHotkey_L arrays to allow the languages to exchange complex data. They can of course exchange simple data structures such as integers and string, without rel...

 Forum: Support   Topic: 3D user interface?

Posted: May 24th, 2011, 8:29 pm 

Replies: 8
Views: 354


Thanks Frankie.

 Forum: Support   Topic: 3D user interface?

 Post subject: 3D user interface?
Posted: May 24th, 2011, 7:54 pm 

Replies: 8
Views: 354


Is there a way to make a 3D gui? Perhaps, with simple 3D objects in it, perhaps with textures too. I don't want to learn how to do 3D modelling.

I am talking about a simple 3D environment when you can navigate and on collition a function is called.

 Forum: Support   Topic: image and gui controls on top?

Posted: May 24th, 2011, 7:51 pm 

Replies: 2
Views: 112


I there a way to have an image in the center of the screen and put on it ahk gui controls?

Maybe, with the gdip library?
Sort by:  
Page 1 of 4 [ Search found 52 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group