Click here to Skip to main content
15,887,683 members
Home / Discussions / COM
   

COM

 
AnswerRe: Issue with SysFreeString... Pin
Jonathan Davies18-Dec-08 2:38
Jonathan Davies18-Dec-08 2:38 
GeneralRe: Issue with SysFreeString... Pin
ganesa moorthy18-Dec-08 2:42
ganesa moorthy18-Dec-08 2:42 
GeneralRe: Issue with SysFreeString... Pin
Jonathan Davies18-Dec-08 2:56
Jonathan Davies18-Dec-08 2:56 
AnswerRe: Issue with SysFreeString... Pin
GuimaSun29-Jan-09 8:50
GuimaSun29-Jan-09 8:50 
QuestionAn activex control to run VLC player from command line Pin
rajjesh16-Dec-08 15:03
rajjesh16-Dec-08 15:03 
QuestionObtaining COM DLL output with free tools Pin
Zeddan15-Dec-08 22:54
Zeddan15-Dec-08 22:54 
AnswerRe: Obtaining COM DLL output with free tools Pin
Baltoro27-Dec-08 7:51
Baltoro27-Dec-08 7:51 
QuestionDefining struct in IDL file Pin
KASR114-Dec-08 20:12
KASR114-Dec-08 20:12 
I have defined a struct type in IDL as follows

typedef struct tData
{
int i;
int j;
tData()
{
i = 0; j = 0;
}
}MyData;

Getting error as follows.

error MIDL2025 : syntax error : expecting a type specification near "tData".
QuestionWhy COM DLL Fails in one system and working fine in another system? Pin
ganesa moorthy14-Dec-08 16:51
ganesa moorthy14-Dec-08 16:51 
QuestionWrite Speed supported by drive Pin
Kiren Mukherjee11-Dec-08 19:53
Kiren Mukherjee11-Dec-08 19:53 
QuestionWhy COM Pin
Varghese Paul M10-Dec-08 22:21
Varghese Paul M10-Dec-08 22:21 
AnswerRe: Why COM Pin
Fernando A. Gomez F.11-Dec-08 5:41
Fernando A. Gomez F.11-Dec-08 5:41 
AnswerRe: Why COM Pin
Baltoro11-Dec-08 12:38
Baltoro11-Dec-08 12:38 
QuestionThird party dll not recoginzed [modified] - Cleared up Pin
CARisk39-Dec-08 8:45
CARisk39-Dec-08 8:45 
AnswerRe: Third party dll not recoginzed Pin
Baltoro11-Dec-08 12:19
Baltoro11-Dec-08 12:19 
GeneralRe: Third party dll not recoginzed Pin
CARisk312-Dec-08 4:10
CARisk312-Dec-08 4:10 
AnswerRe: Third party dll not recoginzed [modified] - Cleared up Pin
PC Player26-Dec-08 10:18
PC Player26-Dec-08 10:18 
QuestionUrgent:Marshalling Strings Pin
geetha naidu9-Dec-08 2:34
geetha naidu9-Dec-08 2:34 
QuestionActiveX Controls in Multithreaded Applications Pin
mike at ist8-Dec-08 12:10
mike at ist8-Dec-08 12:10 
Questionerror access violation in WMI code ! Pin
viveksubbarao8-Dec-08 2:24
viveksubbarao8-Dec-08 2:24 
AnswerRe: error access violation in WMI code ! Pin
Baltoro13-Dec-08 8:56
Baltoro13-Dec-08 8:56 
QuestionHow to use the Aggregate COM object Pin
KASR14-Dec-08 23:34
KASR14-Dec-08 23:34 
QuestionHelp with COM+ LCE subscriber problem for own event class Pin
GraemeChambers3-Dec-08 22:08
GraemeChambers3-Dec-08 22:08 
QuestionComposite active X control using VC++ 6.0 Pin
Nikkiee3-Dec-08 10:45
Nikkiee3-Dec-08 10:45 
QuestionCan I use GetActiveObject() in Server application ? Pin
Zyraph2-Dec-08 21:56
Zyraph2-Dec-08 21:56 

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.