[VSDK] File extensions problems!

Eric Forget forgete at cafederic.com
Thu Jan 22 02:52:59 CST 2004


> // C version for the structure file
>  gFBL_DescriptionExt   = ".myvdb"
>  gFBL_MainDataFileExt  = ".mydata";
>  gFBL_BlobsDataFileExt = ".myblob";
>  gFBL_TmpDataFileExt   = ".myind";
> 
>   
> // Pascal version for the 3 others!!!
>  gFBL_DescriptionExtStr   = "\p.myvdb";
>  gFBL_MainDataFileExtStr  = "\p.mydata";
>  gFBL_BlobsDataFileExtStr = "\p.myblob";
>  gFBL_TmpDataFileExtStr   = "\p.myind";
> 
> 
> Above you say the same as far as I see.
> Where problems ???

To make it work, the only combination is:

    // C version for the structure file
    gFBL_DescriptionExt   = ".myvdb"

    // Pascal version for the 3 others!!!
    gFBL_MainDataFileExtStr  = "\p.mydata";
    gFBL_BlobsDataFileExtStr = "\p.myblob";
    gFBL_TmpDataFileExtStr   = "\p.myind";

Éric

___________________________________________________________________

 Eric Forget                       Cafederic
 ForgetE at cafederic.com             <http://www.cafederic.com/>

 Fingerprint <86D5 38F5 E1FD 5D9C 71C3  BAA3 797E 70A4 6210 C684>




More information about the Valentina mailing list