Page 1 of 2 12 LastLast
Results 1 to 10 of 15

Thread: Ode examples are not working now

  1. #1
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Ode examples are not working now

    I don't know if this is a bug, I did install the udt updated thinCore and now realize that Petr's ODE examples are not running for me. Has anyone else run into this problem?
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

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

    Re: Ode examples are not working now

    Ken,

    you need current online preview version 1.5.0.1
    There was a bug in pointers detection in stable version and first preview 1.5.0.1

    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

  3. #3

    Re: Ode examples are not working now

    Eros, you mean the core preview you posted in the UDT topic? I downloaded the preview from the mirror server and it crashes.

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

    Re: Ode examples are not working now

    Well,

    you need to have installed current online preview version 1.5.0.1 (also the Core under development attached is OK) and all seems working here.

    I've tested under WinME, Win2K, WinXP, Windows Vista and none gave me any error.

    I've attached here my ODE examples, just in case.

    Let me know
    Eros
    Attached Files Attached Files
    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. #5

    Re: Ode examples are not working now

    Nope, I installed the core preview from this topic:

    http://community.thinbasic.com/index...;topicseen#new

    It crashes. Isn't the preview on the mirror server maybe not uptodate?

    EDIT: I downloaded the preview from the main server, installed the core over it and it still crashes.

  6. #6
    Super Moderator Petr Schreiber's Avatar
    Join Date
    Aug 2005
    Location
    Brno - Czech Republic
    Posts
    7,128
    Rep Power
    732

    Re: Ode examples are not working now

    Hi Mike,

    here are no problems :'(

    I am using latest preview and it works as it should.
    Check your ODE samples and see if they include
    [code=thinbasic]
    #include "%APP_INCLUDEPATH%\thinbasic_ode.inc"
    [/code]
    and no other version of header, and also check the header is "THIRD OFFICIAL RELEASE" and that you have ODE.DLL in same directory as the scripts.


    Bye,
    Petr
    Learn 3D graphics with ThinBASIC, learn TBGL!
    Windows 10 64bit - Intel Core i5-3350P @ 3.1GHz - 16 GB RAM - NVIDIA GeForce GTX 1050 Ti 4GB

  7. #7
    thinBasic MVPs kryton9's Avatar
    Join Date
    Nov 2006
    Location
    Naples, Florida & Duluth, Georgia
    Age
    67
    Posts
    3,869
    Rep Power
    404

    Re: Ode examples are not working now

    I am using the UDT core from mirror as well and having problems. After reading Mike's post since he had the same problems with other download, I will download the and use current preview version and see what happens.
    Acer Notebook: Win 10 Home 64 Bit, Core i7-4702MQ @ 2.2Ghz, 12 GB RAM, nVidia GTX 760M and Intel HD 4600
    Raspberry Pi 3: Raspbian OS use for Home Samba Server and Test HTTP Server

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

    Re: Ode examples are not working now

    I think I missed something in my previous check in mirror web site.
    I uploaded again current thinBasic preview version 1.5.0.1 in mirror site.
    Now official web site and mirror site are the same.

    Hope the problem was the fact that mirror had an out of date version.

    Sorry.
    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

  9. #9

    Re: Ode examples are not working now

    Mmmh, I'm on a lan party right now. With my old notebook.
    I installed the preview from the mirror now, installed the new core and downloaded the ODE.zip file Eros posted.

    First I get the error about a missing "MSVCP71.DLL" and then thinBAsic complains this:

    DECLARE FUNCTION DMASSCHECK LIB "ode.dll" ALIAS "dMassCheck" (BYREF M AS DMASS) AS LONG

    DMASSCHECK is the thing it doesn't like.

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

    Re: Ode examples are not working now

    Mike,

    MSVCP71.DLL is a DLL imported (used) by ODE.DLL
    So the fact that you get error on this, it means that when thinBasic try to load ODE.DLL it is not able and all will fail from that point on.

    MSVCP71.DLL is the "Microsoft C++ Runtime Library". You should get it from another computer but the fact you do not have it is very strange to me. What version of IE do you have installed in your notebook?

    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

Page 1 of 2 12 LastLast

Similar Threads

  1. Some not working examples in help file
    By Petr Schreiber in forum Fixed or cleared errors in help material
    Replies: 1
    Last Post: 06-09-2005, 14:50

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
  •