CreateWindow((LPCWSTR)L"Mi primera clase.",(LPCWSTR)L"Ejemplo",1,1,10,10,10,10,"olakease","asd",(LPVOID) NULL);
CreateWindow((LPCWSTR)L"Mi primera clase.",(LPCWSTR)L"Ejemplo",1,1,10,10,10,(HWND)0,"olakease","asd",(LPVOID) NULL);
Intenta asн
pawn Код:
|
error LNK2028: se hace referencia al sнmbolo (token) sin resolver (0A00001B) "extern "C" struct HWND__ * __stdcall CreateWindowExW(unsigned long,wchar_t const *,wchar_t const *,unsigned long,int,int,int,int,struct HWND__ *,struct HMENU__ *,struct HINSTANCE__ *,void *)" (?CreateWindowExW@@$$J248YGPAUHWND__@@KPB_W0KHHHHPAU1@PAUHMENU__@@PAUHINSTANCE__@@PAX@Z) en la funciуn "int __clrcall main(cli::array<class System::String ^ >^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z) error LNK2019: sнmbolo externo "extern "C" struct HWND__ * __stdcall CreateWindowExW(unsigned long,wchar_t const *,wchar_t const *,unsigned long,int,int,int,int,struct HWND__ *,struct HMENU__ *,struct HINSTANCE__ *,void *)" (?CreateWindowExW@@$$J248YGPAUHWND__@@KPB_W0KHHHHPAU1@PAUHMENU__@@PAUHINSTANCE__@@PAX@Z) sin resolver al que se hace referencia en la funciуn "int __clrcall main(cli::array<class System::String ^ >^)" (?main@@$$HYMHP$01AP$AAVString@System@@@Z) 1>C:\Users\Usuario\Documents\Visual Studio 2010\Projects\PCU\Debug\PCU.exe : fatal error LNK1120: 2 externos sin resolver
CreateWindow((LPCWSTR)L"Mi primera clase.",(LPCWSTR)L"Ejemplo",1,1,10,10,10,(HWND)0,(HMENU)"olakease",(HINSTANCE)"asd",(LPVOID) NULL);