AutoHotkey Community

It is currently May 27th, 2012, 7:25 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: June 15th, 2006, 3:29 am 
For those who might not know Microsoft is offering a lot of free editions of stuff including Visual Basic, Visual C++, etc. I just found this out.

Find it here: http://msdn.microsoft.com/vstudio/express/


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 7:15 am 
Offline

Joined: December 16th, 2005, 3:29 am
Posts: 148
Location: Australia
we have AHK thank you :lol:

_________________
Image
546F206C69766520
6973204368726973742C0D746F2064696520
6973206761696E2E0D285068696C20313A323129


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 7:41 am 
Offline

Joined: June 8th, 2006, 2:41 am
Posts: 285
Sry, not meaning to offend the loyal AHKeteers here! :shock:

I love AHK 2, rlly, but maybe not so monogamously... 8)


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 9:06 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
I don't take ParanoidX's answer as being offending or negative.

The information isn't new and is maybe already on the forum, but isn't a bad idea to repeat it, with this clear subject, easy to find.

BTW, you probably need at least the Visual C++ Express to be able to compile AHK, for those wanting to hack it...

Perhaps someday I will try it.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 8:51 pm 
PhiLho wrote:
BTW, you probably need at least the Visual C++ Express to be able to compile AHK
I don't think so. There are some posts that says that the adaptation is very difficult. May be you can do it ?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 9:06 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Microsoft's Visual Express 2005 range has been freeware since Beta 2 :?

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 9:47 pm 
Offline

Joined: June 8th, 2006, 2:41 am
Posts: 285
Titan wrote:
Microsoft's Visual Express 2005 range has been freeware since Beta 2 :?


Well I didint' know so maybe others don't know, or maybe... i'm the only 1 .. :oops: :cry:

they said it's been free since nov 2005


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 15th, 2006, 9:59 pm 
Offline
User avatar

Joined: August 11th, 2004, 1:47 am
Posts: 5347
Location: UK
Beta 2 was free to download. When it came out of beta they said it would be free for a year to registering members, afterwards before the year had ended they made it completely freeware due to popularity or something.

_________________
GitHubScriptsIronAHK Contact by email not private message.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2006, 6:18 am 
Offline

Joined: December 16th, 2005, 3:29 am
Posts: 148
Location: Australia
I think it became freeware bcoz its a direct answer to Borland. Plus programming is getting more and more unpopular.

_________________
Image
546F206C69766520
6973204368726973742C0D746F2064696520
6973206761696E2E0D285068696C20313A323129


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 16th, 2006, 9:52 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
It is free (probably) because:
- There are other free compilers around (GCC) and more or less free Basics too: I downloaded REALbasic just in case, because at the time they offered it for free to gain frustrated Visual Basic 5/6 developpers seeing Microsoft pushing hard toward VB.NET...
- There are lot of other languages, like Euphoria.
- As with offers targeted to students, it initiates people to a Microsoft product, hoping they will ask to the "real" version (with full IDE and other facilities) later.
- It is a technology probably well paid off, so it doesn't cost much to make it free.
- Hey, in the best cases, it makes more programs to be made for Windows! I like Macs too, but I was quite disappointed to find so little freewares for it, at least for MacOS 9. That's better for MacOS X, its Unix core attracted lot of open source hackers finding a more familiar playground.

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: June 17th, 2006, 5:01 am 
Offline
User avatar

Joined: December 29th, 2004, 1:28 pm
Posts: 2545
The Express versions could also be free to attract more peole to buy the more enhanced versions...


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 18th, 2006, 4:09 am 
Offline

Joined: August 1st, 2006, 9:39 pm
Posts: 20
Location: Montreal, Quebec, Canada
I've tried VC++ express. Same conclusions should apply to VB express. First it's huge (674MB for VS express + 364MB for the platform to compile Win32 applications + 300MB to 1200MB for the .NET framework). After, the GUI editor do not work for anything else than applications build for the .NET framework. Finally, there are several things missing from the original Visual-Studio but these are minors. Microsoft is to be encouraged to allow a free light-edition (and possibly time-limited version) of its products but, in my view, this one is definitively a pushing for the .NET framework.

If you are looking for a free and possible open-source IDE for C/C++ Windows coding, I encourage you look also at Code::Blocks , Eclipse with CDT or Dev-CPP.

_________________
Questions, comments and suggestions are always welcome.

Johny :idea:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 18th, 2006, 9:21 am 
Offline

Joined: December 27th, 2005, 1:46 pm
Posts: 6837
Location: France (near Paris)
I finally downloaded VC++ Express, but didn't had time to have more than a quick look.
I am less interested by the IDE than by the compiler itself (didn't tried this version either).
I know Eclipse, for Java development. It is really heavy too (written in Java), you better have a fast computer with lot of Ram... But powerful, indeed.
I tried Dev-CPP, but wasn't overly convinced, it felt... dunno, old.
Then I tried Code::Blocks and was pleased. Modern look, good syntax highlighting component (Scintilla! I am biased, but at least, it is familiar...), etc.
Of course, you can use these IDEs along with VC++ Express, ie. they let you choose the compiler. GCC isn't bad but really generated big exes/dlls (more than twice the size of those generated by VC++6).

_________________
Image vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2006, 5:26 am 
Offline

Joined: August 1st, 2006, 9:39 pm
Posts: 20
Location: Montreal, Quebec, Canada
I agree with you about the IDE's. Even if they had some stability problems with their GUI builder (wxSmith), it's one of the best open-source IDE package in term of resources-requirement, flexibility, support and ease-of-use that I've seen. Borland used to provide an interesting and free "C++ BuilderX Personal Edition" IDE also but it's not available anymore and I couldn't find anywhere to download it today.

There is a pretty complete C/C++ compiler analysis available at Dr.Dobbs web site. They look at 7 different well-known compilers, including GNU C/C++ and 3 versions of MS C++, on several situations. Not biased and well done.

_________________
Questions, comments and suggestions are always welcome.

Johny :idea:


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 19th, 2006, 5:33 am 
Offline

Joined: August 1st, 2006, 9:39 pm
Posts: 20
Location: Montreal, Quebec, Canada
Johny wrote:
There is a pretty complete C/C++ compiler analysis available at Dr.Dobbs web site.


I forgot to say: the compiler analysis was made on September 2003. A bit old, but still give an idea about the compiler's strength & weakness.

_________________
Questions, comments and suggestions are always welcome.

Johny :idea:


Report this post
Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 19 posts ]  Go to page 1, 2  Next

All times are UTC [ DST ]


Who is online

Users browsing this forum: No registered users and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group