Click here to Skip to main content
16,006,006 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: New ATL Object Pin
Steve S21-Mar-04 22:36
Steve S21-Mar-04 22:36 
GeneralRe: New ATL Object Pin
Member 45284922-Mar-04 4:35
Member 45284922-Mar-04 4:35 
GeneralRe: New ATL Object Pin
Steve S23-Mar-04 21:46
Steve S23-Mar-04 21:46 
GeneralRe: New ATL Object Pin
Member 45284924-Mar-04 3:06
Member 45284924-Mar-04 3:06 
GeneralRe: New ATL Object Pin
Member 45284922-Mar-04 4:29
Member 45284922-Mar-04 4:29 
GeneralOwner-draw in listview Pin
IMiracle19-Mar-04 2:40
IMiracle19-Mar-04 2:40 
Generaldll export stl map which carries built in Objects Pin
skpanda17-Mar-04 23:45
skpanda17-Mar-04 23:45 
GeneralRe: dll export stl map which carries built in Objects Pin
ian mariano18-Mar-04 4:16
ian mariano18-Mar-04 4:16 
See Exporting from a DLL Using __declspec(dllexport) for your DLL and Importing into an Application Using __declspec(dllimport) for your client applications.

You will have to use the same header defining the class so that both sides can utilize the class. Note, you don't have to share the class implementation, just the structure, i.e., your class implementation is in a .cpp source file not as inline bodies in the .h header file.

The alternative is to use COM or .NET, which you said you couldn't do, but both preclude having to distribute a header file with your dll for consumption.

Ian Mariano - http://www.ian-space.com/


"We are all wave equations in the information matrix of the universe" - me

GeneralSTL string to _bstr_t conversion Pin
Sandeep Kulkarni17-Mar-04 19:31
Sandeep Kulkarni17-Mar-04 19:31 
GeneralRe: STL string to _bstr_t conversion Pin
ian mariano18-Mar-04 4:21
ian mariano18-Mar-04 4:21 
GeneralRe: STL string to _bstr_t conversion Pin
Michael Dunn18-Mar-04 5:10
sitebuilderMichael Dunn18-Mar-04 5:10 
GeneralRe: STL string to _bstr_t conversion Pin
Nemanja Trifunovic18-Mar-04 5:19
Nemanja Trifunovic18-Mar-04 5:19 
GeneralRe: STL string to _bstr_t conversion Pin
Michael Dunn18-Mar-04 19:45
sitebuilderMichael Dunn18-Mar-04 19:45 
GeneralRe: STL string to _bstr_t conversion Pin
Nemanja Trifunovic19-Mar-04 6:40
Nemanja Trifunovic19-Mar-04 6:40 
GeneralRe: STL string to _bstr_t conversion Pin
Paul Ranson22-Mar-04 3:25
Paul Ranson22-Mar-04 3:25 
GeneralIE and activex Pin
mikewithersone17-Mar-04 10:19
mikewithersone17-Mar-04 10:19 
GeneralRe: IE and activex Pin
Jörgen Sigvardsson17-Mar-04 11:31
Jörgen Sigvardsson17-Mar-04 11:31 
GeneralRe: IE and activex Pin
mikewithersone18-Mar-04 1:34
mikewithersone18-Mar-04 1:34 
GeneralRe: IE and activex Pin
Jörgen Sigvardsson19-Mar-04 7:43
Jörgen Sigvardsson19-Mar-04 7:43 
GeneralHelp needed on ATL control Pin
ben217-Mar-04 6:17
ben217-Mar-04 6:17 
GeneralATL DialogBox Pin
asv16-Mar-04 22:19
asv16-Mar-04 22:19 
GeneralRe: ATL DialogBox Pin
Jörgen Sigvardsson17-Mar-04 7:01
Jörgen Sigvardsson17-Mar-04 7:01 
GeneralYahoo Groups Problem Pin
Steve S16-Mar-04 1:08
Steve S16-Mar-04 1:08 
GeneralSTL:: list Pin
vikramlinux16-Mar-04 0:46
vikramlinux16-Mar-04 0:46 
GeneralRe: STL:: list Pin
Mike Beckerleg16-Mar-04 3:13
Mike Beckerleg16-Mar-04 3:13 

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.