PhysX3.4 compilation record

The first example to run is HelloWorld, press 1 to throw objects. Press Enter to switch to other examples. 

But when I choose other examples, there will be an error, the error is on the destructor of some objects.

Compile the Release version, prompting that PhysX3Common_x64.lib cannot be found, 

Use EditPlus to find all the text files, find that there are other projects in PhysX-3.4-master to compile,

Open the PhysX-3.4-master\APEX_1.4\samples_v2\compiler\vc14win64-PhysX_3.4 project, compile PhysX3Common_x64.lib, and prompt me that PhysX3_x64.lib is not found, 

As before, change [Treat warnings as errors] to "No" in the settings, 

PhysX-3.4-master\APEX_1.4\samples_v2\compiler\vc14win64-PhysX_3.4 Compile all.

Then it prompts that PhysX3Cooking_x64.lib cannot be found.

Teddy compiled the PhysXCooking sub-project and generated the dll and lib of PhysXCooking.

Another prompt: LNK1181 cannot open the input file "PhysX3CharacterKinematic_x64.lib" Samples D:\ArcadiaProject\Git_Working\PhysX-3.4-master\PhysX_3.4\Samples\compiler\vc14win64\LINK 1    

Then go to the vc14win64-PhysX_3.4 project to compile the corresponding sub-project, and then Sample can be compiled successfully.

Only the Release version can run through all the examples, and the Debug version can only run through HelloWorld at present.

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325274856&siteId=291194637