APEX_CE_WRONG_VERSION

Hi, I have got APEX_CE_WRONG_VERSION error on NxCreateApexSDK and program stops-unhandled exeption if I use ApexSDK. I have PhysX 3.3.2 and Apex 1.3.0

I read description of APEX_CE_WRONG_VERSION-The application supplied a version number that does not match with the libraries.

What can I do with that? This PhysX and Apex versions should be ok. Maybe there are incompatible? But i tried with apex 1.3.2 and same error :/

Some code

apexDesc.cooking  =mCooking;
		apexDesc.physXSDK=gPhysics;
       
		apexDesc.renderResourceManager =  manager;
		apexDesc.resourceCallback=call;
		apexDesc.wireframeMaterial="stone.xml";
		apexDesc.solidShadedMaterial ="stone.xml";

		<u><b>gApexSDK=NxCreateApexSDK(apexDesc,&errorCode)</b>;</u> <b><u>//ERROR APEX_CE_WRONG_VERSION</b></u>
		PX_ASSERT(gApexSDK);

		

		<u><b>gApexSDK->ANYTHING=CRASH</b></u>

I provide
ApexFrameworkPROFILE_x86.dll
PhysX3PROFILE_x86.dll
PhysX3CookingPROFILE_x86.dll
PhysX3CommonPROFILE_x86.dll
nvToolsExt32_1.dll