About Store Forum Documentation Contact



Post Reply 
hi,esenthel help :)
Author Message
lovee Offline
Member

Post: #1
hi,esenthel help :)
hi,my dear friend,at first sorry my bad EN :(~~~~~

//********************************************************************************​*********
(Esenthel engine windows last version)
Tutorials\Source\Advanced\2 - Animation, Physics, Rendering\Physics\15 - Soft Bodies.cpp
//********************************************************************************​*********
my pc: (no oc)
windows 7 x64
visual studio 2008
Q9550 ASUS P5Q PRO 2G DDR2 800 X4
GTX470 DRIVERS 275.33
//********************************************************************************​*********
Release Win32 Code compilation->OK RUN-> Can't load "NxTetra.dll"
Release x64 Code compilation->OK RUN-> Can't load "NxTetra.dll"
Release DX10+ Win32 Code compilation->OK RUN-> Can't load "NxTetra.dll"
Release DX10+ X64 Code compilation->OK RUN-> Can't load "NxTetra.dll"
//********************************************************************************​*********
so i copy file "Installation\PhysX\NxTetra.dll" to "C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common" then
//********************************************************************************​*********
Release Win32 Code compilation->OK RUN-> OK
Release x64 Code compilation->OK RUN-> Can't load "NxTetra.dll"
Release DX10+ Win32 Code compilation->OK RUN-> OK
Release DX10+ X64 Code compilation->OK RUN-> Can't load "NxTetra.dll"
//********************************************************************************​*********
(This post was last modified: 06-10-2011 03:05 PM by lovee.)
06-10-2011 03:03 PM
Find all posts by this user Quote this message in a reply
PRG3D Offline
Member

Post: #2
RE: hi,esenthel help :)
Maybe locate NxTetra.dll in project folder (EsenthelEngineSDK\Tutorials\)?
(This post was last modified: 06-10-2011 03:10 PM by PRG3D.)
06-10-2011 03:09 PM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: hi,esenthel help :)
thanks for the info!
I'll fix this for next SDK, in the meantime please copy NxTetra.dll to the place where your exe is being generated as PRG3D advised.
06-10-2011 03:17 PM
Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #4
RE: hi,esenthel help :)
Thank you very much for your help smile
(This post was last modified: 06-10-2011 03:34 PM by lovee.)
06-10-2011 03:20 PM
Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #5
RE: hi,esenthel help :)
hi,my dear friend,
//************************************************
new version :
Tutorials\Source\Advanced\2 - Animation, Physics, Rendering\Physics\15 - Soft Bodies.cpp
//************************************************
Release x64 Code compilation->OK RUN-> Can't load "NxTetra.dll"
Release DX10+ X64 Code compilation->OK RUN-> Can't load "NxTetra.dll"
(This post was last modified: 06-14-2011 04:18 AM by lovee.)
06-14-2011 04:17 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #6
RE: hi,esenthel help :)
Physx sdk provides only 32 bit dll so it won't work on 64
Nxtetra is needed only for creation of meshes. So you can create meshes in 32 and in 64 just load them
06-14-2011 10:28 AM
Find all posts by this user Quote this message in a reply
lovee Offline
Member

Post: #7
RE: hi,esenthel help :)
Thank you very much for your help
06-14-2011 12:55 PM
Find all posts by this user Quote this message in a reply
Post Reply