I made an exe which loads an fx hsls shader effect file.
It works properly as long as i execute it in windows 32bit, yet when i try in 64bit the effect file is no longer loaded.
D3DXCreateEffectFromFile leaves my LPD3DXEFFECT NULL and does not return any of the following values:
D3D_OK,D3DERR_INVALIDCALL, D3DXERR_INVALIDDATA, E_OUTOFMEMORY.
Still the exe and the fx files are the same!







