How to generate clw with long app name

How to generate clw with long app name
Ex programone.app
Programmeone001.clw
Programmeone002.clw
Programmeone003.clw
Currently clarion 6.3 truncates names in 5 positions
ex progr001.clw …

Thanks

Did you try this?

in C6\bin\C6?E.ini

under [Application]
UseLongFilenames=on

In addition, on a Windows 10, I think the default is to disable 8.3 filenames. I needed to enable 8.3 on my Win10 VM in order to compile.

This fixed me up (on
my drive E:) -

fsutil behavior set Disable8dot3 E: 0

https://support.microsoft.com/en-us/help/121007/how-to-disable-8-3-file-name-creation-on-ntfs-partitions

have active long file name with the FSUTIL utility
and modify the C6EE.ini
The same problem persists
By running C6EE.exe in Windows8 compatibility mode everything works (property of the shortcut of C6EE)

With clarion11 everything is ok (long file name APP And DCT)

Thanks

fsutil behavior set Disable8dot3 E: 0 works ok
or HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem\NtfsDisable8dot3NameCreation VALUE 0

Thanks for your help

1 Like