NeoCoder
27-04-2007 13:43:43
Hello,
i just want to start using mogre as i'm working with C++/CLI and MOGRE resp. OGRE looks very promising.
My assemblies are signed/strong named and so i can't use the mogre assembly (which has no strong name) because VS2005 will give me a
error.
So i'm left with two alternatives:
1. Recompiling MOGRE and give it a key/strong name. But i don't know how to recompile MOGRE
/EDIT: I just found the source and will compile it (i thought that the SDK is compile-able, too).
2. Hoping that my request for a signed MOGRE assembly will be successfull and use that in the future.
In the meantime it would be great if somebody could tell me how to recompile MOGRE so that i can sign this assembly and use it. But that should only be a workaround because it would be a better idea to have the MOGRE SDK signed by default.
Regards,
NeoCoder
i just want to start using mogre as i'm working with C++/CLI and MOGRE resp. OGRE looks very promising.
My assemblies are signed/strong named and so i can't use the mogre assembly (which has no strong name) because VS2005 will give me a
LNK2022 assembly has no strong name
error.
So i'm left with two alternatives:
1. Recompiling MOGRE and give it a key/strong name. But i don't know how to recompile MOGRE
/EDIT: I just found the source and will compile it (i thought that the SDK is compile-able, too).
2. Hoping that my request for a signed MOGRE assembly will be successfull and use that in the future.
In the meantime it would be great if somebody could tell me how to recompile MOGRE so that i can sign this assembly and use it. But that should only be a workaround because it would be a better idea to have the MOGRE SDK signed by default.
Regards,
NeoCoder