Click here to Skip to main content
15,921,697 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralVisual C++ Project Model error reporting Pin
AdrianH22-Oct-03 0:41
AdrianH22-Oct-03 0:41 
QuestionHow to import recourses from other projects? Pin
d00_ape21-Oct-03 23:39
sussd00_ape21-Oct-03 23:39 
AnswerRe: How to import recourses from other projects? Pin
David Crow22-Oct-03 2:42
David Crow22-Oct-03 2:42 
GeneralRe: How to import recourses from other projects? Pin
d00_ape22-Oct-03 10:27
sussd00_ape22-Oct-03 10:27 
Generalsqaur root Pin
Aqeel Asghar21-Oct-03 21:25
Aqeel Asghar21-Oct-03 21:25 
GeneralRe: sqaur root Pin
Iain Clarke, Warrior Programmer21-Oct-03 23:02
Iain Clarke, Warrior Programmer21-Oct-03 23:02 
GeneralRe: square root Pin
David Crow22-Oct-03 2:39
David Crow22-Oct-03 2:39 
GeneralRe: sqaur root Pin
QuiJohn22-Oct-03 2:47
QuiJohn22-Oct-03 2:47 
General256 colors icon getting modified without a reason Pin
DaFrawg21-Oct-03 21:15
DaFrawg21-Oct-03 21:15 
GeneralRe: 256 colors icon getting modified without a reason Pin
Johnny ²21-Oct-03 21:44
Johnny ²21-Oct-03 21:44 
GeneralRe: 256 colors icon getting modified without a reason Pin
Atif Mushtaq22-Oct-03 20:16
Atif Mushtaq22-Oct-03 20:16 
GeneralRe: 256 colors icon getting modified without a reason Pin
DaFrawg27-Oct-03 1:53
DaFrawg27-Oct-03 1:53 
GeneralRe: Cbutton Pin
DaFrawg21-Oct-03 20:58
DaFrawg21-Oct-03 20:58 
GeneralTool Bar Pin
Neelesh K J Jain21-Oct-03 20:29
Neelesh K J Jain21-Oct-03 20:29 
GeneralRe: Tool Bar Pin
twing21-Oct-03 22:56
twing21-Oct-03 22:56 
Generalpostfix to infix Pin
ranjjj21-Oct-03 18:54
ranjjj21-Oct-03 18:54 
GeneralRe: postfix to infix Pin
David Crow22-Oct-03 2:33
David Crow22-Oct-03 2:33 
GeneralHelp w/ IPicture please Pin
Anonymous21-Oct-03 18:34
Anonymous21-Oct-03 18:34 
Generalassembly help Pin
Sirrius21-Oct-03 18:28
Sirrius21-Oct-03 18:28 
GeneralRe: assembly help Pin
ZoogieZork22-Oct-03 1:53
ZoogieZork22-Oct-03 1:53 
Generalcharacter set conversion(UTF8 and UCS2) Pin
convert_sg21-Oct-03 17:03
convert_sg21-Oct-03 17:03 
GeneralRe: character set conversion(UTF8 and UCS2) Pin
Joe Woodbury21-Oct-03 17:58
professionalJoe Woodbury21-Oct-03 17:58 
GeneralRe: character set conversion(UTF8 and UCS2) Pin
convert_sg21-Oct-03 19:03
convert_sg21-Oct-03 19:03 
Questionhow can i reach the same result in vc++? Pin
Habbit21-Oct-03 16:31
Habbit21-Oct-03 16:31 
AnswerRe: how can i reach the same result in vc++? Pin
David Crow21-Oct-03 16:51
David Crow21-Oct-03 16:51 
VC++ does not have a catch-all error handling system. The closest you are going to get is by using a try/catch block. Using that, if an exception is thrown, you can choose to ignore it.


Five birds are sitting on a fence.
Three of them decide to fly off.
How many are left?

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.