the value of $ is 0 when uses marco. if direct use, ex: int main() { int n _x: __asm mov [n], $ printf("%d", n); }
_x == n is true!! (sorry, my engish is poor, maybe...) -- modified at 1:36 Thursday 29th June, 2006
S
songlei
@songlei
Posts
-
about assembly and marco [modified] -
dialog box//the CNewDlg is new dialog box class //add these code to button proc //(my english is very poor) //ex:
void COldDlg::OnButton1() { CNewDlg dlg; dlg.DoModal(); }
-
about assembly and marco [modified]/* complier: vc6 sp6 */
#include<stdio.h> #define x_x(n) \ __asm mov eax, $ \ __asm mov n, eax int main() { int n; x_x(n); printf("%d\n", n); }
/////////// why output is 0? help me... -- modified at 0:20 Thursday 29th June, 2006 -
how to change the background color of menu bar ?WM_DRAWITEM
-
Edit boxuses WM_SETFONT