Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用一个为任何 cpu 平台构建的 dll,并且我正在为 x86 平台开发一个应用程序,因为我在我的应用程序中引用了这个 dll,我无法访问它的类。
你能建议我该怎么做吗?
我只想在我的 x86 平台或 32 位应用程序的应用程序中使用“任何 cpu”平台构建 dll。
如果 DLL 真的是为“任何 CPU”构建的,那么无论如何使用 DLL 应该没有问题。您可以使用 coreflags 实用程序来更改程序集的设置以匹配您的目标平台。