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

C / C++ / MFC

 
AnswerRe: How to get word at mouse pointer Pin
Christian Graus30-Oct-02 20:30
protectorChristian Graus30-Oct-02 20:30 
AnswerRe: How to get word at mouse pointer Pin
Stephane Rodriguez.30-Oct-02 20:44
Stephane Rodriguez.30-Oct-02 20:44 
AnswerRe: How to get word at mouse pointer Pin
dabs30-Oct-02 22:26
dabs30-Oct-02 22:26 
GeneralWriting lots of data to one registry key Pin
Hel30-Oct-02 19:38
Hel30-Oct-02 19:38 
GeneralRe: Writing lots of data to one registry key Pin
Stephane Rodriguez.30-Oct-02 19:42
Stephane Rodriguez.30-Oct-02 19:42 
GeneralRe: Writing lots of data to one registry key Pin
Hel30-Oct-02 20:13
Hel30-Oct-02 20:13 
Questionis VC.NET a transient technology? Pin
devvvy30-Oct-02 19:36
devvvy30-Oct-02 19:36 
AnswerRe: is VC.NET a transient technology? Pin
Stephane Rodriguez.30-Oct-02 19:54
Stephane Rodriguez.30-Oct-02 19:54 
norm wrote:
VC.NET doesnt even come with a dialog editor!?

You must be kidding. It's more VB-like, but it's there.


norm wrote:
VC6 support is ridiculous and certainly doesnt live up to the label "visual"

Not quite sure everyone would second that. Especially VC6 has a classwizard to add/remove members, create classes through automation, add event handlers, ... which is no more here in VC7 (actually replaced by a strip down one which for instance does not allow to remove a method once added).


norm wrote:
but when it comes to COM and stuff... not sure... do we still need VC.NET?

Yes and no.
Yes, IDL are not needed anymore since attribute-style programming lets you put interfaces and stuff within your .h declaration. I have to admit I hate it, since it's MS tagging proprietary stuff. And, because it's hardly documented and intuitive (no intellisense here), even if you master VC++, you feel a bit lost. Of course all samples from the DVD are here to help you on the learning curve.
No, the more MS releases APIs and SDKs, the more it obfuscates the actual meaning of a COM object, which should remain simple and debuggable. May be that's because I hate ATL and the macros (a lot of them are obsolete in ATL7, so if you knew them by heart, bad luck!).
Backward compatibility ? You'll get a lot of warning messages (obsolete macros and methods), but existing projects will recompile and hopefully run fine.

About MFC : MS has merged MFC, ATL and STL. Now it's impossible to debug the simplest class : the CString class is replaced will a full stl template CStringT<...> class. Looks powerful at first sight, but eh hope you never have to debug anything around that : that's nasty code!










How low can you go ?
(MS rant)

GeneralRe: is VC.NET a transient technology? Pin
devvvy30-Oct-02 19:59
devvvy30-Oct-02 19:59 
GeneralRe: is VC.NET a transient technology? Pin
Stephane Rodriguez.30-Oct-02 20:11
Stephane Rodriguez.30-Oct-02 20:11 
GeneralRe: is VC.NET a transient technology? Pin
Christian Graus30-Oct-02 20:14
protectorChristian Graus30-Oct-02 20:14 
GeneralRe: is VC.NET a transient technology? Pin
Stephane Rodriguez.30-Oct-02 20:23
Stephane Rodriguez.30-Oct-02 20:23 
GeneralRe: is VC.NET a transient technology? Pin
Christian Graus30-Oct-02 20:27
protectorChristian Graus30-Oct-02 20:27 
GeneralRe: is VC.NET a transient technology? Pin
Chris Losinger30-Oct-02 20:36
professionalChris Losinger30-Oct-02 20:36 
GeneralRe: is VC.NET a transient technology? Pin
Christian Graus30-Oct-02 20:49
protectorChristian Graus30-Oct-02 20:49 
GeneralRe: is VC.NET a transient technology? Pin
Chris Losinger30-Oct-02 21:07
professionalChris Losinger30-Oct-02 21:07 
GeneralRe: is VC.NET a transient technology? Pin
Christian Graus30-Oct-02 21:15
protectorChristian Graus30-Oct-02 21:15 
GeneralRe: is VC.NET a transient technology? Pin
Chris Losinger31-Oct-02 5:39
professionalChris Losinger31-Oct-02 5:39 
GeneralRe: is VC.NET a transient technology? Pin
Christian Graus31-Oct-02 9:45
protectorChristian Graus31-Oct-02 9:45 
GeneralRe: is VC.NET a transient technology? Pin
Stephane Rodriguez.30-Oct-02 20:38
Stephane Rodriguez.30-Oct-02 20:38 
GeneralRe: is VC.NET a transient technology? Pin
Christian Graus30-Oct-02 20:50
protectorChristian Graus30-Oct-02 20:50 
GeneralRe: is VC.NET a transient technology? Pin
Stephane Rodriguez.30-Oct-02 20:59
Stephane Rodriguez.30-Oct-02 20:59 
QuestionFriend Functions defy OOP,why? Pin
abhinarulkar30-Oct-02 19:27
abhinarulkar30-Oct-02 19:27 
AnswerRe: Friend Functions defy OOP,why? Pin
Chris Losinger30-Oct-02 20:01
professionalChris Losinger30-Oct-02 20:01 
AnswerRe: Friend Functions defy OOP,why? Pin
Christian Graus30-Oct-02 20:14
protectorChristian Graus30-Oct-02 20:14 

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.