Click here to Skip to main content
15,896,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Interact with Autocad. Pin
KarstenK23-Nov-09 0:11
mveKarstenK23-Nov-09 0:11 
QuestionListbox problem Pin
Chandrasekharan P22-Nov-09 22:15
Chandrasekharan P22-Nov-09 22:15 
AnswerRe: Listbox problem Pin
lxkjlzz22-Nov-09 22:24
lxkjlzz22-Nov-09 22:24 
AnswerRe: Listbox problem Pin
KarstenK23-Nov-09 0:17
mveKarstenK23-Nov-09 0:17 
GeneralRe: Listbox problem Pin
dxlee23-Nov-09 5:51
dxlee23-Nov-09 5:51 
Questionusing WPF in MFC applcation. Pin
Anu_Bala22-Nov-09 21:52
Anu_Bala22-Nov-09 21:52 
Questionis it possible to handle voice messages in vc++6.0 Pin
eswar pothula22-Nov-09 20:47
eswar pothula22-Nov-09 20:47 
AnswerRe: is it possible to handle voice messages in vc++6.0 Pin
Richard MacCutchan22-Nov-09 21:20
mveRichard MacCutchan22-Nov-09 21:20 
GeneralRe: is it possible to handle voice messages in vc++6.0 Pin
eswar pothula23-Nov-09 1:02
eswar pothula23-Nov-09 1:02 
GeneralRe: is it possible to handle voice messages in vc++6.0 Pin
Richard MacCutchan23-Nov-09 3:17
mveRichard MacCutchan23-Nov-09 3:17 
AnswerRe: is it possible to handle voice messages in vc++6.0 Pin
KarstenK22-Nov-09 21:45
mveKarstenK22-Nov-09 21:45 
Questionshowing Error Pin
Game-point22-Nov-09 19:51
Game-point22-Nov-09 19:51 
AnswerRe: showing Error Pin
Cedric Moonen22-Nov-09 20:45
Cedric Moonen22-Nov-09 20:45 
AnswerRe: showing Error Pin
Richard MacCutchan22-Nov-09 21:25
mveRichard MacCutchan22-Nov-09 21:25 
raju_Code wrote:
its showing some errors ..but i think the code was correct.


If it's showing errors then the code cannot be correct.

static int x __asm("x") = 5;
// should be
static int x;


You have also encoded your assembly as strings in parenthesis, take the double quotes off, replace the parenthesis by braces, and try again.
QuestionHow to stop BuildScript when there is any error in any project. Pin
Pavan_Putra22-Nov-09 19:25
Pavan_Putra22-Nov-09 19:25 
AnswerRe: How to stop BuildScript when there is any error in any project. Pin
tyftyftyf22-Nov-09 19:34
tyftyftyf22-Nov-09 19:34 
GeneralRe: How to stop BuildScript when there is any error in any project. Pin
Pavan_Putra22-Nov-09 19:36
Pavan_Putra22-Nov-09 19:36 
AnswerRe: How to stop BuildScript when there is any error in any project. Pin
Richard MacCutchan22-Nov-09 21:30
mveRichard MacCutchan22-Nov-09 21:30 
GeneralRe: How to stop BuildScript when there is any error in any project. Pin
Pavan_Putra22-Nov-09 21:34
Pavan_Putra22-Nov-09 21:34 
GeneralRe: How to stop BuildScript when there is any error in any project. Pin
Richard MacCutchan22-Nov-09 23:33
mveRichard MacCutchan22-Nov-09 23:33 
Questionarray Pin
myJelly22-Nov-09 19:10
myJelly22-Nov-09 19:10 
AnswerRe: array Pin
CPallini22-Nov-09 20:44
mveCPallini22-Nov-09 20:44 
Questionhi!! Pin
emjie22-Nov-09 19:10
emjie22-Nov-09 19:10 
AnswerRe: hi!! Pin
cool_joy222-Nov-09 19:26
cool_joy222-Nov-09 19:26 
AnswerRe: hi!! Pin
Paulraj G22-Nov-09 19:27
Paulraj G22-Nov-09 19:27 

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.