Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15

Thread: RMChart

  1. #11
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: RMChart

    Quote Originally Posted by fefe
    I should perhaps give the complete file path rather than "%APP_INCLUDEPATH%\RMChart.inc" in the script ?
    No, it is OK. Full path are always a problem.
    %APP_INCLUDEPATH% is a placeholder for the default thinBasic include directory. It will always be extanded to the directory where thinBasic is installed.

    Also just a simple
    #INCLUDE "RMChart.inc"
    should work because in this case thinBasic engine will first search for "RMChart.inc" in current script directory, than in default thinBasic include directory, usually \thinBasic\Inc\

    In any case here the problem was not related to #INCLUDE directive but where the DECLARE statement search for the needed DLL.
    Usually local script path comes first. List of sequence where DECLARE try to load the needed DLL is listed in DECLARE help

    Ciao
    Eros

    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  2. #12
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: RMChart

    Forget to say,

    if you create some script using RMChart and would like to share with us, I will include them into official thinBasic release.

    Thanks
    Eros
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #13

  4. #14
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10

    Re: RMChart

    zdenko?
    What does it mean?
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  5. #15
    Junior Member M30_NXG's Avatar
    Join Date
    Oct 2018
    Location
    Germany
    Posts
    4
    Rep Power
    0

    Lightbulb Rmchart.com -> Fake Url -> Take Wayback Machine

    Quote Originally Posted by ErosOlmi View Post
    fefe,

    I didn't get any reply so far but made some test with RMChart version 4.1.2
    All seems working fine just copying new included file and new DLL. So if you need to go manually do the following:

    download RMChart 412 from RMChart web site at http://www.rmchart.com/rmc/Downloads.htm getting rmchart_dll.zip file. From that file do the following:
    • extract RMChart.DLL and replace the one released with thinBasic installation in \thinBasic\Bin\ directory
    • extract \POWERBASIC\rmchart.inc include file and replace the one released with thinBAsic installation in \thinBasic\Inc\ directory

    You should have now RMChart 412 working with thinBasic example.

    Hope this can help in the meantime I get back info from Rainer.

    Ciao
    Eros

    Comment from:
    ...\thinBasic\SampleScripts\RMChart\RMChartDemo.tBasic
    RMChart is freeware by Rainer Morgen.
    To get more info about RMChart visit: http://www.rmchart.com/
    ...

    This URL of RMChart misleads you to "special" Url's. :-((

    You can reach some snippets of rmchart.com via the Wayback Machine like :
    http://web.archive.org/web/200712142...w.rmchart.com/

    I hope it helps

    Ben

Page 2 of 2 FirstFirst 12

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •