Click here to Skip to main content
16,004,991 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralStretchDIBits returns weird artifacts Pin
cnstrnd24-Jan-04 13:08
cnstrnd24-Jan-04 13:08 
GeneralRe: StretchDIBits returns weird artifacts Pin
CodeBrain25-Jan-04 21:53
CodeBrain25-Jan-04 21:53 
GeneralAccelerators Pin
Deian24-Jan-04 13:06
Deian24-Jan-04 13:06 
GeneralRe: Accelerators Pin
eugi25-Jan-04 0:55
eugi25-Jan-04 0:55 
GeneralRe: Accelerators Pin
Deian25-Jan-04 7:04
Deian25-Jan-04 7:04 
GeneralAccess Child Windows in IE Pin
gaz200424-Jan-04 12:24
sussgaz200424-Jan-04 12:24 
GeneralRe: Access Child Windows in IE Pin
Marcello25-Jan-04 11:11
Marcello25-Jan-04 11:11 
Generalerror LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 9:44
BrockVnm24-Jan-04 9:44 
Ok, so this is starting to get really annoying. Everytime I write some code and I want to go back to it after I turn my pc off I get this error. I tried using the answer to question 2.7 in the debuging questions article and that did not work....I am really confused why this is happening and I have no idea how to fix it. It is really starting to slow me down Cry | :((

Can anyone help me with this?? I have gotten these errors with every MFC program I am writing! Here are the files I'm using.
main.cpp
radio.h
radio.cpp

Here is the errors.
--------------------Configuration: main - Win32 Debug--------------------
Compiling...
main.cpp
Linking...
main.obj : error LNK2001: unresolved external symbol "public: __thiscall Radio::~Radio(void)" (??1Radio@@QAE@XZ)
main.obj : error LNK2001: unresolved external symbol "public: void __thiscall Radio::Display(int)" (?Display@Radio@@QAEXH@Z)
main.obj : error LNK2001: unresolved external symbol "public: __thiscall Radio::Radio(void)" (??0Radio@@QAE@XZ)
Debug/main.exe : fatal error LNK1120: 3 unresolved externals
Error executing link.exe.

main.exe - 4 error(s), 0 warning(s)


Please help??????
Thanks everyone!!!!! Confused | :confused:
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Amit Dey24-Jan-04 11:38
Amit Dey24-Jan-04 11:38 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 11:48
BrockVnm24-Jan-04 11:48 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Amit Dey24-Jan-04 11:55
Amit Dey24-Jan-04 11:55 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 12:06
BrockVnm24-Jan-04 12:06 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Anonymous24-Jan-04 12:20
Anonymous24-Jan-04 12:20 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 12:24
BrockVnm24-Jan-04 12:24 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
Anonymous24-Jan-04 12:40
Anonymous24-Jan-04 12:40 
GeneralRe: error LNK2001: unresolved external symbol "public: __ Pin
BrockVnm24-Jan-04 13:37
BrockVnm24-Jan-04 13:37 
GeneralDirectMusic looping wavs Pin
Mad Docs Hairy Belly24-Jan-04 9:08
Mad Docs Hairy Belly24-Jan-04 9:08 
Generalconstructor implementation question Pin
nss24-Jan-04 8:20
nss24-Jan-04 8:20 
GeneralRe: constructor implementation question Pin
bneacetp24-Jan-04 15:05
bneacetp24-Jan-04 15:05 
GeneralRe: constructor --thanks! Pin
nss24-Jan-04 16:37
nss24-Jan-04 16:37 
GeneralRe: constructor --thanks! Pin
bneacetp24-Jan-04 17:59
bneacetp24-Jan-04 17:59 
GeneralATL ActiveX > .NET Pin
dabossuk24-Jan-04 6:21
dabossuk24-Jan-04 6:21 
GeneralOverloading the = operator Pin
magpierre24-Jan-04 5:37
magpierre24-Jan-04 5:37 
GeneralRe: Overloading the = operator Pin
J. Eric Vaughan24-Jan-04 6:04
J. Eric Vaughan24-Jan-04 6:04 
GeneralRe: Overloading the = operator Pin
Jörgen Sigvardsson24-Jan-04 6:04
Jörgen Sigvardsson24-Jan-04 6:04 

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.