My Visual Studio 2010 solution has C DLL and C# project, which calls C DLL. Solution works ok when built on 32-bit Windows-7 Pro computer. On 64-bit Windows-7 Pro, builds okay, but when ran, C# calls function in the DLL and gets error:My Visual Studio 2010 solution has C DLL and C#