Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: uint40 (VC++ __int64 Implementation) Pin
MAAK14-Feb-03 1:54
MAAK14-Feb-03 1:54 
GeneralWM_NCLBUTTONDOWN and WM_SYSCOMMAND Pin
LukeV13-Feb-03 17:54
LukeV13-Feb-03 17:54 
QuestionHow do you remove a windows icon? Pin
brigham_young13-Feb-03 12:56
brigham_young13-Feb-03 12:56 
AnswerRe: How do you remove a windows icon? Pin
Anonymous13-Feb-03 17:06
Anonymous13-Feb-03 17:06 
AnswerRe: How do you remove a windows icon? Pin
Michael Dunn13-Feb-03 19:06
sitebuilderMichael Dunn13-Feb-03 19:06 
GeneralLinking to static library Pin
Dean Goodman13-Feb-03 12:43
Dean Goodman13-Feb-03 12:43 
GeneralRe: Linking to static library Pin
valikac13-Feb-03 15:30
valikac13-Feb-03 15:30 
GeneralRe: Linking to static library Pin
Dean Goodman13-Feb-03 18:58
Dean Goodman13-Feb-03 18:58 
Well, it's not a DLL - it's a static library. I have one function that takes a string by reference (consequently this is where the link errors arise from -- it's the only function that uses string). The function return is void and the string that is passed by reference is modified within the function.

The function (inside the library) looks like this:

void CMyClass::format(const char* fmt, string& dest)
{
...
(modify dest)
...
}



--Dean
GeneralRe: Linking to static library Pin
valikac13-Feb-03 19:49
valikac13-Feb-03 19:49 
GeneralRe: Linking to static library Pin
Michael Dunn13-Feb-03 20:14
sitebuilderMichael Dunn13-Feb-03 20:14 
Questionever see this? Pin
Chris Losinger13-Feb-03 12:26
professionalChris Losinger13-Feb-03 12:26 
AnswerRe: ever see this? Pin
Roman Nurik13-Feb-03 12:44
Roman Nurik13-Feb-03 12:44 
AnswerRe: ever see this? Pin
João Paulo Figueira13-Feb-03 12:51
professionalJoão Paulo Figueira13-Feb-03 12:51 
GeneralRe: ever see this? Pin
Chris Losinger13-Feb-03 12:53
professionalChris Losinger13-Feb-03 12:53 
GeneralRe: ever see this? Pin
João Paulo Figueira13-Feb-03 13:00
professionalJoão Paulo Figueira13-Feb-03 13:00 
AnswerRe: ever see this? Pin
Gary Kirkham14-Feb-03 5:08
Gary Kirkham14-Feb-03 5:08 
Generalequations Pin
Roman Nurik13-Feb-03 12:09
Roman Nurik13-Feb-03 12:09 
GeneralRe: equations Pin
Mike Nordell13-Feb-03 13:09
Mike Nordell13-Feb-03 13:09 
GeneralRe: equations Pin
Scott H. Settlemier17-Feb-03 18:31
Scott H. Settlemier17-Feb-03 18:31 
Questionwhere, in its construction sequence, is the best place to init a combobox list? Pin
Jesse Evans13-Feb-03 11:47
Jesse Evans13-Feb-03 11:47 
AnswerRe: where, in its construction sequence, is the best place to init a combobox list? Pin
João Paulo Figueira13-Feb-03 12:02
professionalJoão Paulo Figueira13-Feb-03 12:02 
GeneralRe: where, in its construction sequence, is the best place to init a combobox list? Pin
Jesse Evans13-Feb-03 13:13
Jesse Evans13-Feb-03 13:13 
GeneralRe: where, in its construction sequence, is the best place to init a combobox list? Pin
PJ Arends13-Feb-03 17:35
professionalPJ Arends13-Feb-03 17:35 
GeneralRe: where, in its construction sequence, is the best place to init a combobox list? Pin
João Paulo Figueira13-Feb-03 23:09
professionalJoão Paulo Figueira13-Feb-03 23:09 
GeneralRe: where, in its construction sequence, is the best place to init a combobox list? Pin
Jesse Evans17-Feb-03 6:37
Jesse Evans17-Feb-03 6:37 

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.