[Oberon] Oberon 3 on Windows 7, PELinker, Windows executable

Chris Burrows chris at cfbsoftware.com
Tue Mar 17 22:18:53 CET 2015


> -----Original Message-----
> From: Dieter [mailto:d.gloetzel at web.de]
> Sent: Wednesday, 18 March 2015 4:55 AM
> To: oberon at lists.inf.ethz.ch
> Subject: Re: [Oberon] Oberon 3 on Windows 7, PELinker, Windows
> executable
> 
> I have now a new Version, which tries to read and write a file.
> 
> The module is:
> =====================================================================
> ===========
> MODULE InOut;
> 
>   IMPORT Kernel32, Files, Oberon,Objects, Strings,  Texts;
> 

Texts is associated with the UI (it imports Display) so you can't use that
in a command-line program. You should use the Read and Write routines in the
Files module instead.

Regards,
Chris

Chris Burrows
CFB Software
http://www.cfbsoftware.com





More information about the Oberon mailing list