Object IO 1.2

Peter Achten peter88@cs.kun.nl
Thu, 23 Mar 2000 13:44:21 +0100


Dear Adriano,

At 06:45 AM 3/23/00 -0300, you wrote:
>Hi!
>
>When I try to run the "Hello, World" example which comes with Object IO
>1.2, the
>message below appears:
>
>Error [StdWindow.icl,15,controllayout]: layoutControls not exported by
>the specified module
>
>I looked for StdWindow and controllayout. Both are in the Object IO
>folder. So,
>what's the problem?

I have unsuccessfully tried to reproduce your problem. What I've done is
the following, standard procedure: I downloaded Clean 1.3.2 and Object I/O
1.2. After starting the CleanIDE, I opened the 'ObjectIO Examples\hello
world\hello.icl' module, made it a new project (IDE command 'Project:New
Project') and set the following paths (IDE command 'Options:Paths'):

ObjectIO\OS Windows
ObjectIO

(It does not matter if you do this in the 'Project Paths' or 'Default Paths'.)

Now choosing the command 'Commands:Bring Up To Date' will generate an
executable, hello.exe. 

This should work; maybe you've done something else?

Peter Achten