User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 391,775 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,437 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser:
Views: 12381 | Replies: 8
Reply
Join Date: Nov 2004
Location: California
Posts: 2
Reputation: twill9279 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
twill9279 twill9279 is offline Offline
Newbie Poster

Solution Please recommend a freeware VB complier for Windows XP

  #1  
Nov 25th, 2004
Hello, I'm new. I'm a teacher (not a programmer), but I would like to get a little more serious about hobby programming. I have Visual Basic 6.0 Working Model (this came with one of the programing books I bought for a college class a few years back). Unfortunately, I cannot create executables. I have to run my programs from inside the development environment. I'd really like to share my programs with friends and family. Please refer me to a site where I can download a free VB complier which will work on XP. I've found some for Windows 95, but they wouldn't install properly. Thanks for helping me.
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jul 2004
Location: Adelaide, Australia
Posts: 191
Reputation: mnemtsas is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 1
mnemtsas's Avatar
mnemtsas mnemtsas is offline Offline
Junior Poster

Re: Please recommend a freeware VB complier for Windows XP

  #2  
Nov 25th, 2004
Originally Posted by twill9279
Hello, I'm new. I'm a teacher (not a programmer), but I would like to get a little more serious about hobby programming. I have Visual Basic 6.0 Working Model (this came with one of the programing books I bought for a college class a few years back). Unfortunately, I cannot create executables. I have to run my programs from inside the development environment. I'd really like to share my programs with friends and family. Please refer me to a site where I can download a free VB complier which will work on XP. I've found some for Windows 95, but they wouldn't install properly. Thanks for helping me.

No such thing.
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 191
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Please recommend a freeware VB complier for Windows XP

  #3  
Nov 26th, 2004
That restriction is the reason it's free.
It's designed specifically as a learning tool, which is why distribution of the produced programs is inhibited by the requirement to run them inside the IDE.

There are NO free VB versions for Windows 95 either. There may be free BASIC compilers but those are not VB...

You can get free programming languages if you want, there are many examples.
Borland has a free version of their C++ Builder environment and compiler for non-commercial use.
Microsoft has a free version of their C++ compiler (without the IDE and tools) for any use whatsoever (and so has Borland of an older version).

Java is free of charge if you shop around a bit for editors and other tools you want.

If you want VB, it's not expensive. $100-$150 will get you the latest version on CD in a nice box from your nearest Microsoft dealer (who may have to order it for you as most don't stock development products).

Any site you find that has it for download will be distributing pirated software which is a criminal offense.
Reply With Quote  
Join Date: Feb 2003
Location: London, England
Posts: 281
Reputation: Roberdin will become famous soon enough Roberdin will become famous soon enough 
Rep Power: 7
Solved Threads: 6
Colleague
Roberdin Roberdin is offline Offline
Supreme Evil Overlord

Re: Please recommend a freeware VB complier for Windows XP

  #4  
Nov 26th, 2004
A criminal offence in most countries, that is.



Though, obviously, obtaining stolen goods (which is essentiall what you'd be doing) is probably a criminal offence where you are as well, unless you live on an oil rig or something.
Reply With Quote  
Join Date: May 2003
Location: Fargo, ND
Posts: 301
Reputation: big_k105 is an unknown quantity at this point 
Rep Power: 6
Solved Threads: 2
Colleague
big_k105's Avatar
big_k105 big_k105 is offline Offline
Coding God (i wish)

Re: Please recommend a freeware VB complier for Windows XP

  #5  
Nov 26th, 2004
Well since i dont know what you downloaded but if you download the one you found for win 98 all you have to do is right click on the exe and then go into compatiblity and run it in win98 mode. this should work and install it fine. here at work we had a program that a guy needed to install but it would only work on 98 and so they were goin to have me setup a 98 pc for him but i decided to try the 98 mode thing and it worked perfect and installed like a charm give it a try and see what happens
Reply With Quote  
Join Date: Nov 2004
Location: California
Posts: 2
Reputation: twill9279 is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
twill9279 twill9279 is offline Offline
Newbie Poster

Help Re: Please recommend a freeware VB complier for Windows XP

  #6  
Nov 26th, 2004
Thanks to those of you with helpful comments. As for the rest, I actually found something called Envelop that claimed to be a free VB clone (I haven't done anything criminal - gee!). Anyway, I can't figure out how to use it, so I guess I'll just buy the MS product.
Reply With Quote  
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,394
Reputation: vegaseat will become famous soon enough vegaseat will become famous soon enough 
Rep Power: 9
Solved Threads: 172
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
Kickbutt Moderator

Solution Re: Please recommend a freeware VB complier for Windows XP

  #7  
Nov 28th, 2004
You might want to look at BCX basic, it actually uses some common C compilers to to make the executable. It has a great help file and lots of nice samples (GUI and console mode). I use it a lot, it works well with Windows XP. Best of all, it's free and comes with a "VB like" EZIDE. Download from:
http://www.rjpcomputing.com/programm.../devsuite.html
May 'the Google' be with you!
Reply With Quote  
Join Date: Jan 2004
Location: OlyWa
Posts: 36
Reputation: gkdmaths will become famous soon enough gkdmaths will become famous soon enough 
Rep Power: 6
Solved Threads: 0
gkdmaths's Avatar
gkdmaths gkdmaths is offline Offline
Light Poster

Re: Please recommend a freeware VB complier for Windows XP

  #8  
Dec 10th, 2004
I did this exact same thing - hobby programming. Actually I started writing calculator programs that applied some of the complex mathematical chemistry tools I had been computing longhand.

The solution for me was to go to my local college bookstore and buy the academic version of VisualStudio 6 for 100 bucks. VisualBasic 6 was only 60 clams.

As a teacher you should be able to get some price-break if you also use it in your curriculum.

-gkd
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,646
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 191
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: Please recommend a freeware VB complier for Windows XP

  #9  
Dec 10th, 2004
acedemic versions are available to teachers and students on showing their credentials. Though many stores sell them to just anyone you're not allowed to use them unless you're a teacher or student, and the license expires when you no longer fall in one of those groups.

The standard version of VB .NET 2003 costs about €140 including taxes, I think I saw it on Amazon for $100 or so.
At those prices I doubt there's an educational license of the standalone product, though there likely is one for the entire Visual Studio (I do know Microsoft sells an educational license to VB in combination with a student guide and I think a language reference, a nice set for about the same price as the standard version).
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

DaniWeb Visual Basic 4 / 5 / 6 Marketplace
Thread Tools Display Modes

Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum

All times are GMT -4. The time now is 4:53 am.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC