Running Demo failed

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
xsLiu
Newbie
Newbie
Posts: 33
Joined: Wed May 22, 2019 12:00 am

Running Demo failed

Post by xsLiu » Wed Jun 10, 2020 10:01 am

TeeChartVCLFMX-2020.30:
Running “New Features Demo 64” failed, from the Start Menu in Windows10.
Attachments
Error.jpg
Error.jpg (17.57 KiB) Viewed 13341 times

Marc
Site Admin
Site Admin
Posts: 1209
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Running Demo failed

Post by Marc » Mon Jun 15, 2020 4:15 pm

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
Steema Support

xsLiu
Newbie
Newbie
Posts: 33
Joined: Wed May 22, 2019 12:00 am

Re: Running Demo failed

Post by xsLiu » Mon Aug 03, 2020 2:32 pm

[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)

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Running Demo failed

Post by Christopher » Tue Aug 04, 2020 8:54 am

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:
Tee9new_2020-08-04_10-50-32.png
Tee9new_2020-08-04_10-50-32.png (291.06 KiB) Viewed 12871 times
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

xsLiu
Newbie
Newbie
Posts: 33
Joined: Wed May 22, 2019 12:00 am

Re: Running Demo failed

Post by xsLiu » Wed Aug 05, 2020 12:01 pm

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.

Christopher
Guru
Posts: 1603
Joined: Fri Nov 15, 2002 12:00 am

Re: Running Demo failed

Post by Christopher » Wed Aug 05, 2020 12:09 pm

xsLiu wrote:
Wed Aug 05, 2020 12:01 pm
Yes, I installed TeeChartVCLFMX-2020.30.exe. When compiled from the source in the "Examples\Features" folder, [MSBuild Error] as shown above raise.
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

Post Reply