Click here to Skip to main content
16,005,236 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: string editing Pin
Nish Nishant24-Feb-03 13:36
sitebuilderNish Nishant24-Feb-03 13:36 
GeneralRe: string editing Pin
Christian Graus24-Feb-03 13:41
protectorChristian Graus24-Feb-03 13:41 
GeneralRe: string editing Pin
Peter Hancock25-Feb-03 14:05
Peter Hancock25-Feb-03 14:05 
GeneralRe: string editing Pin
Christian Graus26-Feb-03 9:35
protectorChristian Graus26-Feb-03 9:35 
Questionhow to get a handle to a dialog... Pin
IrishSonic24-Feb-03 13:26
IrishSonic24-Feb-03 13:26 
AnswerRe: how to get a handle to a dialog... Pin
Nish Nishant24-Feb-03 13:33
sitebuilderNish Nishant24-Feb-03 13:33 
AnswerRe: how to get a handle to a dialog... Pin
valikac24-Feb-03 14:28
valikac24-Feb-03 14:28 
Generalc++ beginner: Make dll for Excel Pin
jorge garcia24-Feb-03 13:11
jorge garcia24-Feb-03 13:11 
Actually, I´ve always programmed xla add-ins for Excel and have just started to be interested in c++. Most of the codes I program are finantial functions to be used in Excel and I wish to build a dll file with all of them, but Visualc++ IDE is still too complex for me. I wonder if someone could help me with a code sample. For instance, let´s suppose I define the simple following function:

double sums (double a, double b)
{
return a+b;
}

What steps should I follow to build the dll file?
How can I call the function from the VBA editor?
Can the spreadsheet user call it as Excel worksheet functions?

God bless you if you can help me. Thanks.


GeneralDoModal functionality for CWnd Pin
João Paulo Figueira24-Feb-03 12:34
professionalJoão Paulo Figueira24-Feb-03 12:34 
GeneralRe: DoModal functionality for CWnd Pin
Nish Nishant24-Feb-03 13:13
sitebuilderNish Nishant24-Feb-03 13:13 
GeneralRe: DoModal functionality for CWnd Pin
João Paulo Figueira25-Feb-03 4:42
professionalJoão Paulo Figueira25-Feb-03 4:42 
GeneralCrystal Report and Record number !!! Pin
Hadi Rezaee24-Feb-03 10:05
Hadi Rezaee24-Feb-03 10:05 
Generalnew/delete between dll calls Pin
Dave_24-Feb-03 9:30
Dave_24-Feb-03 9:30 
GeneralRe: new/delete between dll calls Pin
Chris Losinger24-Feb-03 9:45
professionalChris Losinger24-Feb-03 9:45 
GeneralRe: new/delete between dll calls Pin
Dave_24-Feb-03 10:04
Dave_24-Feb-03 10:04 
GeneralRe: new/delete between dll calls Pin
Chris Losinger24-Feb-03 10:10
professionalChris Losinger24-Feb-03 10:10 
GeneralRe: new/delete between dll calls Pin
Alvaro Mendez24-Feb-03 10:47
Alvaro Mendez24-Feb-03 10:47 
QuestionError returning CStringArray as function result? Pin
yasbas24-Feb-03 9:29
yasbas24-Feb-03 9:29 
AnswerRe: Error returning CStringArray as function result? Pin
Dave_24-Feb-03 9:33
Dave_24-Feb-03 9:33 
AnswerRe: Error returning CStringArray as function result? Pin
Christian Graus24-Feb-03 9:52
protectorChristian Graus24-Feb-03 9:52 
GeneralRe: Error returning CStringArray as function result? Pin
Alvaro Mendez24-Feb-03 10:27
Alvaro Mendez24-Feb-03 10:27 
GeneralRe: Error returning CStringArray as function result? Pin
Christian Graus24-Feb-03 10:29
protectorChristian Graus24-Feb-03 10:29 
GeneralRe: Error returning CStringArray as function result? Pin
Alvaro Mendez24-Feb-03 11:03
Alvaro Mendez24-Feb-03 11:03 
GeneralRe: Error returning CStringArray as function result? Pin
Christian Graus24-Feb-03 11:31
protectorChristian Graus24-Feb-03 11:31 
Generaldeleting a CDialog... Pin
ns24-Feb-03 9:03
ns24-Feb-03 9:03 

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.