Click here to Skip to main content
16,005,048 members
Home / Discussions / COM
   

COM

 
AnswerRe: Confusion Pin
Steve S4-Jun-07 21:22
Steve S4-Jun-07 21:22 
QuestionGUID Pin
john56321-Jun-07 23:32
john56321-Jun-07 23:32 
AnswerRe: GUID Pin
CPallini3-Jun-07 22:32
mveCPallini3-Jun-07 22:32 
QuestionDll redirection vs side by side installation Pin
tom groezer1-Jun-07 10:04
tom groezer1-Jun-07 10:04 
QuestionCan not create activex component Pin
riteshfirst1-Jun-07 1:24
riteshfirst1-Jun-07 1:24 
Questiongenerating a stub dll from a tlb Pin
NikoTanghe31-May-07 4:01
NikoTanghe31-May-07 4:01 
QuestionCoTaskMemRealloc Pin
bvivekb4u31-May-07 1:21
bvivekb4u31-May-07 1:21 
AnswerRe: CoTaskMemRealloc Pin
CPallini31-May-07 2:07
mveCPallini31-May-07 2:07 
the following code snippet it's working fine on my system:

HRESULT hr =CoInitialize(NULL);
LPVOID lpvFirst = CoTaskMemRealloc(NULL, 1024);
LPVOID lpvSecond=NULL;
if ( lpvFirst )
{
  lpvSecond = CoTaskMemRealloc(lpvFirst, 2048);
}
CoUninitialize();



bvivekb4u wrote:
I would like to get references where I can get more info on memory management in COM/OLE.


I don't know specific reference for the above argument. you may find useful general info on the books suggested here [^] and here [^].

Smile | :)






If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler.
-- Alfonso the Wise, 13th Century King of Castile.

QuestionHow to implement ISimpleFrameSite in activex control by VC++ Pin
a.thanomsak29-May-07 17:34
a.thanomsak29-May-07 17:34 
QuestionC++ to C# array Pin
Stevo Z29-May-07 3:59
Stevo Z29-May-07 3:59 
AnswerRe: C++ to C# array Pin
CPallini29-May-07 4:09
mveCPallini29-May-07 4:09 
GeneralRe: C++ to C# array Pin
Stevo Z29-May-07 4:16
Stevo Z29-May-07 4:16 
Questionweird error Pin
imanos28-May-07 23:36
imanos28-May-07 23:36 
AnswerRe: weird error Pin
CPallini28-May-07 23:45
mveCPallini28-May-07 23:45 
AnswerRe: weird error Pin
imanos29-May-07 0:39
imanos29-May-07 0:39 
QuestionFetching Undelivered Mail From Outllook Through ASP.NET 2.0 Pin
varshavmane28-May-07 20:33
varshavmane28-May-07 20:33 
QuestionDifference between ordinary DLL and COM DLL? Pin
Nandu_77b28-May-07 2:37
Nandu_77b28-May-07 2:37 
AnswerRe: Difference between ordinary DLL and COM DLL? Pin
CPallini28-May-07 2:59
mveCPallini28-May-07 2:59 
GeneralRe: Difference between ordinary DLL and COM DLL? Pin
Nandu_77b30-May-07 1:19
Nandu_77b30-May-07 1:19 
GeneralRe: Difference between ordinary DLL and COM DLL? Pin
CPallini30-May-07 1:43
mveCPallini30-May-07 1:43 
Questionms word document thumbnails Pin
NicolasCh28-May-07 1:00
NicolasCh28-May-07 1:00 
QuestionCOM+ Configuration Settings Pin
Abbas8225-May-07 11:32
Abbas8225-May-07 11:32 
QuestionHow can i use a dll from registery in windows? Pin
lichongbin25-May-07 3:56
lichongbin25-May-07 3:56 
AnswerRe: How can i use a dll from registery in windows? Pin
User 21559725-May-07 4:07
User 21559725-May-07 4:07 
QuestionRe: How can i use a dll from registery in windows? Pin
CPallini25-May-07 10:24
mveCPallini25-May-07 10:24 

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.