-
Hi there,
Thanks for sharing this useful code. I've fixed the code for g++ 4.3.2 under opensuse 11.1 x86_64.
* I replaced the uint32_t in the reinterpret_cast by uintptr_t rather than uint64_t, so it compies on 32-bit platforms as well.
* I've added #include <stdlib.h> in ShinyManager.cpp fro malloc and free.
Cheers,
Gino
PS, Here's my svn diff:
Index...
2008-12-19 13:55:24 UTC in Shiny: C++ Profiler
-
Currently the project files for both VC7 and VC8 build
to the same directories, so you cannot have two sets of
binaries for each compiler version. Could you add an
extra level of indirection in the directory structure,
e.g.,
lib/1.4/vc7.1/libcollada_*.lib
or add the compiler version to the library name, e.g.,
lib/1.4/libcollada_*_vc71.lib
Also, could you add project files for...
2006-10-03 12:11:17 UTC in COLLADA Document Object Model (DOM)
-
dtecta committed patchset 14 of module freesolid to the FreeSOLID CVS repository, changing 3 files.
2005-01-21 22:48:05 UTC in FreeSOLID
-
dtecta committed patchset 2 of module freesolid to the FreeSOLID CVS repository, changing 129 files.
2002-10-21 21:51:36 UTC in FreeSOLID
-
dtecta committed patchset 1 of module freesolid to the FreeSOLID CVS repository, changing 129 files.
2002-10-21 21:51:36 UTC in FreeSOLID