AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Visual Basic Free Edition
Goto page 1, 2  Next
 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources
View previous topic :: View next topic  
Author Message
d-man (lo)
Guest





PostPosted: Thu Jun 15, 2006 3:29 am    Post subject: Visual Basic Free Edition Reply with quote

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/
Back to top
ParanoidX



Joined: 16 Dec 2005
Posts: 149
Location: Australia

PostPosted: Thu Jun 15, 2006 7:15 am    Post subject: Reply with quote

we have AHK thank you Laughing
_________________

546F206C69766520
6973204368726973742C0D746F2064696520
6973206761696E2E0D285068696C20313A323129
Back to top
View user's profile Send private message
d-man



Joined: 08 Jun 2006
Posts: 247

PostPosted: Thu Jun 15, 2006 7:41 am    Post subject: Reply with quote

Sry, not meaning to offend the loyal AHKeteers here! Shocked

I love AHK 2, rlly, but maybe not so monogamously... Cool
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Thu Jun 15, 2006 9:06 am    Post subject: Reply with quote

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.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
Filou
Guest





PostPosted: Thu Jun 15, 2006 8:51 pm    Post subject: Reply with quote

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 ?
Back to top
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Thu Jun 15, 2006 9:06 pm    Post subject: Reply with quote

Microsoft's Visual Express 2005 range has been freeware since Beta 2 Confused
_________________

RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
d-man



Joined: 08 Jun 2006
Posts: 247

PostPosted: Thu Jun 15, 2006 9:47 pm    Post subject: Reply with quote

Titan wrote:
Microsoft's Visual Express 2005 range has been freeware since Beta 2 Confused


Well I didint' know so maybe others don't know, or maybe... i'm the only 1 .. Embarassed Crying or Very sad

they said it's been free since nov 2005
Back to top
View user's profile Send private message
Titan



Joined: 11 Aug 2004
Posts: 5068
Location: imaginationland

PostPosted: Thu Jun 15, 2006 9:59 pm    Post subject: Reply with quote

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

RegExReplace("irc.freenode.net/ahk", "^(?=(.(?=[\0-r\[]*((?<=\.).))))(?:[c-\x73]{2,8}(\S))+((2)|\b[^\2-]){2}\D++$", "$u3$1$3$4$2")
Back to top
View user's profile Send private message Visit poster's website
ParanoidX



Joined: 16 Dec 2005
Posts: 149
Location: Australia

PostPosted: Fri Jun 16, 2006 6:18 am    Post subject: Reply with quote

I think it became freeware bcoz its a direct answer to Borland. Plus programming is getting more and more unpopular.
_________________

546F206C69766520
6973204368726973742C0D746F2064696520
6973206761696E2E0D285068696C20313A323129
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Fri Jun 16, 2006 9:52 am    Post subject: Reply with quote

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.
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
corrupt



Joined: 29 Dec 2004
Posts: 2397

PostPosted: Sat Jun 17, 2006 5:01 am    Post subject: Reply with quote

The Express versions could also be free to attract more peole to buy the more enhanced versions...
Back to top
View user's profile Send private message Visit poster's website
Johny



Joined: 01 Aug 2006
Posts: 20
Location: Montreal, Quebec, Canada

PostPosted: Fri Aug 18, 2006 4:09 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
PhiLho



Joined: 27 Dec 2005
Posts: 6721
Location: France (near Paris)

PostPosted: Fri Aug 18, 2006 9:21 am    Post subject: Reply with quote

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).
_________________
vPhiLho := RegExReplace("Philippe Lhoste", "^(\w{3})\w*\s+\b(\w{3})\w*$", "$1$2")
Back to top
View user's profile Send private message Visit poster's website
Johny



Joined: 01 Aug 2006
Posts: 20
Location: Montreal, Quebec, Canada

PostPosted: Sat Aug 19, 2006 5:26 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Johny



Joined: 01 Aug 2006
Posts: 20
Location: Montreal, Quebec, Canada

PostPosted: Sat Aug 19, 2006 5:33 am    Post subject: Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Utilities & Resources All times are GMT
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group