Click here to Skip to main content
15,920,438 members
Home / Discussions / COM
   

COM

 
GeneralRe: char** to VARIANT Pin
GuimaSun24-Jun-05 9:26
GuimaSun24-Jun-05 9:26 
GeneralRe: char** to VARIANT Pin
Lim Bio Liong24-Jun-05 23:54
Lim Bio Liong24-Jun-05 23:54 
GeneralRe: char** to VARIANT Pin
Jörgen Sigvardsson25-Jun-05 13:44
Jörgen Sigvardsson25-Jun-05 13:44 
GeneralRe: char** to VARIANT Pin
Lim Bio Liong25-Jun-05 19:39
Lim Bio Liong25-Jun-05 19:39 
GeneralVARIANT in VC 6.0 and Objects in C# Pin
btanveer23-Jun-05 6:09
btanveer23-Jun-05 6:09 
QuestionHow I can debug a dll file Pin
Anonymous22-Jun-05 23:37
Anonymous22-Jun-05 23:37 
AnswerRe: How I can debug a dll file Pin
ameysp23-Jun-05 23:56
ameysp23-Jun-05 23:56 
Generalcreating instance of an object Pin
pardis21-Jun-05 21:22
pardis21-Jun-05 21:22 
hi all
i have 2 .lib files related to one com server . the first is to make connection with the server and the latter is for sending and recieving data .
i have created an instance for the first by :
<br />
MULTI_QI qi[] =  { & __uuidof(IserverSys) , 0, 0} ;<br />
<br />
// set up the server info<br />
COSERVERINFO serverinfo;<br />
COSERVERINFO *pServerInfo = 0;<br />
memset( &serverinfo, 0, sizeof( COSERVERINFO ) );<br />
    <br />
serverinfo.pwszName = NULL;//local Server<br />
pServerInfo = &serverinfo;<br />
serverinfo.pAuthInfo=NULL;<br />
{<br />
  hr = ::CoCreateInstanceEx( <br />
  __uuidof(serverSys) , <br />
 0, <br />
 CLSCTX_LOCAL_SERVER | CLSCTX_REMOTE_SERVER ,<br />
 pServerInfo, <br />
 1, <br />
 qi<br />
);<br />
if( ( FAILED(qi[0].hr) ) ||  ( FAILED(hr) ) )<br />
{  <br />
  AfxMessageBox(" Could not create instance of server");<br />
  return ;<br />
}<br />
g_pIserverSys = (IserverSys *) qi[0].pItf;<br />


do i have to do the same for the latter ? if not what do i must do to create an object for the latter?
GeneralObtaining currently active IE window using IShellWindows Pin
VV114420-Jun-05 11:15
VV114420-Jun-05 11:15 
GeneralRe: Obtaining currently active IE window using IShellWindows Pin
GuimaSun23-Jun-05 10:30
GuimaSun23-Jun-05 10:30 
Generalsending data to dialog Pin
pardis17-Jun-05 20:19
pardis17-Jun-05 20:19 
GeneralRe: sending data to dialog Pin
GuimaSun23-Jun-05 10:02
GuimaSun23-Jun-05 10:02 
GeneralUsing FoxPro COM in Asp.Net Pin
BCKY17-Jun-05 13:41
BCKY17-Jun-05 13:41 
Generalget IE caret position (x,y) Pin
17-Jun-05 4:58
suss17-Jun-05 4:58 
GeneralAccess Violation in Release of COM+ object in Release Version Pin
ameysp16-Jun-05 20:01
ameysp16-Jun-05 20:01 
GeneralRe: Access Violation in Release of COM+ object in Release Version Pin
GuimaSun23-Jun-05 9:53
GuimaSun23-Jun-05 9:53 
GeneralRe: Access Violation in Release of COM+ object in Release Version Pin
ameysp23-Jun-05 23:27
ameysp23-Jun-05 23:27 
GeneralAdd RTP filter Pin
mausot16-Jun-05 0:43
mausot16-Jun-05 0:43 
GeneralHelp with IDropTarget Interface really needed Pin
Jim Parsells15-Jun-05 17:29
Jim Parsells15-Jun-05 17:29 
GeneralManipulate CWnd-derived object in ActiveX Control Pin
dhamilton15-Jun-05 12:15
dhamilton15-Jun-05 12:15 
GeneralRe: Manipulate CWnd-derived object in ActiveX Control Pin
dhamilton17-Jun-05 6:57
dhamilton17-Jun-05 6:57 
GeneralSharing Memory between two components with MapViewOfFile... Pin
metal_rob15-Jun-05 5:17
metal_rob15-Jun-05 5:17 
GeneralRe: Sharing Memory between two components with MapViewOfFile... Pin
GuimaSun23-Jun-05 9:45
GuimaSun23-Jun-05 9:45 
GeneralIPropertyBag who knows?! Pin
Member 115323814-Jun-05 22:29
Member 115323814-Jun-05 22:29 
GeneralRe: IPropertyBag who knows?! Pin
User 21559722-Jun-05 4:50
User 21559722-Jun-05 4:50 

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.