View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0034665 | Lazarus | IDE | public | 2018-12-09 08:24 | 2020-11-07 16:17 |
Reporter | Ondrej Pokorny | Assigned To | Juha Manninen | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | win32 | OS | Windows | ||
Product Version | 2.1 (SVN) | ||||
Summary | 0034665: Target EXE file deletes characters after the last dot | ||||
Description | In "Project options -> Compiler options -> Paths -> Target file name" I set "MyProgram.10". The created executable is "MyProgram.exe" instead of "MyProgram.10.exe". | ||||
Steps To Reproduce | Create new console program, set target file name with a dot (e.g. project1.10), see that the created executable doesn't have the characters after the dot included (project1.exe). | ||||
Tags | No tags attached. | ||||
Fixed in Revision | r64070 | ||||
LazTarget | - | ||||
Widgetset | |||||
Attached Files |
|
|
It does work if you set it to MyProgram.10.exe (tested on Windows) (I mention this just as a workaround) |
|
Fixed, please test. Apparently FPC has a similar problem with debug symbol files. This happens when the default executable suffix is empty (Unix etc.). When I have option "Use external debug symbols file (-Xg)" set, last part of a dotted name is gone before the added ".dbg". |
Date Modified | Username | Field | Change |
---|---|---|---|
2018-12-09 08:24 | Ondrej Pokorny | New Issue | |
2020-10-10 18:54 | Bart Broersma | Status | new => confirmed |
2020-10-10 18:54 | Bart Broersma | LazTarget | => - |
2020-10-10 18:54 | Bart Broersma | Note Added: 0126224 | |
2020-10-10 18:54 | Bart Broersma | Note Edited: 0126224 | View Revisions |
2020-10-24 21:53 | Juha Manninen | Assigned To | => Juha Manninen |
2020-10-24 21:53 | Juha Manninen | Status | confirmed => assigned |
2020-10-24 22:03 | Juha Manninen | Status | assigned => resolved |
2020-10-24 22:03 | Juha Manninen | Resolution | open => fixed |
2020-10-24 22:03 | Juha Manninen | Fixed in Revision | => r64070 |
2020-10-24 22:03 | Juha Manninen | Note Added: 0126522 | |
2020-10-24 22:18 | Juha Manninen | Note Edited: 0126522 | View Revisions |