Click here to Skip to main content
15,894,405 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Rick York25-Aug-09 6:12
mveRick York25-Aug-09 6:12 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy25-Aug-09 19:08
professionalChesnokov Yuriy25-Aug-09 19:08 
QuestionOutlook Automation Pin
john563224-Aug-09 20:12
john563224-Aug-09 20:12 
AnswerRe: Outlook Automation Pin
_AnsHUMAN_ 24-Aug-09 22:08
_AnsHUMAN_ 24-Aug-09 22:08 
QuestionRe: Outlook Automation Pin
David Crow25-Aug-09 3:27
David Crow25-Aug-09 3:27 
QuestionUsing dynamic_cast for Clist Pin
blontek24-Aug-09 20:08
blontek24-Aug-09 20:08 
AnswerRe: Using dynamic_cast for Clist Pin
Cedric Moonen24-Aug-09 20:50
Cedric Moonen24-Aug-09 20:50 
GeneralRe: Using dynamic_cast for Clist Pin
blontek24-Aug-09 21:33
blontek24-Aug-09 21:33 
A ok. You're right. I need the pointer to CRepositoryData object.

My main problem is i have this 3 different functions that will call one function(Create_Batch_to_Send()) with CRepositoryData as the argument:

Function1 - calls Create_Batch_to_Send(CList<CUserdata,CUserdata&>*listUserData)
Function2 - calls Create_Batch_to_Send(CList<CLockdata,CLockdata&>*listLockData)
Function3 - calls Create_Batch_to_Send(CList<CReferencedata,CReferencedata&>*listReferenceData)

I want Create_Batch_to_Send() function to handle those 3 list. That's where my problem occurs. I dont know what argument i should use.

Sir please can you give me an example on how to make this pointer to CRepositoryData   as an argument to
Create_Batch_to_Send(). Thank you very much...
GeneralRe: Using dynamic_cast for Clist Pin
Cedric Moonen24-Aug-09 21:41
Cedric Moonen24-Aug-09 21:41 
GeneralRe: Using dynamic_cast for Clist Pin
Stuart Dootson24-Aug-09 23:54
professionalStuart Dootson24-Aug-09 23:54 
GeneralRe: Using dynamic_cast for Clist Pin
blontek25-Aug-09 0:42
blontek25-Aug-09 0:42 
GeneralRe: Using dynamic_cast for Clist Pin
Stuart Dootson25-Aug-09 2:46
professionalStuart Dootson25-Aug-09 2:46 
QuestionCWebBrowser Control - Proxy setting Pin
Member 383463024-Aug-09 19:56
Member 383463024-Aug-09 19:56 
AnswerRe: CWebBrowser Control - Proxy setting Pin
autodebug24-Aug-09 20:26
autodebug24-Aug-09 20:26 
GeneralRe: CWebBrowser Control - Proxy setting Pin
Member 383463024-Aug-09 20:53
Member 383463024-Aug-09 20:53 
GeneralRe: CWebBrowser Control - Proxy setting Pin
autodebug24-Aug-09 21:31
autodebug24-Aug-09 21:31 
GeneralRe: CWebBrowser Control - Proxy setting Pin
Member 383463024-Aug-09 22:55
Member 383463024-Aug-09 22:55 
GeneralRe: CWebBrowser Control - Proxy setting Pin
Stuart Dootson25-Aug-09 2:49
professionalStuart Dootson25-Aug-09 2:49 
GeneralRe: CWebBrowser Control - Proxy setting Pin
Member 383463025-Aug-09 19:42
Member 383463025-Aug-09 19:42 
GeneralRe: CWebBrowser Control - Proxy setting Pin
Stuart Dootson25-Aug-09 20:58
professionalStuart Dootson25-Aug-09 20:58 
GeneralRe: CWebBrowser Control - Proxy setting Pin
msrikant2-Sep-09 11:36
msrikant2-Sep-09 11:36 
QuestionCDatabase Create Table Pin
rdop24-Aug-09 19:46
rdop24-Aug-09 19:46 
AnswerRe: CDatabase Create Table Pin
rdop24-Aug-09 20:38
rdop24-Aug-09 20:38 
QuestionResource leak Pin
kumar sanghvi24-Aug-09 19:43
kumar sanghvi24-Aug-09 19:43 
AnswerRe: Resource leak Pin
autodebug24-Aug-09 20:18
autodebug24-Aug-09 20:18 

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.