View Single Post
Old 11-12-2004, 07:30 PM   #1 (permalink)
zero2
Junkie
 
zero2's Avatar
 
compiling source code

There's this program that I want to try out, unfortunately you can't download the .exe file of it, but you can download the source code (Open source program). Normally, I would stray away from such a task -simply because I don't know how to do it.

Anyhow, this time I'm feeling adventurous...or maybe because I'm beginning to learn a little programming. The program is called lame which can be found here:
http://sourceforge.net/project/showf...p?group_id=290

Some other stuff that I found out is that is created using C++.

When I attemped to compile it, using visual studio .net I got a bunch of fatal errors.

Has anyone successfully compiled this program (Windows Version)?
zero2 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76