Click here to Skip to main content
15,914,943 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Repost: CSocket help needed Pin
Peter Sjöström10-Oct-01 22:29
Peter Sjöström10-Oct-01 22:29 
GeneralSending SMS in Visual C++ Pin
10-Oct-01 11:14
suss10-Oct-01 11:14 
GeneralIcons cache in WIN98 Pin
10-Oct-01 10:04
suss10-Oct-01 10:04 
GeneralHello Michael P Butler and all ! about the ATL ! Pin
10-Oct-01 9:33
suss10-Oct-01 9:33 
GeneralRe: Hello Michael P Butler and all ! about the ATL ! Pin
Carlos Antollini10-Oct-01 9:43
Carlos Antollini10-Oct-01 9:43 
GeneralManny thanks !!! Pin
10-Oct-01 10:06
suss10-Oct-01 10:06 
GeneralRe: Manny thanks !!! Pin
Carlos Antollini10-Oct-01 10:16
Carlos Antollini10-Oct-01 10:16 
GeneralCarlos Antollini and all ! Can you contain aid me in this subject ? Please ! Pin
10-Oct-01 22:03
suss10-Oct-01 22:03 
Well, I want to use my mfc dll <mydll> in ATL .I do so :
1. open project: ATL COM Wizard.<myatl> [DLL] [MFC Support]
2. insert to the library that created the file : MyDll.dll
and attach to the ATL project the files : MyDll.h , MyDll.lib
-----------------------------------------------------------------
now I want to insert to my ATL the bellow code lines (such as I maked successfully at mfc client program):

#include "MyDll.h"

extern __declspec(dllexport)int func(LPSTR str)
{
MyDialogObject dlg;
dlg.DoModal();
.............
.............
}
--------------------------------------------------------------------
Is this the right way to write it in the ATL ? Confused | :confused:
Where have I put that code ?(In the cpp file ?) Confused | :confused:

--------------------------------------------------------------------
I wiil be greatful if you will answer me .
GeneralRe: Carlos Antollini and all ! Can you contain aid me in this subject ? Please ! Pin
Michael P Butler10-Oct-01 22:17
Michael P Butler10-Oct-01 22:17 
GeneralMany much Thanks Michael !!! and extra small question ! please !!! Pin
10-Oct-01 23:42
suss10-Oct-01 23:42 
GeneralRuntime linking problem between 2 .dll Pin
yarp10-Oct-01 8:22
yarp10-Oct-01 8:22 
GeneralRe: Runtime linking problem between 2 .dll Pin
Paolo Messina10-Oct-01 9:32
professionalPaolo Messina10-Oct-01 9:32 
GeneralRe: Runtime linking problem between 2 .dll Pin
yarp10-Oct-01 18:53
yarp10-Oct-01 18:53 
GeneralDebugging under Windows 98 Pin
James Spibey10-Oct-01 7:00
James Spibey10-Oct-01 7:00 
GeneralRe: Debugging under Windows 98 Pin
James Spibey10-Oct-01 7:14
James Spibey10-Oct-01 7:14 
GeneralWNDPROC function types. Pin
Mike Doner10-Oct-01 6:12
Mike Doner10-Oct-01 6:12 
GeneralRe: WNDPROC function types. Pin
Joaquín M López Muñoz10-Oct-01 7:09
Joaquín M López Muñoz10-Oct-01 7:09 
GeneralRe: WNDPROC function types. Pin
Tim Deveaux10-Oct-01 8:18
Tim Deveaux10-Oct-01 8:18 
GeneralRe: WNDPROC function types. Pin
Mike Doner10-Oct-01 9:36
Mike Doner10-Oct-01 9:36 
GeneralMissing ShFolder.h and ShFolder.lib Pin
The Arabundi10-Oct-01 6:01
The Arabundi10-Oct-01 6:01 
GeneralRe: Missing ShFolder.h and ShFolder.lib Pin
Masaaki Onishi10-Oct-01 6:33
Masaaki Onishi10-Oct-01 6:33 
GeneralRe: Missing ShFolder.h and ShFolder.lib Pin
The Arabundi10-Oct-01 7:24
The Arabundi10-Oct-01 7:24 
GeneralCharacters conversions on ReadFile and WriteFile Pin
MAXS72U10-Oct-01 5:50
MAXS72U10-Oct-01 5:50 
GeneralRe: Characters conversions on ReadFile and WriteFile Pin
Erik G. Poel10-Oct-01 6:02
Erik G. Poel10-Oct-01 6:02 
GeneralRe: Characters conversions on ReadFile and WriteFile Pin
MAXS72U10-Oct-01 20:27
MAXS72U10-Oct-01 20:27 

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.