Forum Control






Lost Password?
No account yet? Register

Designed by:
osCommerce hosting Joomla Templates
Ecommerce web hosting
Locations of visitors to this page
FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
usleep (1 viewing) (1) Guest
Porting
Go to bottom Post Reply Favoured: 0
TOPIC: usleep
#113
Begasus (Admin)
Admin
Posts: 66
graph
User Offline Click here to see the profile of this user
Missing symbols 10 Months, 3 Weeks ago Karma: 3  
A thread to list the missing symbols and try to solve the problems regarding the symbols.
 
Report to moderator   Logged Logged  
 
It's nice to Be!

Belgium BeOS UserGroup
http://www.bebug.be
  The administrator has disabled public write access.
#114
Begasus (Admin)
Admin
Posts: 66
graph
User Offline Click here to see the profile of this user
zcfree 10 Months, 3 Weeks ago Karma: 3  
Missing symbol zcfree comes from libfreetype or zlib so check if you have libfreetype.so and/or libz.so installed on your system. (in the Download section -Libraries- you can find a new version for freetype).
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/02/15 10:24 By Begasus.
 
It's nice to Be!

Belgium BeOS UserGroup
http://www.bebug.be
  The administrator has disabled public write access.
#119
Begasus (Admin)
Admin
Posts: 66
graph
User Offline Click here to see the profile of this user
usleep 9 Months, 4 Weeks ago Karma: 3  
BeOS R5 BONE doesn't have usleep like ZETA or Haiku, instead it's using snooze.
If you want to port something that's calling for usleep you can add this code inside the source file:

#if defined (__BEOS__)
#define usleep(v) snooze(v/1000)
#endif

Now it will use snooze instead of usleep. Happy porting!!
 
Report to moderator   Logged Logged  
 
It's nice to Be!

Belgium BeOS UserGroup
http://www.bebug.be
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop