Click here to Skip to main content
16,011,754 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to view MFC class's code? Pin
Alexandru Savescu4-Jun-02 22:04
Alexandru Savescu4-Jun-02 22:04 
GeneralRe: How to view MFC class's code? Pin
Michael P Butler4-Jun-02 22:56
Michael P Butler4-Jun-02 22:56 
GeneralRe: How to view MFC class's code? Pin
Tomasz Sowinski5-Jun-02 0:21
Tomasz Sowinski5-Jun-02 0:21 
GeneralConfusion regarding the "smartness" of smart pointers Pin
Nish Nishant4-Jun-02 17:29
sitebuilderNish Nishant4-Jun-02 17:29 
GeneralRe: Confusion regarding the "smartness" of smart pointers Pin
Jim Crafton4-Jun-02 17:41
Jim Crafton4-Jun-02 17:41 
GeneralRe: Confusion regarding the "smartness" of smart pointers Pin
Nish Nishant4-Jun-02 17:41
sitebuilderNish Nishant4-Jun-02 17:41 
GeneralRe: Confusion regarding the "smartness" of smart pointers Pin
Ed Gadziemski5-Jun-02 14:45
professionalEd Gadziemski5-Jun-02 14:45 
GeneralSmart Pointers - revisited Pin
Nish Nishant4-Jun-02 17:16
sitebuilderNish Nishant4-Jun-02 17:16 
First of all, Thanks to Rama, Mazy and Jason.

Here is my code now. It works by the way Smile | :)

ISimplePgpPtr p(__uuidof(SimplePgp)); 	
p->EncryptFile("d:\\in.txt","d:\\a90.pgp","test@test.com");
p.Release();	
CoUninitialize();


Now this is my problem. I am puzzled by the behavior of p.

When I hit a . after p and when I type a -> after p I get different drop downs from intellisense.

Can someone clear all this up?

I tried a . instead of -> for the EncryptFile but got a compile error!

Nish


Regards,
Nish
Native CPian.
Born and brought up on CP.
With the CP blood in him.

GeneralRe: Smart Pointers - revisited Pin
Le centriste4-Jun-02 17:26
Le centriste4-Jun-02 17:26 
GeneralRe: Smart Pointers - revisited Pin
Nish Nishant4-Jun-02 17:26
sitebuilderNish Nishant4-Jun-02 17:26 
GeneralRe: Smart Pointers - revisited Pin
nay4-Jun-02 18:23
nay4-Jun-02 18:23 
GeneralHelp, please! How to getactiveview from MyApp Pin
lucy4-Jun-02 16:49
lucy4-Jun-02 16:49 
GeneralRe: Help, please! How to getactiveview from MyApp Pin
Nish Nishant4-Jun-02 17:18
sitebuilderNish Nishant4-Jun-02 17:18 
GeneralRe: Help, please! How to getactiveview from MyApp Pin
lucy4-Jun-02 17:26
lucy4-Jun-02 17:26 
GeneralRe: Help, please! How to getactiveview from MyApp Pin
Nish Nishant4-Jun-02 17:25
sitebuilderNish Nishant4-Jun-02 17:25 
GeneralRe: Help, please! How to getactiveview from MyApp Pin
lucy4-Jun-02 17:39
lucy4-Jun-02 17:39 
GeneralTrackPopupMenu Pin
Steve L.4-Jun-02 15:53
Steve L.4-Jun-02 15:53 
GeneralRe: TrackPopupMenu Pin
Shog94-Jun-02 16:11
sitebuilderShog94-Jun-02 16:11 
GeneralRe: TrackPopupMenu Pin
Steve L.4-Jun-02 16:09
Steve L.4-Jun-02 16:09 
GeneralRe: TrackPopupMenu Pin
Shog94-Jun-02 16:20
sitebuilderShog94-Jun-02 16:20 
GeneralRe: TrackPopupMenu Pin
Steve L.4-Jun-02 16:17
Steve L.4-Jun-02 16:17 
GeneralRe: TrackPopupMenu Pin
Michael Dunn4-Jun-02 16:17
sitebuilderMichael Dunn4-Jun-02 16:17 
GeneralRe: TrackPopupMenu Pin
Nish Nishant4-Jun-02 17:22
sitebuilderNish Nishant4-Jun-02 17:22 
GeneralFile Associations Pin
Dor4-Jun-02 15:46
Dor4-Jun-02 15:46 
GeneralRe: File Associations Pin
Rama Krishna Vavilala4-Jun-02 16:04
Rama Krishna Vavilala4-Jun-02 16:04 

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.