Click here to Skip to main content
15,919,613 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How do I pass a structure to a function?? Pin
John R. Shaw4-Apr-03 15:36
John R. Shaw4-Apr-03 15:36 
AnswerRe: How do I pass a structure to a function?? Pin
Ernesto D.4-Apr-03 23:37
Ernesto D.4-Apr-03 23:37 
GeneralBeginner Database Programming Question Pin
Brent Corkum4-Apr-03 5:21
Brent Corkum4-Apr-03 5:21 
GeneralRe: Beginner Database Programming Question Pin
John M. Drescher4-Apr-03 6:01
John M. Drescher4-Apr-03 6:01 
GeneralRe: Beginner Database Programming Question Pin
Brent Corkum4-Apr-03 6:07
Brent Corkum4-Apr-03 6:07 
GeneralRe: Beginner Database Programming Question Pin
John M. Drescher4-Apr-03 6:11
John M. Drescher4-Apr-03 6:11 
GeneralRe: Beginner Database Programming Question Pin
Jesse Evans4-Apr-03 6:31
Jesse Evans4-Apr-03 6:31 
GeneralCapture Video to memory and send over LAN Pin
extremalis4-Apr-03 4:50
extremalis4-Apr-03 4:50 
GeneralRe: Capture Video to memory and send over LAN Pin
Joan M4-Apr-03 6:45
professionalJoan M4-Apr-03 6:45 
GeneralRe: Capture Video to memory and send over LAN Pin
extremalis6-Apr-03 2:48
extremalis6-Apr-03 2:48 
GeneralRe: Capture Video to memory and send over LAN Pin
Anonymous20-Apr-03 17:15
Anonymous20-Apr-03 17:15 
QuestionUsing MFC HTTP classes for file upload? Pin
Anonymous4-Apr-03 4:49
Anonymous4-Apr-03 4:49 
GeneralExplicit DLL call... Pin
Raphael Kindt4-Apr-03 4:16
Raphael Kindt4-Apr-03 4:16 
GeneralRe: Explicit DLL call... Pin
Joaquín M López Muñoz4-Apr-03 4:47
Joaquín M López Muñoz4-Apr-03 4:47 
Even if this was possible, what would you do with the result of GetProcAddress(hInstance, "class_name_from_dll")? Think it over, a class is not an entity per se in a program, only their instance objects (The situation differs in Java and C#, where classes are program entities).
GetProcAddress will give you pointers to functions, with a little work it is possible to make it return pointers to the methods of a given class: if this is what's in your mind, you might consider exporting classes from a DLL (see the docs), but this is a whole different beast than you're asking for.

Joaquín M López Muñoz
Telefónica, Investigación y Desarrollo
GeneralRe: Explicit DLL call... Pin
Raphael Kindt4-Apr-03 4:54
Raphael Kindt4-Apr-03 4:54 
GeneralConsole window Pin
Tom Wright4-Apr-03 3:40
Tom Wright4-Apr-03 3:40 
GeneralRe: Console window Pin
Joaquín M López Muñoz4-Apr-03 4:04
Joaquín M López Muñoz4-Apr-03 4:04 
GeneralHas anyone heard of this problem Pin
Tom Wright4-Apr-03 3:38
Tom Wright4-Apr-03 3:38 
GeneralRe: Has anyone heard of this problem Pin
Rickard Andersson204-Apr-03 3:46
Rickard Andersson204-Apr-03 3:46 
GeneralMigration to VC.NET Pin
vikramj4-Apr-03 2:46
vikramj4-Apr-03 2:46 
GeneralRe: Migration to VC.NET Pin
Joe Woodbury4-Apr-03 10:49
professionalJoe Woodbury4-Apr-03 10:49 
GeneralRegistering file extension Pin
Rage4-Apr-03 2:44
professionalRage4-Apr-03 2:44 
GeneralRe: Registering file extension Pin
Mihai Filimon4-Apr-03 2:51
Mihai Filimon4-Apr-03 2:51 
GeneralRe: Registering file extension Pin
Rage4-Apr-03 3:00
professionalRage4-Apr-03 3:00 
GeneralDetecting that a manifest is loaded Pin
Dave Merrifield4-Apr-03 2:33
Dave Merrifield4-Apr-03 2:33 

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.