0

Helix Sharpdx

Anonymous 10 years ago 0
This discussion was imported from CodePlex

eonxxx wrote at 2014-01-30 22:54:

Hi there,

i tried to integrate parts of source code from deferred shading demo into my own app.
cproject compiles well. but at runtime i get following error:

error registering effect: sharpdx_direct3d11_effects_x86.dll

where in the project path should the file located and how shuld i register it to my project?

thanks
eonxxx

objo wrote at 2014-02-02 12:06:

Did you install SharpDX and DirectX SDK?
http://www.microsoft.com/en-us/download/details.aspx?id=6812
http://sharpdx.org/download/

This is a fork and I am not sure about the build requirements for it at the moment.

eonxxx wrote at 2014-02-02 21:38:

Yes. It's installed.
Examples (whole fork) compiled well and all the examples run fine.

eonxxx wrote at 2014-02-28 22:52:

anyone got a simple standalone project on effects wich works?
thanks eonxxx

VishwaPrasad wrote at 2014-07-25 13:37:

Hi,

I was also got the same error in my standalone application, I have copied sharpdx_direct3d11_effects_x86.dll file in bin folder. and issue has resolved.

But , when I test SharDX on XBAP, same issue occur, even I copied the dlls also , but issue still persist.

Can anyone help on this.

Thanks
Vishwa