Click here to Skip to main content
15,922,325 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Windows 3.1? Pin
ThatsAlok29-Nov-05 17:42
ThatsAlok29-Nov-05 17:42 
GeneralRe: Windows 3.1? Pin
Lord Kixdemp2-Dec-05 20:27
Lord Kixdemp2-Dec-05 20:27 
QuestionPrint text on top of image Pin
DanYELL25-Nov-05 11:33
DanYELL25-Nov-05 11:33 
Questionsyntax error : 'constant' Pin
Lord Kixdemp25-Nov-05 8:31
Lord Kixdemp25-Nov-05 8:31 
AnswerRe: syntax error : 'constant' Pin
Michael Dunn25-Nov-05 10:27
sitebuilderMichael Dunn25-Nov-05 10:27 
GeneralRe: syntax error : 'constant' Pin
Lord Kixdemp25-Nov-05 12:02
Lord Kixdemp25-Nov-05 12:02 
GeneralRe: syntax error : 'constant' Pin
Michael Dunn25-Nov-05 18:36
sitebuilderMichael Dunn25-Nov-05 18:36 
GeneralRe: syntax error : 'constant' Pin
Lord Kixdemp25-Nov-05 19:06
Lord Kixdemp25-Nov-05 19:06 
AAAAAAAHH!!! Mad | :mad: Mad | :mad:
I changed line 40 from "beeps" to "beepCol", but look at the whole collection of errors:

---------------------------
BipFile.obj : error LNK2005: "public: __thiscall BeepXtreme::BipFile::BipFile(class ATL::CStringT<char,class strtraitmfc_dll<char,class="" atl::chtraitscrt<char=""> > >)" (??0BipFile@BeepXtreme@@QAE@V?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z) already defined in BeepXtremeDlg.obj
BipFile.obj : error LNK2005: "private: void __thiscall BeepXtreme::BipFile::ParseFile(class ATL::CStringT<char,class strtraitmfc_dll<char,class="" atl::chtraitscrt<char=""> > >)" (?ParseFile@BipFile@BeepXtreme@@AAEXV?$CStringT@DV?$StrTraitMFC_DLL@DV?$ChTraitsCRT@D@ATL@@@@@ATL@@@Z) already defined in BeepXtremeDlg.obj
BipFile.obj : error LNK2005: "public: struct BeepXtreme::BxBeep __thiscall BeepXtreme::BipFile::GetBeep(int)" (?GetBeep@BipFile@BeepXtreme@@QAE?AUBxBeep@2@H@Z) already defined in BeepXtremeDlg.obj
BipFile.obj : error LNK2005: "public: int __thiscall BeepXtreme::BipFile::GetNumOfBeeps(void)" (?GetNumOfBeeps@BipFile@BeepXtreme@@QAEHXZ) already defined in BeepXtremeDlg.obj
BipFile.obj : error LNK2005: "public: void __thiscall BeepXtreme::BipFile::PlayBeep(int,bool)" (?PlayBeep@BipFile@BeepXtreme@@QAEXH_N@Z) already defined in BeepXtremeDlg.obj
BipFile.obj : error LNK2005: "public: static void __cdecl BeepXtreme::BipFile::PlayBeep(unsigned int,unsigned int)" (?PlayBeep@BipFile@BeepXtreme@@SAXII@Z) already defined in BeepXtremeDlg.obj
BipFile.obj : error LNK2005: "public: static void __cdecl BeepXtreme::BipFile::PlayBeep(unsigned int,unsigned int,unsigned int)" (?PlayBeep@BipFile@BeepXtreme@@SAXIII@Z) already defined in BeepXtremeDlg.obj
Debug/BeepXtreme.exe : fatal error LNK1169: one or more multiply defined symbols found
---------------------------

Can anybody please look at my code? I'm going crazy here...Confused | :confused:
http://sulfurmidis.com/beepxtreme.zip
Thanks! Wink | ;-)

Lord Kixdemp
www.SulfurMidis.com
www.SulfurSoft.tk
[ftp://][http://][hotline://]tsfc.ath.cx
GeneralRe: syntax error : 'constant' Pin
PJ Arends26-Nov-05 10:44
professionalPJ Arends26-Nov-05 10:44 
GeneralRe: syntax error : 'constant' Pin
Lord Kixdemp26-Nov-05 10:52
Lord Kixdemp26-Nov-05 10:52 
GeneralRe: syntax error : 'constant' Pin
PJ Arends26-Nov-05 12:09
professionalPJ Arends26-Nov-05 12:09 
GeneralRe: syntax error : 'constant' Pin
Lord Kixdemp26-Nov-05 14:47
Lord Kixdemp26-Nov-05 14:47 
QuestionWindows Sockets and Classless IP Pin
Swinefeaster25-Nov-05 7:54
Swinefeaster25-Nov-05 7:54 
AnswerRe: Windows Sockets and Classless IP Pin
sunit525-Nov-05 20:10
sunit525-Nov-05 20:10 
QuestionSupressing MS Automatic Error Pin
dmaclellan25-Nov-05 6:11
dmaclellan25-Nov-05 6:11 
AnswerRe: Supressing MS Automatic Error Pin
sanket.patel25-Nov-05 22:14
sanket.patel25-Nov-05 22:14 
GeneralRe: Supressing MS Automatic Error Pin
dmaclellan28-Nov-05 6:31
dmaclellan28-Nov-05 6:31 
GeneralRe: Supressing MS Automatic Error Pin
dmaclellan28-Nov-05 6:43
dmaclellan28-Nov-05 6:43 
GeneralRe: Supressing MS Automatic Error Pin
Blake Miller28-Nov-05 8:23
Blake Miller28-Nov-05 8:23 
GeneralRe: Supressing MS Automatic Error Pin
dmaclellan14-Dec-05 6:00
dmaclellan14-Dec-05 6:00 
QuestionCDialog : Passing Back variables to the Parent's Dialog Pin
sdancer7525-Nov-05 5:10
sdancer7525-Nov-05 5:10 
AnswerRe: CDialog : Passing Back variables to the Parent's Dialog Pin
Gary R. Wheeler25-Nov-05 6:09
Gary R. Wheeler25-Nov-05 6:09 
QuestionOverlapping control -problem Pin
Pazzuzu25-Nov-05 4:42
Pazzuzu25-Nov-05 4:42 
AnswerRe: Overlapping control -problem Pin
Blake Miller28-Nov-05 12:40
Blake Miller28-Nov-05 12:40 
GeneralRe: Overlapping control -problem Pin
Pazzuzu28-Nov-05 22:12
Pazzuzu28-Nov-05 22:12 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.