From ea2bbc37d1bead14f4be0ba93c4d503f4de4e582 Mon Sep 17 00:00:00 2001 From: klickverbot Date: Fri, 16 Apr 2010 21:15:51 +0000 Subject: [PATCH] [dAssimp] Added note that the D bindings have yet to be adapted for 64 bit builds of Assimp. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@687 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- port/dAssimp/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/port/dAssimp/README b/port/dAssimp/README index 2b9341419..af82cb199 100644 --- a/port/dAssimp/README +++ b/port/dAssimp/README @@ -8,4 +8,6 @@ You should be able to create sufficient DDoc documentation for the bindings using your favourite build tool (such as Rebuild). Please refer to the main (Doxygen-generated) documentation for general topics. -Please contact for any bindings-specific issues. +Please note that the bindings have only been tested on 32 bit systems, they have +yet to be adapted for the different size of the integer types in 64 bit builds +of Assimp.