Click here to Skip to main content
15,895,084 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: User Breakpoint called from code Pin
micutzu21-Sep-05 22:45
micutzu21-Sep-05 22:45 
GeneralScroll bars in CWnd derived classes Pin
lfrequency6-Jul-05 22:02
lfrequency6-Jul-05 22:02 
GeneralRe: Scroll bars in CWnd derived classes Pin
Budric B.7-Jul-05 4:00
Budric B.7-Jul-05 4:00 
GeneralCFileDiaolg:problem with order of files and folders Pin
kaifred6-Jul-05 21:35
kaifred6-Jul-05 21:35 
QuestionHow do you create a library.... Pin
Steve Messer6-Jul-05 21:32
Steve Messer6-Jul-05 21:32 
AnswerRe: How do you create a library.... Pin
Stlan6-Jul-05 22:47
Stlan6-Jul-05 22:47 
GeneralRe: How do you create a library.... Pin
Steve Messer7-Jul-05 6:45
Steve Messer7-Jul-05 6:45 
GeneralRe: How do you create a library.... Pin
Andy Moore7-Jul-05 7:20
Andy Moore7-Jul-05 7:20 
To make a utility function in a library available for use, you need something like the following in your .h file:

extern "C"
{
    declspec(dllexport) void MyFunc(int i);
}


Human beings were not meant to sit in little cubicles staring at computer screens all day, filling out useless forms and listening to eight different bosses drone on about about mission statements. -- Peter Gibbons
GeneralRe: How do you create a library.... Pin
Steve Messer7-Jul-05 11:58
Steve Messer7-Jul-05 11:58 
QuestionHow to power on a computer? Pin
dSolariuM6-Jul-05 21:28
dSolariuM6-Jul-05 21:28 
AnswerRe: How to power on a computer? Pin
ThatsAlok6-Jul-05 23:07
ThatsAlok6-Jul-05 23:07 
GeneralCTabCtrl and Scrolling Pin
Azghar Hussain6-Jul-05 21:17
professionalAzghar Hussain6-Jul-05 21:17 
GeneralRe: CTabCtrl and Scrolling Pin
ThatsAlok7-Jul-05 0:10
ThatsAlok7-Jul-05 0:10 
GeneralRe: CTabCtrl and Scrolling Pin
Azghar Hussain7-Jul-05 0:54
professionalAzghar Hussain7-Jul-05 0:54 
Questionapproach to develope gave server application ? Pin
manxx6-Jul-05 21:09
manxx6-Jul-05 21:09 
GeneralSource Code creating Static Control at RunTime Pin
a_david1236-Jul-05 21:08
a_david1236-Jul-05 21:08 
GeneralRe: Source Code creating Static Control at RunTime Pin
Stlan6-Jul-05 22:34
Stlan6-Jul-05 22:34 
GeneralPlease help me! Pin
dSolariuM6-Jul-05 21:08
dSolariuM6-Jul-05 21:08 
GeneralSource Code creating Static Control at RunTime Pin
a_david1236-Jul-05 21:05
a_david1236-Jul-05 21:05 
GeneralRun-Time Check Failure #2 [edited] Pin
toxcct6-Jul-05 20:16
toxcct6-Jul-05 20:16 
GeneralRe: Run-Time Check Failure #2 Pin
Bob Stanneveld6-Jul-05 21:09
Bob Stanneveld6-Jul-05 21:09 
GeneralRe: Run-Time Check Failure #2 Pin
toxcct7-Jul-05 0:18
toxcct7-Jul-05 0:18 
GeneralRe: Run-Time Check Failure #2 Pin
Bob Stanneveld7-Jul-05 0:26
Bob Stanneveld7-Jul-05 0:26 
GeneralRe: Run-Time Check Failure #2 [edited] Pin
toxcct7-Jul-05 0:31
toxcct7-Jul-05 0:31 
GeneralRe: Run-Time Check Failure #2 Pin
Bob Stanneveld7-Jul-05 0:32
Bob Stanneveld7-Jul-05 0:32 

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.