This post directly follow the last one :
http://www.purebasic.fr/english/viewtopic.php?t=34927
Now FLOATS are correctly handled, INTEGER and STRINGS too

I've made good progress integrating the latest DarkSDK .lib pack into PureBASIC 4.30 Beta X.
I actually can include all PureSDK .lib and make any program to compile.
I can create 3D object, Load Images, Texture Objects, Load sound and play them, etc ...
But I've found a really strange bug that seem to be related to Direct3D or directly to Direct3D Texture handling.
In fact, I will detail what work and what crash :
Load Object Ok
Use Loaded object in 3D render Crash
Create Object Ok
Use created object in 3D render Ok
Load Image Ok
Texture created Object with loaded image Ok
Paste Image Crash
Does someone one have any clue on from where this problem can came ?
Can it be caused by how PureBASIC program start when compiled ?