I want to know how can i compile my code into a software so it can run on other thing for people that dont know how to program.
Compiling software
(11 posts) (3 voices)-
Posted 6 years ago #
-
How to do this depends on what programming language your code is written in! Sounds like you need a compiler.
Posted 6 years ago # -
I making one but i want to compile it but where can i get one or how can i use pnotepad and compile my software can you put one in the next version please and ill help you
Posted 6 years ago # -
Try searching google for free compilers, there are several out there for different languages like Free Pascal, Mingw (c++) and Java.
Posted 6 years ago # -
do you got a link you can send me
Posted 6 years ago # -
is Borland C++ biulder compiler can work
Posted 6 years ago # -
Google says:
http://www.thefreecountry.com/compilers/index.shtml
Borland's C++ Builder is a reasonable C++ compiler, but the libraries that go with it (VCL etc) are not very standard - it's like programming in Delphi but using C++ syntax.
Posted 6 years ago # -
ok thanks and how can i set it up so i can compile the code
Posted 6 years ago # -
You need to add a tool set up to point at the compiler and pass in the file you want to compile. Once you get beyond that, you'll need to learn about makefiles or write something that looks at a PN project file and tells the compiler what to do.
Posted 6 years ago # -
OK THANKS IT WORK WELL.
Posted 6 years ago # -
Hey is there a different link to get compiler because almost of them are that link you gave me
Posted 6 years ago #
Reply
You must log in to post.