Hi: It's me again :D well now I have a new one for everyone here. I have been working with an MFC Sample and I want to add a Dialog, Resource Files from 'original' MFC Sample have .C extension but when I add a new Dialog it has .cpp extension, until then there is no problem, i can add member variables, write code and almost a happy developer life. The problem is when I run app the code (for example of a Push Button) isn't recognized or isn't executed!!! And, when I put a breakpoint in the code of the new resource and Run app I get next Message "One or more breakpoint cannot be set and have been disabled. Execution will stop at the beginning of the program" I have tried to change manually .cpp files to .c but VC++ isn't such fool :cool: hehe. Hope your help. This is the strangest life I've ever known.
RaulGonzalez
Posts
-
Adding a new dialog to an MFC Sample -
Viewing and modifing MFC SamplesHi: I opened an MFC Sample and I would like to see code of Member Functions and Messages of Object IDs but when I double click for example a Command Button it shows a Dialog Box that asks if I want to Create a New Class or to Select an exisisting class and then... I don't know what to do from here :o( because the MFC Wizard doesn't have Messages neither Member Functions. Please, I really need help from anyone. Greetings and Happy New Year.:) This is the strangest life I've ever known.
-
A tricky one :o)Um, yeah, I had already seen these samples but Nish uses API :( thanks anyway :) This is the strangest life I've ever known.
-
A tricky one :o)Yes, i'm using MFC AppWizard (exe)... This is the strangest life I've ever known.
-
A tricky one :o)ok, I'm on it, thanks. Um, do you know where could i get a chat sample using winsock.ocx ? :o) This is the strangest life I've ever known.
-
A tricky one :o)Hi: I'm a newbie Visual C ++ programmer, and I'm trying to do a Simple chat using winsock.ocx, I have already done one in VB5 but now I would like to do it in VC. Mainly, i'm having problems with .Connect metod, I don't understand what Const VARIANT &RemoteHost and Const VARIANT &RemotePort means. PD: I have a chat example but it uses API and i would like to do it just using winsock.ocx. Thanks and I hope you help.:D This is the strangest life I've ever known.