Click here to Skip to main content
15,914,452 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Convert Count in Milliseconds to Date and Time format(dd:mm:yy hours:min:sec:milliseconds) Pin
David Crow17-Jan-05 4:02
David Crow17-Jan-05 4:02 
Generalquestion about NetUserGetInfo Pin
busisbus16-Jan-05 19:13
busisbus16-Jan-05 19:13 
GeneralSplitter Window Pin
Mahendra_78616-Jan-05 18:56
Mahendra_78616-Jan-05 18:56 
GeneralRe: Splitter Window Pin
Iain Clarke, Warrior Programmer17-Jan-05 0:39
Iain Clarke, Warrior Programmer17-Jan-05 0:39 
GeneralRe: Splitter Window Pin
Mahendra_78617-Jan-05 14:19
Mahendra_78617-Jan-05 14:19 
GeneralRe: Splitter Window Pin
Mahendra_78617-Jan-05 14:42
Mahendra_78617-Jan-05 14:42 
Questionhow to delete class from workspace Pin
Ritu Kwatra16-Jan-05 18:41
Ritu Kwatra16-Jan-05 18:41 
AnswerRe: how to delete class from workspace Pin
geo_m16-Jan-05 20:16
geo_m16-Jan-05 20:16 
Hm, not so easy work.
1st - remove the class .h and .cpp files (and delete/rename on HDD)
Then you'll have probably corresponding .rgs file in the project tree.
Then you need to remove corresponding parts in the projects .idl file - these should be probably the interface declaration IYourClass somewhere on the beginning of the .idl file. Then remove the coclass definition from .idl (should be somewhere at the end of the file).
Then last thing should be the OBJECT_ENTRY macro in the yourProject.cpp file.

Then rebuild the project and compiler will remind you about missed includes or macros.
GeneralRe: how to delete class from workspace Pin
Ritu Kwatra16-Jan-05 22:37
Ritu Kwatra16-Jan-05 22:37 
AnswerRe: how to delete class from workspace Pin
eli1502197916-Jan-05 22:22
eli1502197916-Jan-05 22:22 
GeneralOpen With... Pin
dSolariuM16-Jan-05 18:27
dSolariuM16-Jan-05 18:27 
GeneralRe: Open With... Pin
David Crow17-Jan-05 4:05
David Crow17-Jan-05 4:05 
GeneralShow and Hide the Menu bar dynamically Pin
16-Jan-05 16:56
suss16-Jan-05 16:56 
GeneralRe: Show and Hide the Menu bar dynamically Pin
pc_dev16-Jan-05 19:46
pc_dev16-Jan-05 19:46 
GeneralRe: Show and Hide the Menu bar dynamically Pin
mclpun17-Jan-05 0:12
mclpun17-Jan-05 0:12 
GeneralASCII value question Pin
Anonymous16-Jan-05 16:22
Anonymous16-Jan-05 16:22 
GeneralRe: ASCII value question Pin
ThatsAlok16-Jan-05 17:59
ThatsAlok16-Jan-05 17:59 
GeneralRe: ASCII value question Pin
David Crow17-Jan-05 4:15
David Crow17-Jan-05 4:15 
GeneralRe: ASCII value question Pin
Adam Fowler17-Jan-05 5:43
Adam Fowler17-Jan-05 5:43 
GeneralA Simple Read/ Write Application Pin
CT Menot16-Jan-05 16:22
CT Menot16-Jan-05 16:22 
GeneralRe: A Simple Read/ Write Application Pin
David Crow17-Jan-05 4:16
David Crow17-Jan-05 4:16 
GeneralRe: A Simple Read/ Write Application Pin
CT Menot17-Jan-05 14:30
CT Menot17-Jan-05 14:30 
GeneralRe: A Simple Read/ Write Application Pin
David Crow18-Jan-05 3:19
David Crow18-Jan-05 3:19 
GeneralNeed help. How to get frames from link-layer in Windows XP Pin
Chuaaico16-Jan-05 14:51
Chuaaico16-Jan-05 14:51 
GeneralRe: Need help. How to get frames from link-layer in Windows XP Pin
geo_m16-Jan-05 21:08
geo_m16-Jan-05 21:08 

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.