|
알고싶어요 님이 쓰신 글 :
: Build
: [C++ Error] uMain.cpp(20): E2279 Cannot find default constructor to initialize member 'TForm1::WindowsMediaPlayer'
: [C++ Warning] uMain.cpp(84): W8004 'd' is assigned a value that is never used
: [C++ Error] uMain.cpp(171): E2451 Undefined symbol 'TMediaPlayer'
초기화된멤버를 찾을수없다 이건확실히는 모르겟듬
d 를 사용하지 않았다
TMediaplayer 가 클래스 선언 되지않았다 머이런뜻?
|