Click here to Skip to main content
15,887,410 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: how to remove items from Start menu? Pin
David Crow15-Jan-04 8:23
David Crow15-Jan-04 8:23 
GeneralRe: how to remove items from Start menu? Pin
includeh1015-Jan-04 9:04
includeh1015-Jan-04 9:04 
GeneralRe: how to remove items from Start menu? Pin
David Crow15-Jan-04 9:17
David Crow15-Jan-04 9:17 
GeneralVisual C++ 6.00 and Visual Source Safe Pin
Anonymous15-Jan-04 6:59
Anonymous15-Jan-04 6:59 
GeneralRe: Visual C++ 6.00 and Visual Source Safe Pin
Peter Weyzen15-Jan-04 9:37
Peter Weyzen15-Jan-04 9:37 
GeneralRe: Visual C++ 6.00 and Visual Source Safe Pin
Anthony_Yio15-Jan-04 15:02
Anthony_Yio15-Jan-04 15:02 
Generalproblem building with .net 2003 Pin
Binayak15-Jan-04 6:45
Binayak15-Jan-04 6:45 
GeneralRe: problem building with .net 2003 Pin
Antti Keskinen15-Jan-04 8:42
Antti Keskinen15-Jan-04 8:42 
You have some sort of a header file included that declares the function/structure specified in the first error. However, you are not linking against a suitable library. Check your project settings and the function that causes the error (HelloPollMessage::Send). When you find the missing function, see it's reference for the library to link with.

The second error if of similar sorts, however, it just says that it cannot find the definition of 'basic_string' class. Make sure you are linking against the standard C/C++ library files.

Of course, you could check the VS .Net help files for the new features of ATL version 7 to see if some note there would explain your problem. The final option is to copy the ATL library files from VC++ 6.0 and link against them instead of the version 7 ones.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
QuestionHow to drive WORD2000 from a thread Pin
tlemetay15-Jan-04 6:43
susstlemetay15-Jan-04 6:43 
AnswerRe: How to drive WORD2000 from a thread Pin
David Crow15-Jan-04 7:29
David Crow15-Jan-04 7:29 
GeneralMDI Current Document Position Pin
vancouver77715-Jan-04 6:42
vancouver77715-Jan-04 6:42 
GeneralRe: MDI Current Document Position Pin
Anthony_Yio15-Jan-04 14:55
Anthony_Yio15-Jan-04 14:55 
GeneralRe: MDI Current Document Position Pin
vancouver77716-Jan-04 11:30
vancouver77716-Jan-04 11:30 
GeneralCBS_OWNERDRAWVARIABLE and SetWindowLong Pin
BadJerry15-Jan-04 6:05
BadJerry15-Jan-04 6:05 
GeneralRe: CBS_OWNERDRAWVARIABLE and SetWindowLong Pin
LunaticFringe15-Jan-04 6:27
LunaticFringe15-Jan-04 6:27 
GeneralRe: CBS_OWNERDRAWVARIABLE and SetWindowLong Pin
BadJerry15-Jan-04 6:46
BadJerry15-Jan-04 6:46 
GeneralRe: CBS_OWNERDRAWVARIABLE and SetWindowLong Pin
LunaticFringe15-Jan-04 7:02
LunaticFringe15-Jan-04 7:02 
QuestionHow to fill the fields of IE's web page from within VB or C++ ? Pin
John Thomas15-Jan-04 6:03
John Thomas15-Jan-04 6:03 
AnswerRe: How to fill the fields of IE's web page from within VB or C++ ? Pin
Anthony_Yio15-Jan-04 14:59
Anthony_Yio15-Jan-04 14:59 
Generalport communication using mfc Pin
parthmankad15-Jan-04 5:47
parthmankad15-Jan-04 5:47 
GeneralRe: port communication using mfc Pin
Diddy15-Jan-04 6:02
Diddy15-Jan-04 6:02 
GeneralDisplaying data from oracle in combo box and edit control Pin
parthmankad15-Jan-04 5:43
parthmankad15-Jan-04 5:43 
GeneralMFC Pin
parthmankad15-Jan-04 5:37
parthmankad15-Jan-04 5:37 
GeneralRe: MFC Pin
David Crow15-Jan-04 6:06
David Crow15-Jan-04 6:06 
GeneralGrid lines Pin
nazir_m15-Jan-04 5:17
nazir_m15-Jan-04 5:17 

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.