Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sharing a variable with no synchronization Pin
jmkhael1-Jun-04 6:46
jmkhael1-Jun-04 6:46 
GeneralRe: Sharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 6:51
Hesham Amin1-Jun-04 6:51 
GeneralRe: Sharing a variable with no synchronization Pin
jmkhael1-Jun-04 6:53
jmkhael1-Jun-04 6:53 
GeneralRe: Sharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 6:56
Hesham Amin1-Jun-04 6:56 
GeneralRe: Sharing a variable with no synchronization Pin
jmkhael1-Jun-04 7:00
jmkhael1-Jun-04 7:00 
GeneralRe: Sharing a variable with no synchronization Pin
Hesham Amin1-Jun-04 7:05
Hesham Amin1-Jun-04 7:05 
GeneralRe: Sharing a variable with no synchronization Pin
Blake Miller1-Jun-04 13:09
Blake Miller1-Jun-04 13:09 
GeneralGrid control Pin
richiebabes1-Jun-04 6:09
richiebabes1-Jun-04 6:09 
I can't get Chris Maunder's grid control to work. Get this:

Linking...
GridCtrl.obj : error LNK2019: unresolved external symbol "public: virtual __thiscall CTitleTip::~CTitleTip(void)" (??1CTitleTip@@UAE@XZ) referenced in function __unwindfunclet$??0CGridCtrl@@QAE@HHHH@Z$0
GridCtrl.obj : error LNK2019: unresolved external symbol "public: __thiscall CTitleTip::CTitleTip(void)" (??0CTitleTip@@QAE@XZ) referenced in function "public: __thiscall CGridCtrl::CGridCtrl(int,int,int,int)" (??0CGridCtrl@@QAE@HHHH@Z)
GridCtrl.obj : error LNK2019: unresolved external symbol "public: void __thiscall CTitleTip::Hide(void)" (?Hide@CTitleTip@@QAEXXZ) referenced in function "protected: void __thiscall CGridCtrl::OnHScroll(unsigned int,unsigned int,class CScrollBar *)" (?OnHScroll@CGridCtrl@@IAEXIIPAVCScrollBar@@@Z)
GridCtrl.obj : error LNK2019: unresolved external symbol "public: void __thiscall CTitleTip::Show(class CRect,char const *,int,struct tagRECT *,struct tagLOGFONTA const *,unsigned long,unsigned long)" (?Show@CTitleTip@@QAEXVCRect@@PBDHPAUtagRECT@@PBUtagLOGFONTA@@KK@Z) referenced in function "protected: void __thiscall CGridCtrl::OnMouseMove(unsigned int,class CPoint)" (?OnMouseMove@CGridCtrl@@IAEXIVCPoint@@@Z)
Debug/gc.exe : fatal error LNK1120: 4 unresolved externals

Help!!!!!!!!!1
GeneralRe: Grid control Pin
jmkhael1-Jun-04 6:13
jmkhael1-Jun-04 6:13 
GeneralAfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 5:46
BlackDice1-Jun-04 5:46 
GeneralRe: AfxBeginThread problem (with member function) Pin
jmkhael1-Jun-04 5:48
jmkhael1-Jun-04 5:48 
GeneralRe: AfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 5:51
BlackDice1-Jun-04 5:51 
GeneralRe: AfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 5:54
BlackDice1-Jun-04 5:54 
GeneralRe: AfxBeginThread problem (with member function) Pin
jmkhael1-Jun-04 5:59
jmkhael1-Jun-04 5:59 
GeneralRe: AfxBeginThread problem (with member function) Pin
BlackDice1-Jun-04 6:06
BlackDice1-Jun-04 6:06 
Generalvector problem Pin
BlackDice1-Jun-04 5:19
BlackDice1-Jun-04 5:19 
GeneralRe: vector problem Pin
Diddy1-Jun-04 5:34
Diddy1-Jun-04 5:34 
GeneralRe: vector problem Pin
BlackDice1-Jun-04 5:42
BlackDice1-Jun-04 5:42 
GeneralM.S.Chart Problem Pin
Member 3287141-Jun-04 4:59
Member 3287141-Jun-04 4:59 
GeneralMemory device context help Pin
JHAKAS1-Jun-04 4:55
JHAKAS1-Jun-04 4:55 
GeneralRe: Memory device context help Pin
JHAKAS1-Jun-04 5:11
JHAKAS1-Jun-04 5:11 
GeneralRe: Memory device context help Pin
PJ Arends1-Jun-04 22:05
professionalPJ Arends1-Jun-04 22:05 
GeneralIllegal conversion warning Pin
Jim Crafton1-Jun-04 4:15
Jim Crafton1-Jun-04 4:15 
GeneralRe: Illegal conversion warning Pin
Antony M Kancidrowski1-Jun-04 4:39
Antony M Kancidrowski1-Jun-04 4:39 
GeneralRe: Illegal conversion warning Pin
Antony M Kancidrowski1-Jun-04 4:48
Antony M Kancidrowski1-Jun-04 4:48 

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.