Click here to Skip to main content
16,004,678 members
Home / Discussions / COM
   

COM

 
QuestionWhy IPersistStreamInitImpl::Load Method is not called? Pin
ajalilqarshi16-Mar-05 21:23
ajalilqarshi16-Mar-05 21:23 
AnswerRe: Why IPersistStreamInitImpl::Load Method is not called? Pin
Jörgen Sigvardsson20-Mar-05 8:54
Jörgen Sigvardsson20-Mar-05 8:54 
GeneralDllRegisterServer entry point not found Pin
For_IT16-Mar-05 18:17
For_IT16-Mar-05 18:17 
GeneralRe: DllRegisterServer entry point not found Pin
User 21559716-Mar-05 22:36
User 21559716-Mar-05 22:36 
GeneralCOM wrapping a dll Pin
Member 180792916-Mar-05 13:18
Member 180792916-Mar-05 13:18 
GeneralRe: COM wrapping a dll Pin
rwestgraham17-Mar-05 9:54
rwestgraham17-Mar-05 9:54 
GeneralRe: COM wrapping a dll Pin
Member 180792917-Mar-05 10:21
Member 180792917-Mar-05 10:21 
GeneralRe: COM wrapping a dll Pin
Member 180792917-Mar-05 10:29
Member 180792917-Mar-05 10:29 
To make it completly clear the dll .h file looks like this:

typedef int (__stdcall *PConnect) ();
typedef int (__stdcall *PConnectSimple) (int lAnInterfaceType, char *pcAComName, int lABaudRate, BOOL bAShowProt);
typedef int (__stdcall *PConnectEx) (TLS_ControlInitPar *pAControlInitPar);
typedef int (__stdcall *PDisconnect) ();
typedef int (__stdcall *PLoadConfig) (char *pcFileName);
typedef int (__stdcall *PSaveConfig) (char *pcFileName);
......

class CLStep4
{
int m_DLLResultat;
HINSTANCE m_LStep4;
PConnect m_pConnect;
PConnectSimple m_pConnectSimple;
PConnectEx m_pConnectEx;
PDisconnect m_pDisconnect;
PLoadConfig m_pLoadConfig;
PSaveConfig m_pSaveConfig;
....
public:
CLStep4();
~CLStep4();

int GetDLLLoadResult() {return m_DLLResultat;};

int Connect ();
int ConnectSimple (int lAnInterfaceType, char *pcAComName, int lABaudRate, BOOL bAShowProt);
int ConnectEx (TLS_ControlInitPar *pAControlInitPar);
int Disconnect ();
int LoadConfig (char *pcFileName);
int SaveConfig (char *pcFileName);

......
};
Questionhow to store data read from a binary file in an activeX Ctrl's property? Pin
ajalilqarshi16-Mar-05 4:55
ajalilqarshi16-Mar-05 4:55 
GeneralCOM object Member InvokeKind is always Unknown Pin
charliejazz15-Mar-05 1:22
charliejazz15-Mar-05 1:22 
Questionhow to work with plug-in Pin
iamalik12-Mar-05 0:51
professionaliamalik12-Mar-05 0:51 
AnswerRe: how to work with plug-in Pin
Johannes Ackermann17-Mar-05 23:50
Johannes Ackermann17-Mar-05 23:50 
QuestionIs it possible to release a COM object from the server? Pin
GizzoF11-Mar-05 6:46
GizzoF11-Mar-05 6:46 
GeneralProblem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ajalilqarshi11-Mar-05 1:20
ajalilqarshi11-Mar-05 1:20 
GeneralRe: Problem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ursus zeta12-Mar-05 9:40
ursus zeta12-Mar-05 9:40 
GeneralRe: Problem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ajalilqarshi13-Mar-05 23:17
ajalilqarshi13-Mar-05 23:17 
GeneralRe: Problem with VARIANT!!!!!!!!!!!!!!!!!!!!!!!! Pin
ajalilqarshi14-Mar-05 0:06
ajalilqarshi14-Mar-05 0:06 
GeneralAudio File identification and conversion of media files to WMA Pin
sumitkedia9-Mar-05 0:35
sumitkedia9-Mar-05 0:35 
GeneralIs it possible to catch a com event in vb or javascript Pin
grinder7-Mar-05 3:51
grinder7-Mar-05 3:51 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
rwestgraham8-Mar-05 17:41
rwestgraham8-Mar-05 17:41 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
grinder8-Mar-05 21:18
grinder8-Mar-05 21:18 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
rwestgraham9-Mar-05 23:20
rwestgraham9-Mar-05 23:20 
GeneralRe: Is it possible to catch a com event in vb or javascript Pin
grinder13-Mar-05 19:33
grinder13-Mar-05 19:33 
GeneralDCOM event sink on Terminal Services Pin
FearlessBurner7-Mar-05 2:06
FearlessBurner7-Mar-05 2:06 
GeneralWMI -> Win32_OperatingSystem Pin
Stefak6-Mar-05 13:21
Stefak6-Mar-05 13:21 

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.