Click here to Skip to main content
15,916,188 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOLE DB record counting Pin
João Paulo Figueira12-Aug-03 7:43
professionalJoão Paulo Figueira12-Aug-03 7:43 
GeneralRe: OLE DB record counting Pin
Jörgen Sigvardsson12-Aug-03 13:37
Jörgen Sigvardsson12-Aug-03 13:37 
GeneralRe: OLE DB record counting Pin
João Paulo Figueira12-Aug-03 22:41
professionalJoão Paulo Figueira12-Aug-03 22:41 
GeneralRe: OLE DB record counting Pin
Jörgen Sigvardsson12-Aug-03 22:46
Jörgen Sigvardsson12-Aug-03 22:46 
GeneralRe: OLE DB record counting Pin
João Paulo Figueira24-Aug-03 22:14
professionalJoão Paulo Figueira24-Aug-03 22:14 
GeneralRe: OLE DB record counting Pin
Jörgen Sigvardsson25-Aug-03 0:46
Jörgen Sigvardsson25-Aug-03 0:46 
GeneralRe: OLE DB record counting Pin
João Paulo Figueira25-Aug-03 1:01
professionalJoão Paulo Figueira25-Aug-03 1:01 
GeneralCrystal Report Viewer Pin
Archigal12-Aug-03 6:28
Archigal12-Aug-03 6:28 
GeneralRe: Crystal Report Viewer Pin
Heath Stewart12-Aug-03 8:47
protectorHeath Stewart12-Aug-03 8:47 
GeneralRe: Crystal Report Viewer Pin
Jörgen Sigvardsson12-Aug-03 13:39
Jörgen Sigvardsson12-Aug-03 13:39 
GeneralCSocket Pin
MemLeak12-Aug-03 6:25
MemLeak12-Aug-03 6:25 
GeneralRe: CSocket Pin
valikac12-Aug-03 6:51
valikac12-Aug-03 6:51 
GeneralInserting metafiles in RichEdit Pin
Trapper12-Aug-03 6:08
Trapper12-Aug-03 6:08 
Generalprogram access to locked directory Pin
IdUnknown12-Aug-03 5:31
IdUnknown12-Aug-03 5:31 
GeneralRe: program access to locked directory Pin
Steve S12-Aug-03 5:43
Steve S12-Aug-03 5:43 
GeneralUsing old Visual Studio 6 Lib/dlls Pin
Dirk Vandenheuvel12-Aug-03 4:44
Dirk Vandenheuvel12-Aug-03 4:44 
GeneralMFC question Pin
Beer2612-Aug-03 4:28
Beer2612-Aug-03 4:28 
GeneralRe: MFC question Pin
Nish Nishant12-Aug-03 4:39
sitebuilderNish Nishant12-Aug-03 4:39 
GeneralRe: MFC question Pin
Beer2612-Aug-03 5:52
Beer2612-Aug-03 5:52 
GeneralODBC Pin
Ortie12-Aug-03 4:16
Ortie12-Aug-03 4:16 
GeneralRe: ODBC Pin
basementman12-Aug-03 4:24
basementman12-Aug-03 4:24 
GeneralHelp on DLLs Pin
Radha Nair12-Aug-03 4:03
Radha Nair12-Aug-03 4:03 
GeneralRe: Help on DLLs Pin
Chris Meech12-Aug-03 5:01
Chris Meech12-Aug-03 5:01 
GeneralRe: Help on DLLs Pin
Nish Nishant12-Aug-03 5:53
sitebuilderNish Nishant12-Aug-03 5:53 
GeneralRe: Help on DLLs Pin
Chris Meech12-Aug-03 6:11
Chris Meech12-Aug-03 6:11 
Thanks, Nish. That's what I was sugggesting as an alternative. Except that I think you also have to have an exported function to access the Abc() function. In your example the Abc method wont be exported. And not to mention that there are a whole lot of issues with new/delete, memory leaks, name mangling and such. It can get quite ugly, to say the least.

Another option to consider as well, is to use COM to 'export' the class. But that's for another day. Big Grin | :-D

Chris Meech

"what makes CP different is the people and sense of community, things people will only discover if they join up and join in." Christian Graus Nov 14, 2002.

Oh and for those that ask programming questions in the lounge. Seek the truth here[^].

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.