Click here to Skip to main content
15,890,438 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: how to select items in a list control. Pin
David Crow4-Apr-06 10:09
David Crow4-Apr-06 10:09 
AnswerRe: how to select items in a list control. Pin
Michael Dunn4-Apr-06 11:27
sitebuilderMichael Dunn4-Apr-06 11:27 
AnswerRe: how to select items in a list control. Pin
Laxman Auti4-Apr-06 18:14
Laxman Auti4-Apr-06 18:14 
AnswerRe: how to select items in a list control. Pin
Ajax957-Apr-06 13:50
Ajax957-Apr-06 13:50 
QuestionHelp with list box Pin
antdaviesuk4-Apr-06 9:11
antdaviesuk4-Apr-06 9:11 
AnswerRe: Help with list box Pin
David Crow4-Apr-06 9:25
David Crow4-Apr-06 9:25 
AnswerRe: Help with list box Pin
Laxman Auti4-Apr-06 18:19
Laxman Auti4-Apr-06 18:19 
QuestionCreating LIB file from DLL Pin
Alexander M.,4-Apr-06 8:57
Alexander M.,4-Apr-06 8:57 
I have a DLL and I want to create a lib file from the dll.
The dll exports class member functions and static member variables. I created a def file using a tool and added the DATA tag for every static member variable. Without DATA tag the linker process works, but with DATA tag, there are unresolved error messages with exactly these items... what is wrong?

Example from the DEF file:
?staticname@class@@0Vreturntype@@A -> works, but linker produces invalid code (takes it as function, not as data)
?staticname@class@@0Vreturntype@@A DATA -> LNK2001... why?

Thanks for advice,
Alex

Don't try it, just do it! Wink | ;-)


AnswerRe: Creating LIB file from DLL Pin
David Crow4-Apr-06 10:12
David Crow4-Apr-06 10:12 
GeneralRe: Creating LIB file from DLL Pin
Alexander M.,4-Apr-06 10:20
Alexander M.,4-Apr-06 10:20 
QuestionRe: Creating LIB file from DLL Pin
David Crow4-Apr-06 10:31
David Crow4-Apr-06 10:31 
AnswerRe: Creating LIB file from DLL Pin
Alexander M.,4-Apr-06 10:37
Alexander M.,4-Apr-06 10:37 
GeneralRe: Creating LIB file from DLL Pin
David Crow4-Apr-06 10:53
David Crow4-Apr-06 10:53 
GeneralRe: Creating LIB file from DLL Pin
Alexander M.,4-Apr-06 11:52
Alexander M.,4-Apr-06 11:52 
QuestionTimer in MFC Pin
LCI4-Apr-06 8:43
LCI4-Apr-06 8:43 
AnswerRe: Timer in MFC Pin
Burtraskkutaren4-Apr-06 8:49
Burtraskkutaren4-Apr-06 8:49 
GeneralRe: Timer in MFC Pin
LCI4-Apr-06 9:04
LCI4-Apr-06 9:04 
GeneralRe: Timer in MFC Pin
Burtraskkutaren4-Apr-06 9:33
Burtraskkutaren4-Apr-06 9:33 
AnswerRe: Timer in MFC Pin
David Crow4-Apr-06 8:53
David Crow4-Apr-06 8:53 
AnswerRe: Timer in MFC Pin
Laxman Auti4-Apr-06 18:23
Laxman Auti4-Apr-06 18:23 
QuestionPredifined macro (__FUNCTION__) Pin
hint_544-Apr-06 8:28
hint_544-Apr-06 8:28 
QuestionRe: Predifined macro (__FUNCTION__) Pin
David Crow4-Apr-06 8:52
David Crow4-Apr-06 8:52 
AnswerRe: Predifined macro (__FUNCTION__) Pin
hint_544-Apr-06 9:18
hint_544-Apr-06 9:18 
AnswerRe: Predifined macro (__FUNCTION__) Pin
Michael Dunn4-Apr-06 11:29
sitebuilderMichael Dunn4-Apr-06 11:29 
GeneralRe: Predifined macro (__FUNCTION__) Pin
hint_544-Apr-06 11:33
hint_544-Apr-06 11:33 

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.