Not programing question...
-
Does anybody have a clue if MSFT VC++ Department has already been moved to offshore? Frustrating: Had to create today small MFC Dailog application that just embeds 1 ActiveX control inside of it -- Guess what: Latest .NET DevStudio returns an error when I'm trying to Add Control Variable: I'm getting Internet Explorer Script Error: The Extender Provider failed to return an Extender for this object file://C:\Program Files\Microsoft Visual Studio .NET\Vc7\VCWizards\MemVariableWiz\HTML\1033\default.htm I went to default.htm: and I see that now CWnd wrapper is generated by java script. Not that I'm against java script, but shouldn't wrapper be generated for all refferenced typelibraries and coclasses??? Anyway, very frustrating: Had to go back to VC6 and generate wrappers there -- no problems! So, do we have QA or not?;P "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
-
Does anybody have a clue if MSFT VC++ Department has already been moved to offshore? Frustrating: Had to create today small MFC Dailog application that just embeds 1 ActiveX control inside of it -- Guess what: Latest .NET DevStudio returns an error when I'm trying to Add Control Variable: I'm getting Internet Explorer Script Error: The Extender Provider failed to return an Extender for this object file://C:\Program Files\Microsoft Visual Studio .NET\Vc7\VCWizards\MemVariableWiz\HTML\1033\default.htm I went to default.htm: and I see that now CWnd wrapper is generated by java script. Not that I'm against java script, but shouldn't wrapper be generated for all refferenced typelibraries and coclasses??? Anyway, very frustrating: Had to go back to VC6 and generate wrappers there -- no problems! So, do we have QA or not?;P "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me
VS.NET makes me glad that I never relied too much on ClassWizard in VC6. Learning to hand-code the code generated by ClassWizard will save you a lot of nightmares. Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879
-
VS.NET makes me glad that I never relied too much on ClassWizard in VC6. Learning to hand-code the code generated by ClassWizard will save you a lot of nightmares. Michael 'War is at best barbarism...Its glory is all moonshine. It is only those who have neither fired a shot nor heard the shrieks and groans of the wounded who cry aloud for blood, more vengeance, more desolation. War is hell.' - General William Sherman, 1879
You have a job in my new not yet existing company! Your position will be Senior TlbImp. But if you show real proficiency we can save and you can make more money by being Senior TlbExp too... LOL Regards, Igor "...Ability to type is not enough to become a Programmer. Unless you type in VB. But then again you have to type really fast..." Me