Cannot find initialization file
PioPio2 opened this issue · 15 comments
Hello again,
Sorry, I have followed the instructions, instrumentated the source and build the .exe
When I run the .exe I have the warning "Cannot find initialization file" and the profile cannot be performed.
What am I doing wrong ?
Many thanks
Alberto
I have found the file in the release folder.
Its normally next to the output artefact, you can change this in the project settings...
I am unable to configure where to output the initialization file. It insists saving it in the Release folder even if I am in in Debug build.
@ase379 please can you help to understand where I can change it in the project settings?
The configuration of the active configuration of the dproj should be taken. Perhaps you have to set debug as the currenly active setting in delphi.
The currenly active setting in delphi for this project is Debug. All the project artifacts (.exe, .map, .dcu) are currently generated in the Win32/Debug folder. I do not know where to look and what to look for, other than double check that the active setting in delphi for this project is Debug.
Can you upload the project file (without any code) ?
Do you mean both .dpr and .dproj?
Yes
Attached here the .dproj file (renamed to .txt to allow the upload)
Locazioni.dproj.txt
What about the dpr ?
I apologize, here it is the .dpr
Locazioni.dpr.txt
I found it, its a bug in the code. I will update the release files.
Thank you so much Andreas! Fantastic! I will monitor Github in the next days for a new binary release.
Ist already available, just grab the latest Release.
Andreas thank you for your support: I've downloaded the last build you released yesterday and I can confirm that it works like a charm!