Exportable class functions to DLL?
From: Timothy Wong (wong_timothy_at_bah.com)
Date: 05/18/04
- Next message: Doug Harrison [MVP]: "Re: Structure Alignment ..."
- Previous message: Bill Davy: "Re: How to find out the processor speed programatically"
- Next in thread: gangadhar npk: "Re: Exportable class functions to DLL?"
- Reply: gangadhar npk: "Re: Exportable class functions to DLL?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 18 May 2004 09:11:07 -0700
Hi,
Here is my situation...please tell me if this is possible:
1) An existing application loads a dll and is looking for a function (e.g. - getName(void))
2) Prior DLL's were created in a procedural fashion and just created a global function.
3) Now I want to create a class to encapsulate this function and create a DLL
My question ... is it possible to compile a DLL in this way and have the old application be able to load getName with out any notion of loading/instatiating a class?
- Next message: Doug Harrison [MVP]: "Re: Structure Alignment ..."
- Previous message: Bill Davy: "Re: How to find out the processor speed programatically"
- Next in thread: gangadhar npk: "Re: Exportable class functions to DLL?"
- Reply: gangadhar npk: "Re: Exportable class functions to DLL?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|