Where can I dowload PhysXSDK?

Hi,

Where can I download PhysXSDK?

Kind Regards,
Petras

You can see a reasonably lengthy discussion on the subject here: https://devtalk.nvidia.com/default/topic/939782/physx-and-physics-modeling/where-can-i-download-physx-binaries-/

but it essentially amounts to: download the source from github and build it

Thanks for reply, I downloaded GitHub from NVidia. But when I try to build source file:
C:\Users\petra_VisualStudio\PhysX-3.3-master\PhysXSDK\Source\compiler\vc14win64

I get errors:

https://1drv.ms/i/s!AnwaB50XU22ehN9KRKoW_2KjgezMKg

Do you know what is causing the error? I am using Visual Studio Enterprise 2015

I also tried to download files from your mentioned link.
Probably know I need to find C# wrapper.

I don’t know what’s causing the error. The message suggests that two different things are defining __pfnDliNotifyHook2 in different ways. I’ve never used this before and don’t know how PhysX uses it. You might try searching the PhysX code to see where it’s defined (It may be in a header included by PhysX but not in PhysX itself). This article may give an idea of what this thing is for: Error handling and notification | Microsoft Docs