Click here to Skip to main content
15,910,234 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Member Function Pin
Kharfax12-Jul-06 2:48
Kharfax12-Jul-06 2:48 
GeneralRe: Member Function Pin
ashish dogra12-Jul-06 2:52
ashish dogra12-Jul-06 2:52 
GeneralRe: Member Function Pin
David Crow12-Jul-06 2:57
David Crow12-Jul-06 2:57 
GeneralRe: Member Function Pin
Zac Howland12-Jul-06 3:59
Zac Howland12-Jul-06 3:59 
QuestionCSingleLock Assertion Failed Pin
mcgmil12-Jul-06 2:19
mcgmil12-Jul-06 2:19 
QuestionRe: CSingleLock Assertion Failed Pin
David Crow12-Jul-06 2:44
David Crow12-Jul-06 2:44 
AnswerRe: CSingleLock Assertion Failed [modified] Pin
o.sanchez12-Jul-06 2:50
o.sanchez12-Jul-06 2:50 
GeneralRe: CSingleLock Assertion Failed Pin
mcgmil12-Jul-06 5:37
mcgmil12-Jul-06 5:37 
GeneralRe: CSingleLock Assertion Failed Pin
o.sanchez12-Jul-06 20:59
o.sanchez12-Jul-06 20:59 
QuestionAuto UnInstall after specified time Pin
raj_all7912-Jul-06 2:00
raj_all7912-Jul-06 2:00 
AnswerRe: Auto UnInstall after specified time Pin
Jonathan [Darka]12-Jul-06 2:10
professionalJonathan [Darka]12-Jul-06 2:10 
AnswerRe: Auto UnInstall after specified time Pin
David Crow12-Jul-06 2:48
David Crow12-Jul-06 2:48 
AnswerRe: Auto UnInstall after specified time Pin
*Dreamz12-Jul-06 3:21
*Dreamz12-Jul-06 3:21 
Questionvideo ram Pin
samira forooghi12-Jul-06 1:55
samira forooghi12-Jul-06 1:55 
AnswerRe: video ram Pin
includeh1012-Jul-06 2:48
includeh1012-Jul-06 2:48 
QuestionRe: video ram Pin
David Crow12-Jul-06 2:54
David Crow12-Jul-06 2:54 
AnswerRe: video ram Pin
Hamid_RT12-Jul-06 3:21
Hamid_RT12-Jul-06 3:21 
Questionsame structure behave differntly in different application Pin
pavan105nagarbhavi12-Jul-06 1:48
pavan105nagarbhavi12-Jul-06 1:48 
AnswerRe: same structure behave differntly in different application Pin
_AnsHUMAN_ 12-Jul-06 2:16
_AnsHUMAN_ 12-Jul-06 2:16 
QuestionRe: same structure behave differntly in different application Pin
David Crow12-Jul-06 2:59
David Crow12-Jul-06 2:59 
AnswerRe: same structure behave differntly in different application Pin
Zac Howland12-Jul-06 3:41
Zac Howland12-Jul-06 3:41 
QuestionRegistry - RegSetValuEx - Returning Access denied ?? Pin
elitecodex12-Jul-06 1:43
elitecodex12-Jul-06 1:43 
AnswerRe: Registry - RegSetValuEx - Returning Access denied ?? Pin
Steve S12-Jul-06 3:11
Steve S12-Jul-06 3:11 
GeneralRe: Registry - RegSetValuEx - Returning Access denied ?? [modified] Pin
elitecodex12-Jul-06 4:51
elitecodex12-Jul-06 4:51 
GeneralRe: Registry - RegSetValuEx - Returning Access denied ?? Pin
Steve S12-Jul-06 6:51
Steve S12-Jul-06 6:51 
No problem. I agree with most of your original comment (although I am a fan of COM, DCOM (which is COM with hiking boots on) and COM+, which is something else).

Luckily (?) I can generally read VB and mentally convert to roughly equivalent VC++ code, although it does get messy sometimes. I couldn't remember/find the link myself, or I'd have posted it, but it's that same stuff I read.

The pain for me is that I find myself working on customer sites where they have VC6 and so the platform SDK is fixed at Feb 2003 (or sometimes earlier!), so I often find myself writing wrapper classes to expose stuff like the firewall functionality without needing to include the later PSDK headers or link in the later PSDK import libraries; as for UUID.LIB, just don't ask, all right? Thank BG for __declspec(uuid), that's all I say!

If you hadn't got the link, I'd have snipped a section of source from one of the utilities I wrote which enables the firewall, opens some ports up (for DCOM use) and configures DCOM to use those ports. I'm ashamed to admit it, but that last part does hack the registry, as I haven't found the API to do it 'officially'... Cry | :((


Steve S
Developer for hire

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.