[Lazarus] Ctrl-D hangs Lazarus

faber faber.cpu at gmail.com
Sun May 9 20:53:25 CEST 2010


Le 09/05/2010 10:49, Mattias Gärtner a écrit :
> Zitat von Fedorax <fedorax at free.fr>:
>
>> Hello,
>>
>> I compiled one small linux app with lazarus installed in virtual box 
>> emulation of windows.
>> I've a shared directory recognize by windows as \\VBOXSVR
>> The compiler cant' follow it, when i compile an app located in it the 
>> compiler say ant find the directory ''
>> If i try to add a path in project options i can folow the link but 
>> when i click OK it return an empty string.
>> Is it a bug ?
>
> What are the exact directory names?
> Do you use a symbolic link?
> Maybe the symbolic link is wrong and points to a non existing directory.
>
> Mattias
>
>
>
>
> -- 
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
No, i never use symbolic links in my apps.

My test sources files was in:
\\VBOXSVR\moi\sources_soft\lazarus_projets\db_utils
After move all project sources in c:\freepascal\projets\dbutils
Project start but can't read his config text file wich stay in
\\VBOXSVR\home\moi\bouq_db\bin\.db_utils
I move config text files in c:\freepascal\projets\dbutils\config
All work
The most amazing is that my app work with dbf, all my db files are stay in
\\VBOXSVR\home\moi\bouq_db\dbf\... lots of sub dirs
and i can open all db files without have to move it.
After close the app last used directory is memorised in
c:\freepascal\projets\dbutils\config\cfg_last_files.txt
as \\VBOXSVR\moi\bouquinique_db\db_bouq\bde_dbf\cat_bouq\bd\
When i restart program it read the cfg file with tstringlist and return 
correct result
opendialog.initialdir:=Curdir;
showmessage(opendialg.initialdir) return a good result
but opendialog.execute ignore this directory and go
on c:\bureau\Mes documents\
Note that with windows lazarus is some time very slow ( more than 20 s. 
) to open directory.

Version of lazarus is 0.9.29 with windows xp




More information about the Lazarus mailing list