Click here to Skip to main content
15,921,577 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: check how many variable arguments are passed? Pin
CPallini7-Jun-07 3:57
mveCPallini7-Jun-07 3:57 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 4:03
hansipet7-Jun-07 4:03 
GeneralRe: check how many variable arguments are passed? Pin
Roger Stoltz7-Jun-07 4:03
Roger Stoltz7-Jun-07 4:03 
GeneralRe: check how many variable arguments are passed? Pin
hansipet7-Jun-07 5:46
hansipet7-Jun-07 5:46 
GeneralRe: check how many variable arguments are passed? Pin
Roger Stoltz7-Jun-07 6:42
Roger Stoltz7-Jun-07 6:42 
QuestionHook Procedure not working when window is minimized Pin
Jayapal Chandran6-Jun-07 23:41
Jayapal Chandran6-Jun-07 23:41 
QuestionManaging Bitrate through Programming Pin
Andy Rama6-Jun-07 23:22
Andy Rama6-Jun-07 23:22 
QuestionEarly Morning blues - Array of object pointers Pin
mcsherry6-Jun-07 22:57
mcsherry6-Jun-07 22:57 
QuestionRe: Early Morning blues - Array of object pointers Pin
mcsherry6-Jun-07 23:00
mcsherry6-Jun-07 23:00 
AnswerRe: Early Morning blues - Array of object pointers Pin
Cedric Moonen6-Jun-07 23:08
Cedric Moonen6-Jun-07 23:08 
GeneralRe: Early Morning blues - Array of object pointers Pin
mcsherry6-Jun-07 23:45
mcsherry6-Jun-07 23:45 
GeneralRe: Early Morning blues - Array of object pointers Pin
Cedric Moonen7-Jun-07 0:05
Cedric Moonen7-Jun-07 0:05 
QuestionString Pin
mazeed6-Jun-07 22:53
mazeed6-Jun-07 22:53 
AnswerRe: String Pin
SandipG 7-Jun-07 1:21
SandipG 7-Jun-07 1:21 
GeneralRe: String Pin
mazeed7-Jun-07 14:50
mazeed7-Jun-07 14:50 
GeneralRe: String Pin
mazeed7-Jun-07 14:56
mazeed7-Jun-07 14:56 
QuestionRe: String Pin
David Crow7-Jun-07 4:24
David Crow7-Jun-07 4:24 
QuestionSummation of numbers Pin
LiYS6-Jun-07 22:50
LiYS6-Jun-07 22:50 
AnswerRe: Summation of numbers Pin
CPallini6-Jun-07 23:21
mveCPallini6-Jun-07 23:21 
AnswerRe: Summation of numbers Pin
prasad_som6-Jun-07 23:42
prasad_som6-Jun-07 23:42 
AnswerRe: Summation of numbers Pin
Rajkumar R6-Jun-07 23:45
Rajkumar R6-Jun-07 23:45 
GeneralRe: Summation of numbers Pin
LiYS7-Jun-07 0:50
LiYS7-Jun-07 0:50 
AnswerRe: Summation of numbers Pin
Rajkumar R7-Jun-07 3:00
Rajkumar R7-Jun-07 3:00 
AnswerRe: Summation of numbers Pin
Rajkumar R7-Jun-07 0:09
Rajkumar R7-Jun-07 0:09 
Questionc++ DLL get parameters Pin
Hayden256-Jun-07 22:47
Hayden256-Jun-07 22:47 
Hi All,

first time building a DLL not to mention C++ program and I'm having a little trouble trying to get the parameters passed to it.

I'm using VC++ 6.0. I created this via a 'Regular DLL using shared MFC DLL'

Upon running it basically creates an application class, then creates a dialog box. This piece works!

Now, I need to pass it three parameters to use though out the program, do I create a new method within the application class to grab these values? (If so can someone give me some example on what I need in this method) Or have I gone the wrong way in trying to build this? All examples I have read are fairly simple DLLs with functions, mine is based on classes.

Any help would be greatly appreciated
Hayden

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.