C# - mixed assembly (C++/CLI, DirectX native) interplay (32/64bit)
问题 I have a problem related to this question. Two players: C# application Mixed assembly used by 1) The application has to support anything from Windows XP (32bit) to Windows 7 (32 & 64bit). The assembly is complicated in different ways. It contains managed C++/CLI code and some native C++ classes dancing with native DirectX. It also is linked to a few 32bit native dll's w/o source access (containing C++ classes with import libraries). Things are working well in 32bit environments (XP and 7