Hi,
May I ask, what?s the difference between "Release" and "IntRelease" ("Debug" and ?IntDebug?) configurations, in PolyML?s Visual Studio solution? I guess ?Int? means ?Internal?, but I couldn?t find any differences from the Properties of each sub-projects in Visual Studio...
Regards,
Chun Tian
Hi Chun, The IntRelease and IntDebug projects build the byte-code interpreted versions. The byte-code interpreter is needed for non-X86 platforms. It's convenient to be able to build them on Windows to make sure everything works but there's point in using them for anything except testing. For anything else the Debug and Release builds are the ones to use.
Regards, David
On 08/05/2017 20:33, Chun Tian (binghe) wrote:
Hi,
May I ask, what?s the difference between "Release" and "IntRelease" ("Debug" and ?IntDebug?) configurations, in PolyML?s Visual Studio solution? I guess ?Int? means ?Internal?, but I couldn?t find any differences from the Properties of each sub-projects in Visual Studio...
Regards,
Chun Tian
polyml mailing list polyml at inf.ed.ac.uk http://lists.inf.ed.ac.uk/mailman/listinfo/polyml
Ah ? thanks very much!
Chun
Il giorno 08 mag 2017, alle ore 23:26, David Matthews <David.Matthews at prolingua.co.uk> ha scritto:
Hi Chun, The IntRelease and IntDebug projects build the byte-code interpreted versions. The byte-code interpreter is needed for non-X86 platforms. It's convenient to be able to build them on Windows to make sure everything works but there's point in using them for anything except testing. For anything else the Debug and Release builds are the ones to use.
Regards, David
On 08/05/2017 20:33, Chun Tian (binghe) wrote:
Hi,
May I ask, what?s the difference between "Release" and "IntRelease" ("Debug" and ?IntDebug?) configurations, in PolyML?s Visual Studio solution? I guess ?Int? means ?Internal?, but I couldn?t find any differences from the Properties of each sub-projects in Visual Studio...
Regards,
Chun Tian
polyml mailing list polyml at inf.ed.ac.uk http://lists.inf.ed.ac.uk/mailman/listinfo/polyml
polyml mailing list polyml at inf.ed.ac.uk http://lists.inf.ed.ac.uk/mailman/listinfo/polyml