[SOLVED] Dcl_Project_Import return nil [6.0.0.2]

Started by stephan_35 · 2009-09-02 09:08 UTC · 2 replies · SMF topic #898

Hello,

For the first time, I tried this :


(setq $project (dcl_Project_Load "project.odcl" T)) ;return "project"
(setq $project:odcl (dcl_Project_Export $project)) ; Return base 64 ascii string
(dcl_Project_UnLoad $project) ;return T
(dcl_project_import $project:odcl) ; return nil !


Should i must put an password ?

I miss something ?

Thanks for help.

Best regards.
There was yet another bug in the export code. This is now fixed for the next build.
Work fines with new ARX !

Waiting for new release.

Thanks.

Best regards.