Free Programming Language ??

  • Thread starter Thread starter Bastiaan Hurkmans
  • Start date Start date
B

Bastiaan Hurkmans

I`m looking for a free language to make a program for all windows platforms
so i can compile an exe.
Anobody got an idea i am a absolute beginner.

Bas
 
Bastiaan said:
I`m looking for a free language to make a program for all windows platforms
so i can compile an exe.
Anobody got an idea I am an absolute beginner.

There are different languages available for free:

Pascal - "Free Pascal"

C and C++ - mingw, cygwin, several others

Java - there just was a post about it (Java: My Favorite...):
Message-ID: <[email protected]>
http://groups.google.com/groups?&selm=fc08a59c.0308192203.6dd72240@posti
ng.google.com

For further information on programming languages, there are the
newsgroups: <and <for learning C
and C++ there is also: <

bye,

Onno
 
I`m looking for a free language to make a program for all windows platforms
so i can compile an exe.
Anobody got an idea i am a absolute beginner.

Have a look here
http://freeware.quantum.2ya.com/programming.htm


--
----------------------------------------
Quantum Illusions: http://quantum.2ya.com
Pegasus Mail Support Site: http://pegasus.quantum.2ya.com
Freeware Site: http://freeware.quantum.2ya.com
DATA Solutions: http://datasolutions.quantum.2ya.com

If you truly want to contact me click the link
http://quantum.2ya.com/email.htm
 
I`m looking for a free language to make a program for all windows
platforms so i can compile an exe.
Anobody got an idea i am a absolute beginner.
Its not a compiler but - have you considered VBScript? it is fairly easy to
learn, can call a fair selection of free activex objects ( such as found
here : http://home.att.net/~wshvbs/index.htm ) and the manual (and a update
to the latest version of the interpreter) can be found on the ms site here
: http://msdn.microsoft.com/downloads/list/webdev.asp
 
I`m looking for a free language to make a program for all windows platforms
so i can compile an exe.
Anobody got an idea i am a absolute beginner.

http://www.vysor.com - look at FreePixCL 4.48

It's not as powerful as some, but is very quick (using the generate
wizard) to produce the shell of a basic windows application, which you
then pad out.

Can be a drop target, for drag/dropped files.

Some image processing bult in, including a convolution matrix whaic
allows you to do custom sharpen / blur filters and a few other
effects.
 
Alan said:
This is a real treasure trove. There's not that much of such value on
the web for wsh/vbs. This site is quite the exception - nice find!
its certainly very handy indeed - I have written several gui-based apps
(including a working HTTPS Certificate generator) in vbscript, using his
modal and non-modal forms.
http://mysite.verizon.net/res1ur2j/tlviewer.htm is also invaluable, as is
EBCrypt (the activex wrapper for Openssl that the vbs ca uses) - I could
use wshATO but I don't allow that on systems (the potential for horrible
misshaps is just too high :)
The final item I find invaluable is - Crystal Reports Development Edition.
Despite this being expensive payware, as a developer you are freely allowed
to distribute packages using its ActiveX control - which is fully
scriptable and responds well to vbscript requests to (for example) process
a raw text file into a pretty PDF document, a screen display, an excel
spreadsheet or a printed page; you can even design your own reports "on the
fly" using a blank, empty report and a bit of minipulation of various
exposed methods.
While it would be illegal for me to give you the bare activex component, or
for you to redistribute any such component you may have, I can't imagine it
is illegal for you to use a component you already have legally on your pc
due to being installed by a (eg) VB program as part of its runtime support.
I guess someone else in here can tell us about that *hint* *grin*
 
its certainly very handy indeed - I have written several gui-based
apps (including a working HTTPS Certificate generator) in vbscript,
using his modal and non-modal forms.
http://mysite.verizon.net/res1ur2j/tlviewer.htm is also invaluable,
as is EBCrypt (the activex wrapper for Openssl that the vbs ca uses)
- I could use wshATO but I don't allow that on systems (the potential
for horrible misshaps is just too high :)

Yes, the VBS route can be somewhat precarious. :) Its reputation
certainly wasn't helped with the IE/OE default settings allowing running
scripts, and the script kiddies taking advantage of it. Then the
misinformed hype that all vbs is evil and must never be allowed to run
on any computer in any capacity. Still, used for productivity rather
than destruction, I reckon it's one of the better new innovations for
Windows.
The final item I find invaluable is - Crystal Reports Development
Edition. Despite this being expensive payware, as a developer you are
freely allowed to distribute packages using its ActiveX control -
which is fully scriptable and responds well to vbscript requests to
(for example) process a raw text file into a pretty PDF document, a
screen display, an excel spreadsheet or a printed page; you can even
design your own reports "on the fly" using a blank, empty report and
a bit of minipulation of various exposed methods.

This is also very interesting. Very often we prepare some sample Crystal
reports of SQL queries to ship with our software. The easiest solution
(for us) is to ship the shareware installer too, and let the client
decide if they want to purchase it. There's also a more basic report
program called RPV you might want to check out. The lite version (still
quite good) is free: www.rpvreport.com
While it would be illegal for me to give you the bare activex
component, or for you to redistribute any such component you may
have, I can't imagine it is illegal for you to use a component you
already have legally on your pc due to being installed by a (eg) VB
program as part of its runtime support. I guess someone else in here
can tell us about that *hint* *grin*

Hehe :) This discussion (or similar) has been the subject of conjecture
for a while. What happens, for instance, if you install some
trial/shareware, which carries with it the licence for the author to
distribute these components? Then, as a user, you decide to uninstall,
but "forget" to uninstall certain components :) from your system
directory. You then have their functionality. As an author/vendor, you
could do the same thing - tell the client to install XYZ trial version
of whatever, then instruct them on how to do a "custom" uninstall, then
install *your* program, which contains no forbidden redistributable
components. All very sus ;-)

Anyway, you have some great links there. Any more that crop up, don't
hesitate to post.
 
Alan said:
Can't seem to bring this site up here. What's on it? tlviewer?
Yup. it maps out all the activex dlls it can find in the registry, presents
you with a list of the properties, objects and methods, and can generate vb
code to paste straight into your script.
not many of them work in vbscript, but its a good way to find those which
do (and to try them out to see how and if they work)
 
GamePlayer said:
Yup. it maps out all the activex dlls it can find in the registry,
presents you with a list of the properties, objects and methods, and
can generate vb code to paste straight into your script.
not many of them work in vbscript, but its a good way to find those
which do (and to try them out to see how and if they work)

Sounds interesting. But looks to me like the author and his software
have vanished from the face of the web! I've got as far as finding names
for his file downloads, but no links to them or his site(s). Any working
links there?

thanks
 
GamePlayer said:
wierd - worked fine for me, downloaded ok.
I will add the dll into the bundle and post to alt.binaries.freeware
for you :)

Yep, this is quite wierd. I can bring up the page as a cached Google
page and use the download URL
http://mysite.verizon.net/res1ur2j/TLVOB6.zip quite independent of a
browser, and *still* can't get a connection to the site. Unfortunately,
my ISP feed to alt.binaries.freeware also seems unreliable, but I'll
keep an eye out for your post - not there yet though :). Much appreciate
your efforts here.

cheers
 
Alan said:
I checked a.b.f. and the newsfeed from my ISP shows it completely
empty - they've always had a problem with this group, and never resolved
it. If it's not too much trouble, maybe try alt.binaries.test. I just
checked and it appears to contain uptodate messages, although the oldest
was from yesterday, so maybe it gets nuked regularly. Really appreciate
your efforts on this. :)
Usually, it doesn't get nuked - it simply has a one-day expiry time.
Anyhow, posted - so get it today before it expires ;)
 
GamePlayer said:
Usually, it doesn't get nuked - it simply has a one-day expiry time.

Yep, I was using the "generic" nuked. :)
Anyhow, posted - so get it today before it expires ;)

Many thanks - picked it up no problem: TLViewer as req - 1 attachment
(2/2)
Now for the silly part - do I run this through uudecode and name as a
..zip? Unfortunately I couldn't attempt to decode on the fly, so just
saved the whole thing.

thanks once more.
 
@news.alphalink.com.au:
Hmm. I think it was yenced so you might need to run a yenc decoder on it -
but yes, its a zipfile :)
 
GamePlayer said:
@news.alphalink.com.au:
Hmm. I think it was yenced so you might need to run a yenc decoder on
it - but yes, its a zipfile :)

Sad saga. I can't yenc decode or UUdecode with anything I've got, in any
way, shape of form. I always get a message to the effect that there is
nothing to decode. :( If you can still be bothered, you can mail (as a
..zip) to alan.nospam (yes, this is the real name) at myrealbox dot com.
Otherwise I don't know.

thanks again for trying
 
Back
Top