Is there is a Redirection File naming schema that anyone knows of?
I see the redirection file referred to as
C60EE.RED
in C6.39054 EE
Clarion8.RED
in the C11 help docs (“Redirection System” help page “(%ClarionRoot%\BIN\Clarion8.RED” )
Clarion80.RED
in the C11 help docs (“Redirection System” help page “(%ClarionRoot%\BIN\Clarion80.RED” )
Clarion100.RED
from here Editing Default Redirection RED file to create .LIB with .DLL in project folder
Clarion110.RED
in my C11 IDE
I’ve seen this post suggesting Clarion 11 Redirection File
Clarion[MajorIDEversion].RED
where version is the major version with a trailing 0 , I’m guessing incase of a minor update.
And just to clarify, if I’m using a previous clarion version for the runtime (C7+ IDE > Build > Set Clarion Version > [select what entries exist]) will this still use the main Clarion[MajorIDEversion].RED
even if I have selected say a C6.3 9054 runtime?
I’m assuming at this stage regardless of Clarion runtime version selected it still uses the [MajorIDEversion] of the .Red file with a trailing zero and it still follows this order of precedence in C7+ IDE’s?
eg.
Major IDE version with a trailing zero
Clarion70
Clarion80
Clarion90
Clarion100
Clarion110
ApplicationName in the ApplicationFolder.RED
Clarion[MajorIDEversion] in the ApplicationFolder.RED
Clarion[MajorIDEversion] in the Clarion IDE \bin folder.RED
c:\MyAppFolder\MyAppName.red
c:\MyAppFolder\Clarion110.red
c:\Clarion11\bin\Clarion110.red
TIA