Issue for Mixed Mode

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • kathy

    Issue for Mixed Mode

    I try to convert C++.NET wizard generated Class Library project from
    Pure Intermediate Language to Mixed Mode by:

    Link with /NOENTRY. In Solution Explorer, right-click the project node
    and click Properties. In the project's Property Pages dialog box, click
    Linker, and then click Command Line. Add this switch to the Additional
    Options field.

    But after I run the build, I got:

    "MyClassLib Command line warning D4002 : ignoring unknown option
    '/noentry'"

    "c:\DotNET\C++\ C++_Solution\My ClassLib\MyClas sLib.h(15): fatal error
    C1192: #using failed on
    'c:\dotnet\c++\ c++_solution\my classlib\my_win 32_dll.dll'
    "

    What is the problem?

Working...