home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 225 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  998 b 

  1. Path: csus.edu!NewsWatcher!user
  2. From: vreeland@sfsu.edu (Robert W. Vreeland Jr.)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Datatypes - Help!
  5. Date: Thu, 04 Jan 1996 06:15:39 -0800
  6. Organization: California State University Sacramento
  7. Message-ID: <vreeland-0401960615390001@192.0.2.1>
  8. References: <vreeland-0101961417240001@192.0.2.1> <30e9e87f@lls.se>
  9. NNTP-Posting-Host: vreeland@orion.sfsu.edu
  10.  
  11. In article <30e9e87f@lls.se>, cmh@lls.se (Magnus Holmgren) wrote:
  12.  
  13. > In a message of 01 Jan 96, Robert wrote to All:
  14. >  RWV>    if (!DataTypesBase)
  15. >  RWV>       return(1);
  16. >  RWV>    if (!(o=NewDTObject(path,DTA_GroupID,GID_PICTURE,
  17. >  RWV>                             TAG_END)))
  18. > Since you aren't remapping to anything, try adding "PDTA_Remap, FALSE," and
  19. > see if that helps. That's about the only difference I can spot when I
  20. > compare to my Visage-sources.
  21. > --
  22. > Magnus Holmgren - Amiga programmer and enthusiast
  23.  
  24. Thanks for the help, that turned out to be the problem.
  25.  
  26. Robert.
  27.