I am sorry if I was not supposed to post this here, but I have no idea where else to post this and this looked the most relevant.
My mate did a school programming task in pascal, while I did it in C#.
He wanted me to test his application and so I did, and to my surprise it ran fine without having to install any runtimes/redistributables!
Does the free pascal compiler compile to native/machine code just like C++, and not require any dependencies?
Just curious thanks : D
Xanather.
Pascal and compilation
Started by Xanather, Sep 27 2012 03:13 AM
3 replies to this topic
Sponsor:
#2 Members - Reputation: 689
Posted 27 September 2012 - 03:33 AM
Not sure which compiler you are talking about and it depends on compiler.
But usually a Pascal program is compiled to native standalone executable.
So you are correct.
But usually a Pascal program is compiled to native standalone executable.
So you are correct.
http://www.cpgf.org/
cpgf library -- free C++ open source library for reflection, serialization, script binding, callbacks, and meta data for OpenGL Box2D, SFML and Irrlicht.
v1.5.5 was released. Now supports tween and timeline for ease animation.






