Simpl# requires visual studio 2008. ?If you look hard enough you can still find vs2008 available for download. ?I believe that¡¯s because 2008 is the last version that supports .NET compact framework 3.5 which is what the 3 series processors run
on.?
I¡¯m a relative newcomer to simpl# and I¡¯ve never used c# before but if you have any object oriented language background you should pick it up pretty well. ?It¡¯s by far the most flexible way to program a crestron processor.?
The hardest part for me is that many libraries which you would normally be able to use in c# are not backwards compatible with the old 3.5 compact frame work so I am writing code from the ground up. ?For example I¡¯ve just been writing code to
decode PEM encoded public rsa keys. In c# I could just use an already written library instead of writing the code myself. ??
It¡¯s a good mental challenge for an occasional coder like myself.?
toggle quoted message
Show quoted text
On 27 May 2020, at 8:12 pm, "codefree@..." <codefree@...> wrote:
?Does simpl# still require some? microsoft framework underneath, that is practically not available anymore ?
K.