Welcome to Clarion Community Sign in | Join | Faq

Clarion Language and Runtime Library

Started by eliaskho at 05-15-2008 5:31 PM. Topic has 3 replies.

Print Search
Sort Posts:    
   05-15-2008, 5:31 PM
eliaskho is not online. Last active: 5/17/2008 5:14:50 AM eliaskho

Top 200 Posts
Joined on 04-05-2008
Posts 3
Change Directory in C6.1
Reply Quote
Hi, When I select a working directory in C6.1 from File>Change Directory, it does not change, it says always in C:\Clarion6\Bin directory. Is there any environment file that should be edited to correct this problem?

Thanks

   Report 
   05-16-2008, 12:41 PM
johannesb is not online. Last active: 10/19/2008 10:18:42 PM johannesb

Top 50 Posts
Joined on 02-07-2006
Posts 12
Re: Change Directory in C6.1
Reply Quote
In C6.3 it follows the new selected dir as I can see.

In C60EE.ini/C60PE.ini (in the \Clarion6\Bin directory) you will find a section like this:

[Change Directory]
lastdir=C:\C6-apps
...

Try to delete this section.
   Report 
   05-16-2008, 1:12 PM
eliaskho is not online. Last active: 5/17/2008 5:14:50 AM eliaskho

Top 200 Posts
Joined on 04-05-2008
Posts 3
Re: Change Directory in C6.1
Reply Quote
Thanks for the reply. I checked the c60pe.ini it has [Path] and not {Change Directory]. My problem is when I load an application it compiles it in different directory. When I try to change the directory to point to the application, it doesn't change.

Thanks

   Report 
   05-18-2008, 7:49 AM
johannesb is not online. Last active: 10/19/2008 10:18:42 PM johannesb

Top 50 Posts
Joined on 02-07-2006
Posts 12
Re: Change Directory in C6.1
Reply Quote
The setting in c60pe.ini only affects the filedialog window in the IDE.

However, you should have a look at the redirection file (Setup menu in the IDE).

Here you can define where the different files are stored/retrieved. I.E:

[Debug32]
*.clw = .\obj32 !Use current app dir
*.inc = .\obj32 !Use current app dir

[Release32]
*.clw = .\obj32\release !Use current app dir
*.inc = .\obj32\release !Use current app dir

[Common]
IP_*.DLL = C:\ClarionDataServer !Save those dll's in the DataServer directory

There are more hints in the help system
   Report 
Clarion Communi... » Clarion » Clarion Languag... » Re: Change Directory in C6.1

Powered by Community Server, by Telligent Systems