RJP Computing Posted March 12, 2004 Posted March 12, 2004 What programming language is autoit written in? I just wanted to know. Maybe a better way to ask is what compiler is used? I know it is written in C++. -RyanRJP Computinghttp://rjpcomputing.com/
Valik Posted March 12, 2004 Posted March 12, 2004 I think most of the developers use VC 7. However, I think Jon still compiles the releases with VC 6 because it is slightly smaller in size. Jon has also said it should compile on MingW, although I've never tested it with that compiler.
Valik Posted March 12, 2004 Posted March 12, 2004 (edited) Messing with my head, Larry? I'm 98% sure you had a post in this thread, too. And I drink too much... (this post was NOT editted by Larry) Edited March 12, 2004 by Larry
RJP Computing Posted March 12, 2004 Author Posted March 12, 2004 Another question about VC7. It can produce .exe that don't require the .NET framework? If so, I had no idea cause I hate virtual machines. (Sorry if I step on anyones feet, it is just my opinion) Thanks -RyanRJP Computinghttp://rjpcomputing.com/
Valik Posted March 12, 2004 Posted March 12, 2004 (edited) The .NET is just a name. It still functions as just a regular ole C++ compiler. It does have new options and crap to build .NET stuff with managed extensions and all that bullplop, but it can still build C++ stuff, too. Supposedly it's a very standards complient compiler for C++, too.And now I KNOW Larry's trying to mess with my head. Edit: And I don't drink at all, thank you very much. Maybe you're the one who's drinking? Hmm... Edited March 12, 2004 by Valik
Administrators Jon Posted March 12, 2004 Administrators Posted March 12, 2004 VC7 seems to produce smaller native exes than VC6 but after upx compression the VC6 are usually 3KB smaller. I do all my writing in VC7 and then just the final release compile with VC6. It did compile on Mingw but I broke something in the last couple of release by using some #define that wasn't in the MingW includes. It will work again eventually Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/
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