Click here to Skip to main content
15,887,683 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalpersist STL collection Pin
17-Apr-02 7:01
suss17-Apr-02 7:01 
GeneralRe: persist STL collection Pin
Joaquín M López Muñoz17-Apr-02 8:36
Joaquín M López Muñoz17-Apr-02 8:36 
QuestionMFC Dialog and Pipes? Pin
Aoife17-Apr-02 6:58
Aoife17-Apr-02 6:58 
AnswerRe: MFC Dialog and Pipes? Pin
Jeremy Falcon17-Apr-02 7:25
professionalJeremy Falcon17-Apr-02 7:25 
GeneralTo get the excel9.cpp & excel9.h Pin
17-Apr-02 6:58
suss17-Apr-02 6:58 
GeneralRe: To get the excel9.cpp & excel9.h Pin
David Viggiano17-Apr-02 8:20
David Viggiano17-Apr-02 8:20 
GeneralRe: To get the excel9.cpp & excel9.h Pin
18-Apr-02 0:01
suss18-Apr-02 0:01 
Generalputref Question Pin
Brian V Shifrin17-Apr-02 6:30
Brian V Shifrin17-Apr-02 6:30 
Ok I am confused:

I would like to implement putref_Item property
to be accessed from vbscript/Jscript

putref_Item(BSTR name, VARIANT newVal)
{
...
//set to IDispatch
CComVariant vtOld = map.Lookup(name);

map.Set(name, newVal);
}

VBScript
Dim z
z = Server.CreateObject( Dummy.Object)

Set X("db") = z

Set X("db") = Nothing

........................................................

How does reference counting suppose to works?
Should I call vtOld->Release() vtNew->AddRef()
Should I call addRef on propGet ???

Thanks


GeneralRe: putref Question Pin
Brian V Shifrin17-Apr-02 8:33
Brian V Shifrin17-Apr-02 8:33 
QuestionHow to get the stream associated with a SoapSerializer? Pin
Gian Luca17-Apr-02 5:28
Gian Luca17-Apr-02 5:28 
GeneralWin32 question Pin
17-Apr-02 5:26
suss17-Apr-02 5:26 
GeneralRe: Win32 question Pin
Tim Smith17-Apr-02 5:31
Tim Smith17-Apr-02 5:31 
Generalincluding .cpp file Pin
Rajveer17-Apr-02 5:24
Rajveer17-Apr-02 5:24 
GeneralRe: including .cpp file Pin
Phil Speller17-Apr-02 5:39
Phil Speller17-Apr-02 5:39 
GeneralRe: including .cpp file Pin
Thomas Freudenberg17-Apr-02 5:40
Thomas Freudenberg17-Apr-02 5:40 
GeneralPressing Arrow Key Pin
Rajveer17-Apr-02 5:03
Rajveer17-Apr-02 5:03 
GeneralRe: Pressing Arrow Key Pin
Nish Nishant17-Apr-02 5:17
sitebuilderNish Nishant17-Apr-02 5:17 
GeneralRe: Pressing Arrow Key Pin
Paul M Watt17-Apr-02 5:25
mentorPaul M Watt17-Apr-02 5:25 
GeneralRe: Pressing Arrow Key Pin
Roger Allen17-Apr-02 5:53
Roger Allen17-Apr-02 5:53 
GeneralVC++ DAO Project. Access97 --> Access2000 Pin
Pere LLibre17-Apr-02 3:56
Pere LLibre17-Apr-02 3:56 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Nish Nishant17-Apr-02 4:05
sitebuilderNish Nishant17-Apr-02 4:05 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Pere LLibre18-Apr-02 3:05
Pere LLibre18-Apr-02 3:05 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 4:27
Carlos Antollini18-Apr-02 4:27 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 4:28
Carlos Antollini18-Apr-02 4:28 
GeneralRe: VC++ DAO Project. Access97 --> Access2000 Pin
Carlos Antollini18-Apr-02 4:35
Carlos Antollini18-Apr-02 4:35 

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.