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

C / C++ / MFC

 
GeneralRe: Shared network resources Pin
Andres Manggini17-Oct-01 5:54
Andres Manggini17-Oct-01 5:54 
GeneralSharing a data segment in a DLL Pin
Mr.Freeze16-Oct-01 18:51
Mr.Freeze16-Oct-01 18:51 
GeneralRe: Sharing a data segment in a DLL Pin
Michael Dunn16-Oct-01 19:47
sitebuilderMichael Dunn16-Oct-01 19:47 
GeneralRe: Sharing a data segment in a DLL Pin
Mr.Freeze16-Oct-01 20:29
Mr.Freeze16-Oct-01 20:29 
GeneralDetecting List View Header Click in Dialog Pin
16-Oct-01 16:54
suss16-Oct-01 16:54 
GeneralRe: Detecting List View Header Click in Dialog Pin
Michael Dunn16-Oct-01 17:25
sitebuilderMichael Dunn16-Oct-01 17:25 
GeneralCreating Property ... Pin
Hadi Rezaee16-Oct-01 12:35
Hadi Rezaee16-Oct-01 12:35 
GeneralDLL in ATL . small question ! Pin
mimi16-Oct-01 11:48
mimi16-Oct-01 11:48 
I writed ATL COM DLL via AppWizard and added to it ATL class "AtlObj".
after I imported function from Extention DLL that I created before. so:
------------------------------------------------------------
extern "C" __declspec(dllimport) void ShowDialog();

STDMETHODIMP CAtlObj::show()
{
AFX_MANAGE_STATE(AfxGetStaticModuleState())
AfxMessageBox(".....");
ShowDialog();
return S_OK;
}
-----------------------------------------------------------

The problem : When I run it by client program (exe) the atl it works !
but the imported function (ShowDialog) dont performed. WHY ????????

Cry | :((
GeneralRe: DLL in ATL . small question ! Pin
Christian Graus17-Oct-01 11:22
protectorChristian Graus17-Oct-01 11:22 
GeneralCStrings Pin
Chris Klecker16-Oct-01 10:25
Chris Klecker16-Oct-01 10:25 
GeneralRe: CStrings Pin
Ravi Bhavnani16-Oct-01 10:30
professionalRavi Bhavnani16-Oct-01 10:30 
GeneralRe: CStrings Pin
Jamie Nordmeyer16-Oct-01 11:15
Jamie Nordmeyer16-Oct-01 11:15 
GeneralRe: CStrings Pin
Nish Nishant16-Oct-01 22:08
sitebuilderNish Nishant16-Oct-01 22:08 
GeneralRe: CStrings Pin
#realJSOP17-Oct-01 0:26
professional#realJSOP17-Oct-01 0:26 
GeneralMaking things pretty by returning BSTR's (ATLCOM) Pin
Tim Rymer16-Oct-01 10:02
Tim Rymer16-Oct-01 10:02 
GeneralRe: Making things pretty by returning BSTR's (ATLCOM) Pin
Carlos Antollini16-Oct-01 10:27
Carlos Antollini16-Oct-01 10:27 
GeneralRe: Making things pretty by returning BSTR's (ATLCOM) Pin
Tim Rymer16-Oct-01 10:48
Tim Rymer16-Oct-01 10:48 
GeneralRe: Making things pretty by returning BSTR's (ATLCOM) Pin
Carlos Antollini16-Oct-01 10:59
Carlos Antollini16-Oct-01 10:59 
GeneralRe: Making things pretty by returning BSTR's (ATLCOM) Pin
Tim Rymer16-Oct-01 11:25
Tim Rymer16-Oct-01 11:25 
GeneralRe: Making things pretty by returning BSTR's (ATLCOM) Pin
Christian Graus16-Oct-01 12:28
protectorChristian Graus16-Oct-01 12:28 
GeneralDetecting slow Internet connection Pin
José Luis Sogorb16-Oct-01 9:02
José Luis Sogorb16-Oct-01 9:02 
GeneralCAB file doesn't open in WIn95/NT4 Pin
16-Oct-01 6:02
suss16-Oct-01 6:02 
GeneralStreaming into CStrings.. Pin
Bernhard16-Oct-01 5:04
Bernhard16-Oct-01 5:04 
GeneralRe: Streaming into CStrings.. Pin
Joaquín M López Muñoz16-Oct-01 9:35
Joaquín M López Muñoz16-Oct-01 9:35 
GeneralVisual Studio crashes on Windows 2000.. Pin
Kant16-Oct-01 4:53
Kant16-Oct-01 4:53 

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.