Could not run "Stencil Shadow System"?

Blitz3D Forums/Blitz3D Programming/Could not run "Stencil Shadow System"?

Happy Sammy(Posted 2006) [#1]
Hi all,

I tried "Stencil Shadow System by Devils Child and Dare Devil"
http://www.blitzbasic.com/logs/userlog.php?user=8270&log=660
patrick-sch.de/bleibdafuerimmer/StencilShadowSystem.zip

debug says:
Error in userlib 'DirectX7.decls' - duplicate identifier


What should I do?
I have put the .dll and .decls into folder userlib

Thanks in advance
Sammy
:)


Beaker(Posted 2006) [#2]
Move all the other decls files in your userlibs folder to a temp folder called "hidden", because you have a 'function' from DirectX7.decls in another decls.

Don't be surprised if this breaks other stuff you are doing tho.


bytecode77(Posted 2006) [#3]
just replace my userlib with the other dx7 userlibs and it will run...me and daredevil are optimizing it a lil bit so it sould be faster in arround a few weeks :)


Happy Sammy(Posted 2006) [#4]
Thanks a lot.
You are right.

Sammy
:)