Panel użytkownika
Nazwa użytkownika:
Hasło:
Nie masz jeszcze konta?

[C++] nie można odnaleźć określonego pliku <Visual Studio 2015>

Ostatnio zmodyfikowano 2017-02-09 07:47
Autor Wiadomość
Krystyna123
Temat założony przez niniejszego użytkownika
[C++] nie można odnaleźć określonego pliku <Visual Studio 2015>
» 2017-02-08 23:16:14
Witam na komputerze szkolnym po zainstalowaniu VS 2015 i napisaniu choćby najprostszego programu konsolowego w c++ otrzymuje komunikat iż nie można odnaleść określonego pliku +/ ścieżka dostępu do plików programu. Oto komunikaty o błędach jakie wystąpiły podczas kompilacji: LNK2001 unresolved external symbol Native32Bit
LNK2001 unresolved external symbol__CxxFrameHandler3
LNK2019 unresolved external symbol__stdio_common_vsprintf_s referenced in function_sprintf_s_l
LNK2001 unresolved external symbol__C_specific_handler
LNK2019 unresolved external symbol_CrtDbgReport referenced in function_CRT_RTC_INIT
LNK2019 unresolved external symbol_CrtDbgReportW referenced in function_CRT_RTC_INITW
LNK2019 unresolved external symbol_wmakepath_s referenced in fuction"int_cdecl GetPdbDllpathFromFilePath(wchar_t const*,wchar_t*,unsigned_int64)"(?GetPdbDllPathFromFilePath@@YAHPEB_WPEA_W_K@Z)
LNK2019 unresolved external symbol_splitpath_s referenced in fuction"int_cdecl GetPdbDllpathFromFilePath(wchar_t const*,wchar_t*,unsigned_int64)"(?GetPdbDllPathFromFilePath@@YAHPEB_WPEA_W_K@Z)
LNK2019 unresolved external symbol_wcscpy_s referenced in fuction"int_cdecl GetPdbDllpathFromFilePath(wchar_t const*,wchar_t*,unsigned_int64)"(?GetPdbDllPathFromFilePath@@YAHPEB_WPEA_W_K@Z)
LNK2019 unresolved external symbol_vcrt_GetModuleFileNameW referenced in function"struct HINSTANCE_*_cdecl GetPdbDll(void)"(?GetPdbDll@@YAPEAUHINSTANCE_@@XZ)
LNK2019 unresolved external symbol_vcrt_GetModuleHandleW referenced in function"struct HINSTANCE_*_cdecl GetPdbDll(void)"(?GetPdbDll@@YAPEAUHINSTANCE_@@XZ)
LNK2019 unresolved external symbol_vcrt_LoadLibraryExW referenced in function"struct HINSTANCE_*_cdecl GetPdbDll(void)"(?GetPdbDll@@YAPEAUHINSTANCE_@@XZ)
LNK2019 unresolved external symbol strlen referenced in function "public: static unsigned_int64_cdecl ::std::char_traits<char>::length(char const*)"length@?$char_traits@D@std@@SA_KPEBD@Z)
LNK2001 unresolved external symbol_CxxFrameHandler3
LNK1120 13 unresolved externals
7
Proszę o pomoc w naprawieniu środowiska. Wszelkie rady mile widziane.

P-157505
darko202
» 2017-02-09 07:47:36
1.
podstawowym pytaniem jest, czy zacząłeś od stworzenia nowego projektu
czy tylko utworzyłeś nowy plik w którym zawarłeś Swój kod.
File -> New -> Project -> ...

2.
różne rzeczy można ustawiać w VS w dwóch miejscach menu
* Project -> ( <nazwa projektu > properties

* Tools -> Options
 
P-157518
« 1 »
  Strona 1 z 1