With systems such as Visual Studio it is possible to compile to CLR (Common Language Runtime) which is the equilavent to JVM code in Java. Is this possible in Basic4ppc which would aid in me writing for alternative platforms?:sign0085:
To run a .NET Assembly you need an implementation of the Common Language Runtime. Note that the CLR is not the same as the .NET Framework. The Framework is the set of assemblies/libraries that run on the CLR. The only CLR and Frameworks that Microsoft provide are included with the Windows OSes. The full .NET Framework is provided with the desktop OSes and a smaller version with a cut-down CLR and libraries, the Compact Framework, is provided or available for download and installation, on PocketPC and Windows Mobile devices.I thought C# could target different platforms
OK so I don't understand the question. VS and B4P both produce the same .NET assemblies producing IL bytecodes to run on a CLR. So what are you asking that is possible in VS that you are not sure that B4P can do?Is this possible in Basic4ppc
Beat you - 46 yearsprogramming for some 30+ years.