Search found 3 matches

by Alexander Shiryaev
Wed Jan 16, 2013 5:07 pm
Forum: Getting Started
Topic: Ethernet code
Replies: 7
Views: 117938

Re: Ethernet code

If you need Ethernet, it is not difficult. See EasyWEB sources for example.
If you need TCP, it is more complicated.
by Alexander Shiryaev
Mon Oct 29, 2012 2:04 pm
Forum: Cortex-M0, M3, M4 and M7
Topic: Generating a MD5-Hash
Replies: 3
Views: 70722

Re: Generating a MD5-Hash

However, I believe that 4GLCoder deliberatly didn't use NEW to avoid exhausting the heap (there is no automatic garbage collection). POINTER TO RECORD not required here. Context may be of RECORD type. I updated my previous post. As you can see, Context not marked for export, but the following test ...
by Alexander Shiryaev
Mon Oct 29, 2012 2:55 am
Forum: Cortex-M0, M3, M4 and M7
Topic: Generating a MD5-Hash
Replies: 3
Views: 70722

Re: Generating a MD5-Hash

There is my translation. MODULE MD5; (** portable *) (* ejz *) IMPORT SYSTEM; (* ETH Oberon, Copyright 2001 ETH Zuerich Institut fuer Computersysteme, ETH Zentrum, CH-8092 Zuerich. Refer to the "General ETH Oberon System Source License" contract available at: http://www.oberon.ethz.ch/ *) (** The MD...