swarm-support
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Raster and gui.h


From: Pietro Terna
Subject: Raster and gui.h
Date: Mon, 13 Apr 1998 20:01:05 +0200

        Hi all,

to create:
  consumerRaster = [Raster createBegin: [self getZone]];
defined as:
  id <Raster> consumerRaster; // 1.1

I've to import:
  // #import <tkobjc.h> // 1.0.5
  #import <tkobjc/Raster.h> // 1.1 ??
  #import <gui.h> // 1.1

where the line:
  #import <tkobjc/Raster.h> // 1.1 ??
is inconsistent with porting instruction (Porting applications to 1.1)

without this line I obtain the message:
'Raster' undeclared (first use this function)

        If I substitute Raster with ZoomRaster compiling phase goes well without
introducing the inconsistent declaration (but I need to use Raster, because
I'm working on a non square window).

        Yours, Pietro




                  ==================================
   Swarm-Support is for discussion of the technical details of the day
   to day usage of Swarm.  For list administration needs (esp.
   [un]subscribing), please send a message to <address@hidden>
   with "help" in the body of the message.
                  ==================================


reply via email to

[Prev in Thread] Current Thread [Next in Thread]