[ seymour @ 15.10.2006. 12:34 ] @
Dosad nisam imao iskustva sa MFC-om i Visual Studiom(radio sam sa borlandovim alatima...).Elem problem je sledeci:kreiram nov,prazan win32 projekat,podesim ga da koristi shared MFC biblioteke,ubacim klase koje su mi potrebne i sve radi(naslednike CWinApp,CFrameWnd...).Medjutim,svaki put kada hocu da dodam bilo kakav resurs(meni,ikonu,toolbar,bilo sta...) isti program ne moze vise da se kompajlira(znaci puca pre linkovanja) izbacujuci sledece greske: .\VideoDirectShow.rc(20) : error RC2144 : PRIMARY LANGUAGE ID not a number .\VideoDirectShow.rc(29) : error RC2135 : file not found: 101 .\VideoDirectShow.rc(31) : error RC2135 : file not found: POPUP .\VideoDirectShow.rc(33) : error RC2135 : file not found: MENUITEM .\VideoDirectShow.rc(34) : error RC2135 : file not found: END .\VideoDirectShow.rc(46) : error RC2135 : file not found: 0x09 .\VideoDirectShow.rc(89) : error RC2135 : file not found: 1252 ili nesto slicno tome,zavisno od resursa. Posle toga program ne mogu vratiti na staro stanje,tj da radi.U cemu je problem? |