blitzbasic

Author Topic: Box2d - 2D physics  (Read 16961 times)

Offline Nathan

  • Mr. Polyvector
  • ***
  • Posts: 117
    • View Profile
Re: Box2d - 2D physics
« Reply #180 on: 2011-Nov-15 »
I've noticed all attachments are now downloading as index.php, its not just restricted to this file.  It possibly first started happening for me when Firefox upgraded itself to the latest version, but I can't confirm that.

The file downloads okay however when using MSIE, I haven't tried any other browsers though.

Offline mentalthink

  • Prof. Inline
  • *****
  • Posts: 2294
  • Integrated Brain
    • View Profile
Re: Box2d - 2D physics
« Reply #181 on: 2011-Nov-15 »
Yes nathan don´t care I post before you, the files are correct.
 :good: :good:

Offline Codeguru

  • Mc. Print
  • *
  • Posts: 2
    • View Profile
Re: Box2d - 2D physics
« Reply #182 on: 2011-Dec-25 »
anyone able to compile the test into the android target ?
i got massive errors not found any header file:

compile+link:
C:\Users\MickyD\AppData\Local\Temp\glbasic\gpc_temp1.cpp:83:19: error: box2d.h: No such file or directory
C:\Users\MickyD\AppData\Local\Temp\glbasic\gpc_temp1.cpp:87:46: error: Source/Common/b2BlockAllocator.cpp: No such file or directory

.....
and a lot more errors

Offline neseir

  • Mc. Print
  • *
  • Posts: 21
    • View Profile
Re: Box2d - 2D physics
« Reply #183 on: 2011-Dec-25 »
Hi

I made it work on Android but I had to add a reference to the header (check this posting earlier in the thread)  :http://www.glbasic.com/forum/index.php?topic=3561.msg53765#msg53765

//Eirik

Offline bigsofty

  • Prof. Inline
  • *****
  • Posts: 1993
    • View Profile
Re: Box2d - 2D physics
« Reply #184 on: 2011-Dec-29 »
Not touched Box2D for a LONG time but I thought I would have a little play with this great lib once again, one thing though before I start a new project. The first post says "Updated version 13 oct 2011", is this the most recent version?
“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)

Offline Kitty Hello

  • code monkey
  • Administrator
  • Prof. Inline
  • *****
  • Posts: 10294
  • here on my island the sea says 'hello'
    • View Profile
    • http://www.glbasic.com
Re: Box2d - 2D physics
« Reply #185 on: 2011-Dec-29 »
Yes, I think so.

Offline bigsofty

  • Prof. Inline
  • *****
  • Posts: 1993
    • View Profile
Re: Box2d - 2D physics
« Reply #186 on: 2011-Dec-29 »
Ah, cool, thank you.  :good:
“It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration.”
(E. W. Dijkstra)