|
|
Clarion Language and Runtime Library
Started by eliaskho at 05-15-2008 5:31 PM. Topic has 3 replies.
 
 
|
|
Sort Posts:
|
|
|
|
05-15-2008, 5:31 PM
|
eliaskho
Joined on 04-05-2008
Posts 3
|
|
|
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
Joined on 02-07-2006
Posts 12
|
Re: Change Directory in C6.1
|
|
|
|
|
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
Joined on 04-05-2008
Posts 3
|
Re: Change Directory in C6.1
|
|
|
|
|
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
Joined on 02-07-2006
Posts 12
|
Re: Change Directory in C6.1
|
|
|
|
|
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... » Change Directory in C6.1
|
|
|
|