[VSDK] File extensions problems!

Ruslan Zasukhin sunshine at public.kherson.ua
Thu Jan 22 09:37:36 CST 2004


on 1/22/04 9:26 AM, Eric Forget at forgete at cafederic.com wrote:

>> I doubt, because V4MD developers use only Full Path to Create/Open dbs
> 
> Try it. It took me 2 hours to make it work. The only working path was the
> way I wrote in the other email...

-----------
> When using file path to create/open the database on Mac OS X, we must set
> the extensions that way:
> 
>   gFBL_DescriptionExt         // C version for the structure file
> 
>   gFBL_MainDataFileExtStr     // Pascal version for the 3 others!!!
>   gFBL_BlobsDataFileExtStr
>   gFBL_TmpDataFileExtStr

Eric,

I cannot catch.

1) you have set own file extensions.


2) you say above correct things.
You must do 

// 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 ???


-- 
Best regards,
Ruslan Zasukhin      [ I feel the need...the need for speed ]
-------------------------------------------------------------
e-mail: ruslan at paradigmasoft.com
web: http://www.paradigmasoft.com

To subscribe to the Valentina mail list go to:
http://lists.macserve.net/mailman/listinfo/valentina
-------------------------------------------------------------



More information about the Valentina mailing list