TeeChartVCLFMX-2020.30:
Running “New Features Demo 64” failed, from the Start Menu in Windows10.
Running Demo failed
Running Demo failed
- Attachments
-
- Error.jpg (17.57 KiB) Viewed 14507 times
Re: Running Demo failed
Hello,
If there is a problem running the exe check that the exe can be compiled from the source in the "Examples\Features" folder.
Regards.
Marc
If there is a problem running the exe check that the exe can be compiled from the source in the "Examples\Features" folder.
Regards.
Marc
Steema Support
Re: Running Demo failed
[MSBuild Error] The "CreateRcFile" task failed unexpectedly.
System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX 2020.30\Examples\Features\Tee9New.vrc' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append)
at Borland.Build.Tasks.Shared.CreateRcFile.WriteWindowsRC()
at Borland.Build.Tasks.Shared.CreateRcFile.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)
System.UnauthorizedAccessException: Access to the path 'C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX 2020.30\Examples\Features\Tee9New.vrc' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
at System.IO.StreamWriter.CreateFile(String path, Boolean append, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize, Boolean checkHost)
at System.IO.StreamWriter..ctor(String path, Boolean append)
at Borland.Build.Tasks.Shared.CreateRcFile.WriteWindowsRC()
at Borland.Build.Tasks.Shared.CreateRcFile.Execute()
at Microsoft.Build.BuildEngine.TaskEngine.ExecuteInstantiatedTask(EngineProxy engineProxy, ItemBucket bucket, TaskExecutionMode howToExecuteTask, ITask task, Boolean& taskResult)
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Running Demo failed
Hello,
Have you tried the example code on our GitHub repo?
https://github.com/Steema/TeeChart-VCL-samples
When I open Tee9New.bdsproj under the TeeNew folder and run it with Delphi 10.2 Update 3, I get: Do you get the same?
Have you tried the example code on our GitHub repo?
https://github.com/Steema/TeeChart-VCL-samples
When I open Tee9New.bdsproj under the TeeNew folder and run it with Delphi 10.2 Update 3, I get: Do you get the same?
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
Re: Running Demo failed
Yes, I installed TeeChartVCLFMX-2020.30.exe. When compiled from the source in the "Examples\Features" folder, [MSBuild Error] as shown above raise.
In Windows 7, it works despite some minor problems. But, in Windows 10, it does not run from the start menu of New Features Demo 64.
In Windows 7, it works despite some minor problems. But, in Windows 10, it does not run from the start menu of New Features Demo 64.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: Running Demo failed
Instead of the code in the "Examples\Features" folder, have you tried compiling the code on:
https://github.com/Steema/TeeChart-VCL-samples
As I suggested in my last message?
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |