Help!
-
I am writing a C debugger ...I am using MFC for GUI development.. My req. is as follows & if somebody knows how to do or can give me some ideas, i will be thankful for them..Thanks David for ur first reply.. 1. open C source file which retains standard coloring of keywords of C langauge ..& 2. a new view window which display line number & have capabilty to set break-points i mean some sort of bitmap..(like M VC++ editor have) 3. a shared vertical scroll-bar between these windows. I am using RichEditView class for other operations like get line number on double-clk,etc.. Regards Irshad
-
I am writing a C debugger ...I am using MFC for GUI development.. My req. is as follows & if somebody knows how to do or can give me some ideas, i will be thankful for them..Thanks David for ur first reply.. 1. open C source file which retains standard coloring of keywords of C langauge ..& 2. a new view window which display line number & have capabilty to set break-points i mean some sort of bitmap..(like M VC++ editor have) 3. a shared vertical scroll-bar between these windows. I am using RichEditView class for other operations like get line number on double-clk,etc.. Regards Irshad
Are you through with the logic of debugging a exe file ??? if not that is of high priority. this problem is only the tip of the iceberg.
-
I am writing a C debugger ...I am using MFC for GUI development.. My req. is as follows & if somebody knows how to do or can give me some ideas, i will be thankful for them..Thanks David for ur first reply.. 1. open C source file which retains standard coloring of keywords of C langauge ..& 2. a new view window which display line number & have capabilty to set break-points i mean some sort of bitmap..(like M VC++ editor have) 3. a shared vertical scroll-bar between these windows. I am using RichEditView class for other operations like get line number on double-clk,etc.. Regards Irshad
Try crystal Edit - syntax coloring text editor[^] on this very site. I've used it myself successfully. It's a bit awkward to use, but works very nicely. Iain.
-
Try crystal Edit - syntax coloring text editor[^] on this very site. I've used it myself successfully. It's a bit awkward to use, but works very nicely. Iain.
thanks