Click here to Skip to main content
15,898,134 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: QuickBooks simple questions Pin
Luc Pattyn6-Sep-09 1:08
sitebuilderLuc Pattyn6-Sep-09 1:08 
QuestionODS_HOTLIGHT not work Pin
thanhvinh09065-Sep-09 21:49
thanhvinh09065-Sep-09 21:49 
AnswerRe: ODS_HOTLIGHT not work Pin
Code-o-mat5-Sep-09 23:43
Code-o-mat5-Sep-09 23:43 
GeneralRe: ODS_HOTLIGHT not work Pin
thanhvinh09066-Sep-09 3:06
thanhvinh09066-Sep-09 3:06 
GeneralRe: ODS_HOTLIGHT not work Pin
Code-o-mat6-Sep-09 10:08
Code-o-mat6-Sep-09 10:08 
AnswerRe: ODS_HOTLIGHT not work Pin
Iain Clarke, Warrior Programmer6-Sep-09 9:16
Iain Clarke, Warrior Programmer6-Sep-09 9:16 
QuestionLabel adresses in inline assembly Pin
Remco Hoogenboezem5-Sep-09 11:21
Remco Hoogenboezem5-Sep-09 11:21 
AnswerRe: Label adresses in inline assembly Pin
Stuart Dootson5-Sep-09 13:46
professionalStuart Dootson5-Sep-09 13:46 
In MASM, possibly - but in inline assembly, you can't use operators such as & and you can't declare initialised data (which is what you're doing). I really don't know how you'd go about that. Maybe replace hte branchtable by a switch statement with interspersed inline assembly?

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

AnswerRe: Label adresses in inline assembly Pin
Randor 5-Sep-09 16:24
professional Randor 5-Sep-09 16:24 
GeneralRe: Label adresses in inline assembly Pin
Stuart Dootson5-Sep-09 23:39
professionalStuart Dootson5-Sep-09 23:39 
AnswerRe: Label adresses in inline assembly Pin
Remco Hoogenboezem6-Sep-09 0:56
Remco Hoogenboezem6-Sep-09 0:56 
GeneralRe: Label adresses in inline assembly Pin
Luc Pattyn6-Sep-09 1:16
sitebuilderLuc Pattyn6-Sep-09 1:16 
GeneralRe: Label adresses in inline assembly Pin
Remco Hoogenboezem6-Sep-09 9:02
Remco Hoogenboezem6-Sep-09 9:02 
GeneralRe: Label adresses in inline assembly Pin
Luc Pattyn6-Sep-09 9:32
sitebuilderLuc Pattyn6-Sep-09 9:32 
QuestionHow to handle breaks during debugging Pin
prithaa5-Sep-09 8:43
prithaa5-Sep-09 8:43 
AnswerRe: How to handle breaks during debugging Pin
Stuart Dootson5-Sep-09 10:23
professionalStuart Dootson5-Sep-09 10:23 
GeneralRe: How to handle breaks during debugging Pin
prithaa5-Sep-09 20:19
prithaa5-Sep-09 20:19 
GeneralRe: How to handle breaks during debugging Pin
Stuart Dootson5-Sep-09 23:36
professionalStuart Dootson5-Sep-09 23:36 
GeneralRe: How to handle breaks during debugging Pin
prithaa6-Sep-09 0:20
prithaa6-Sep-09 0:20 
GeneralRe: How to handle breaks during debugging Pin
Stuart Dootson6-Sep-09 0:57
professionalStuart Dootson6-Sep-09 0:57 
GeneralRe: How to handle breaks during debugging Pin
prithaa6-Sep-09 1:00
prithaa6-Sep-09 1:00 
GeneralRe: How to handle breaks during debugging Pin
Stuart Dootson6-Sep-09 1:03
professionalStuart Dootson6-Sep-09 1:03 
GeneralRe: How to handle breaks during debugging Pin
iraclyKv6-Sep-09 23:50
iraclyKv6-Sep-09 23:50 
AnswerRe: How to handle breaks during debugging Pin
Iain Clarke, Warrior Programmer6-Sep-09 9:25
Iain Clarke, Warrior Programmer6-Sep-09 9:25 
GeneralRe: How to handle breaks during debugging Pin
prithaa6-Sep-09 19:11
prithaa6-Sep-09 19:11 

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.