VS error encountered

 

1. reference dll, and external interfaces only statement does not implement (or external interface name changed, but the name did not realize modifications), the compiler can not resolve to external symbol

Error restoring NuGet package: System.ArgumentException: in the form of illegal path.
In System.IO.Path.LegacyNormalizePath (String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
in System.IO.Path.NormalizePath (String path, Boolean fullCheck, Int32 maxPathLength, Boolean expandShortPaths)
in System.IO.Path.InternalGetDirectoryName (String path)
at NuGet.VisualStudio.VsUtility.GetNuGetSolutionFolder (Solution solution)
in NuGet.VsEvents.PackageRestorer.UsingOldPackageRestore (Solution solution)
in NuGet.VsEvents.PackageRestorer.BuildEvents_OnBuildBegin (vsBuildScope Scope, vsBuildAction Action) .
1> ------ Rebuild All started: Project: OneClickControlServer, Configuration: Debug the Win32 ------
1> StdAfx.cpp
1> d: \ program files ( x86) \ vs2013 \ vc \ atlmfc \ include \ afx.h (38): warning C4996: 'MBCS_Support_Deprecated_In_MFC': MBCS support in MFC is deprecated and may be removed in a future version of MFC.
1> d: \ program files ( x86) \ vs2013 \ vc \ atlmfc \ include \ afx.h (33): see "MBCS_Support_Deprecated_In_MFC" statement
1> RegDlg.cpp
1> OneClickCtrlDlg.cpp
1> d: \ projects \ svn2 \ oneclicksmartctrlserver \ oneclickcontrolserver \ oneclickctrldlg.cpp (441 ): warning C4244: " initialize": transition from "LONGLONG" to "LONG", possible loss of data
1> OneClickControlServer.cpp
1> generating Code ...
1> LINK: warning LNK4098: default library "MSVCRT" use conflicts with other libraries; use / NODEFAULTLIB: library
1> OneClickCtrlDlg.obj: error LNK2019: unresolved external symbol _ParseModule_Init @ 0, the symbol in the function "protected: void __thiscall COneClickCtrlDlg :: Start (void)" is referenced (Start @ COneClickCtrlDlg @@ IAEXXZ?) Of
1> OneClickCtrlDlg.obj: error LNK2019: unresolved external symbol _ParseModule_Fini @ 0, the symbol in the function "protected: void __thiscall COneClickCtrlDlg :: Start (void)" is referenced (Start @ COneClickCtrlDlg @@ IAEXXZ?) in
1> .. \ .. \ objects \ OneClickControlServer.exe: fatal error LNK1120: 2 Ge unresolved external command
========== Rebuild all: success 0, 1 failed, 0 skipped === =======

Guess you like

Origin www.cnblogs.com/sunny-ll/p/11796359.html