Page 1 of 1

Running Demo failed

Posted: Wed Jun 10, 2020 10:01 am
by 16586272
TeeChartVCLFMX-2020.30:
Running “New Features Demo 64” failed, from the Start Menu in Windows10.

Re: Running Demo failed

Posted: Mon Jun 15, 2020 4:15 pm
by Marc
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

Re: Running Demo failed

Posted: Mon Aug 03, 2020 2:32 pm
by 16586272
[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)

Re: Running Demo failed

Posted: Tue Aug 04, 2020 8:54 am
by Christopher
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 12933 times
Do you get the same?

Re: Running Demo failed

Posted: Wed Aug 05, 2020 12:01 pm
by 16586272
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.

Re: Running Demo failed

Posted: Wed Aug 05, 2020 12:09 pm
by Christopher
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?