Monday, 26 August 2013

Using pinvoke for both 32 and 64 bit dlls from the same managed dll

Using pinvoke for both 32 and 64 bit dlls from the same managed dll

References

Reference NO 1

http://stackoverflow.com/questions/15198836/using-pinvoke-for-both-32-and-64-bit-dlls-from-the-same-managed-dll

Reference NO 2

http://social.msdn.microsoft.com/Forums/en-US/7247bc3a-2233-4fd8-bf15-d25fc5f3b1f4/action?threadDisplayName=how-to-create-a-dll-that-supports-32-and-64-bit

Reference NO 3

http://andrewsheppard.wordpress.com/2010/11/22/dllimport-and-32-64-bit-dlls/

Reference NO 4

http://channel9.msdn.com/Forums/Coffeehouse/confused-by-32-bit-vs-64-bit

Reference NO 5

http://www.xinterop.com/index.php/2013/04/13/introduction-to-c-pinvoke-interop-sdk/

Reference NO 6

https://github.com/libgit2/libgit2sharp/issues/55

Reference NO 7

http://www.hanselman.com/blog/BackToBasics32bitAnd64bitConfusionAroundX86AndX64AndTheNETFrameworkAndCLR.aspx

Reference NO 8

http://www.ookii.org/Blog/the_effects_of_x64_on_your_net_application

No comments:

Post a Comment