English 中文(简体)
参考议会中的具体标志
原标题:Ignoring specific symbols in referenced assemblies

我有两部管理过的集会,使用一套共同的法典。 汇编者在提及对方时,按预期对多重红利提出投诉。 在项目汇编期间,是否可以忽略参考汇编中所用的共同符号? 或者说,或许还有其他一些方法/工作,以便建立这样的机构?

最佳回答

根据上述意见,通过修改共同法典,使 mo亲接触私人。

问题回答

暂无回答




相关问题
Managed C++ to form a bridge between c# and C++

I m a bit rusty, actually really rusty with my C++. Haven t touched it since Freshman year of college so it s been a while. Anyway, I m doing the reverse of what most people do. Calling C# code ...

Is it difficult to port C++ to C++/CLI?

I suppose you cannot simply compile a C++ application with a C++/CLI compiler. I am wondering if it would be difficult. Has anybody tried this, and if so: were there a lot of modifications needed?

How can I use Code Contracts in a C++/CLI project?

I recently stumbled upon Code Contracts and have started using them in my C# projects. However, I also have a number of projects written in C++/CLI. For C# and VB, Code Contracts offer a handy ...

Creating 64 bit CLR C++ projects in VS2008

I am creating a wrapper around a native lib, which comes in both 32 & 64 bit flavors. I have a fairly complex C++/CLR project that includes a number of header files from the native libs. I got it ...

How to return an array of .NET objects via a COM method

I have a .NET assembly. It happens to be written in C++/CLI. I am exposing a few objects via COM. Everything is working fine, but I cannot for the life of me figure out how to return an array of my ...

in C++/CLI

When I m trying serialize a class containing this property: [NonSerialized] property System::Collections::ObjectModel::ReadOnlyCollection<String^>^ IgnoredWords I get a compilation error ...

热门标签