 Dariusc123456
Member
|
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.
|
 simon
Key Master
|
How to do this depends on what programming language your code is written in! Sounds like you need a compiler.
|
 Programmer
Member
|
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
|
 simon
Key Master
|
Try searching google for free compilers, there are several out there for different languages like Free Pascal, Mingw (c++) and Java.
|
 Dariusc123456
Member
|
do you got a link you can send me
|
 Dariusc123456
Member
|
is Borland C++ biulder compiler can work
|
 simon
Key Master
|
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.
|
 Dariusc123456
Member
|
ok thanks and how can i set it up so i can compile the code
|
 simon
Key Master
|
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.
|
 Dariusc123456
Member
|
Hey is there a different link to get compiler because almost of them are that link you gave me
|