Changes between Version 6 and Version 7 of WorkingWithGDL


Ignore:
Timestamp:
05/15/13 14:35:49 (11 years ago)
Author:
pinsard
Comment:

CMSVLIB installed on curie

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithGDL

    v6 v7  
    7878}}} 
    7979 
     80CMSVLIB have been installed on curie on /usr/local/gdl-0.9.3/share/cmsvlib/lib. 
     81 but as catch is not implemented in gdl a great attention must be used on file value 
     82 
     83this example works fine:: 
     84{{{ 
     85 a=1 
     86save, a, file='ginette' 
     87% Compiled module: CMSV_WREC. 
     88% Compiled module: CMSV_RREC. 
     89% Compiled module: CMSV_WRAW. 
     90% Compiled module: CMSV_WVTYPE. 
     91% Compiled module: CMSV_WDATA. 
     92}}} 
     93 
     94this example ends badly just because file :file:`/dsqdqs/ginette` can not be written :: 
     95{{{ 
     96a=1 
     97save, a, file='/dsqdqs/ginette' 
     98% Compiled module: SAVE. 
     99% Compiled module: CMSVLIB. 
     100% CATCH: feature not implemented yet (FIXME!). 
     101% Compiled module: CMSV_OPEN. 
     102% Compiled module: CMSAVE. 
     103% Compiled module: CMSV_PTRSUM. 
     104EXECUTE: CMSAVE: LOADCT: FILE keyword not implemented yet, ignored. (FIXME) 
     105}}} 
     106 
    80107Procedure not found: MAP_SET 
     108 
     109CATCH: feature not implemented yet (FIXME!).