Click here to Skip to main content
15,915,777 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Custom Radio button Pin
AbhiHcl18-Jun-10 3:17
AbhiHcl18-Jun-10 3:17 
GeneralRe: Custom Radio button Pin
Code-o-mat18-Jun-10 3:24
Code-o-mat18-Jun-10 3:24 
QuestionC2491 Pin
T.RATHA KRISHNAN17-Jun-10 1:50
T.RATHA KRISHNAN17-Jun-10 1:50 
AnswerRe: C2491 Pin
Niklas L17-Jun-10 8:05
Niklas L17-Jun-10 8:05 
Questionplaying video file Pin
shiv@nand17-Jun-10 0:32
shiv@nand17-Jun-10 0:32 
AnswerRe: playing video file Pin
rp_suman17-Jun-10 7:47
rp_suman17-Jun-10 7:47 
QuestionC2664 Pin
T.RATHA KRISHNAN16-Jun-10 23:26
T.RATHA KRISHNAN16-Jun-10 23:26 
AnswerRe: C2664 [modified] Pin
Cedric Moonen16-Jun-10 23:41
Cedric Moonen16-Jun-10 23:41 
Please don't post the error message as code, it becomes unreadable.
Could you also post some part of the code where the error occured?

By looking at the error, it seems you are trying to pass a dimension2d<u32> to a function accepting a dimension2d<s32>. With template objects, there's no automatic conversion even if a u32 can be converted to a s32 automatically. These templates are two different objects which cannot be interchanged.
You have to work with a dimension2d<s32> instead of a dimension<u32>.

EDIT: fixed the HTML tags
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

modified on Thursday, June 17, 2010 5:53 AM

QuestionRe: C2664 Pin
T.RATHA KRISHNAN16-Jun-10 23:52
T.RATHA KRISHNAN16-Jun-10 23:52 
AnswerRe: C2664 Pin
Cedric Moonen16-Jun-10 23:56
Cedric Moonen16-Jun-10 23:56 
QuestionAccess Global Variable. Pin
gothic_coder16-Jun-10 23:14
gothic_coder16-Jun-10 23:14 
AnswerRe: Access Global Variable. Pin
CPallini16-Jun-10 23:20
mveCPallini16-Jun-10 23:20 
GeneralRe: Access Global Variable. Pin
Luc Pattyn17-Jun-10 2:10
sitebuilderLuc Pattyn17-Jun-10 2:10 
GeneralRe: Access Global Variable. [modified] Pin
CPallini17-Jun-10 2:14
mveCPallini17-Jun-10 2:14 
GeneralRe: Access Global Variable. Pin
Luc Pattyn17-Jun-10 2:22
sitebuilderLuc Pattyn17-Jun-10 2:22 
GeneralRe: Access Global Variable. Pin
CPallini17-Jun-10 2:39
mveCPallini17-Jun-10 2:39 
GeneralRe: Access Global Variable. Pin
Luc Pattyn17-Jun-10 2:43
sitebuilderLuc Pattyn17-Jun-10 2:43 
AnswerRe: Access Global Variable. Pin
rp_suman16-Jun-10 23:49
rp_suman16-Jun-10 23:49 
GeneralRe: Access Global Variable. Pin
ThatsAlok16-Jun-10 23:52
ThatsAlok16-Jun-10 23:52 
AnswerRe: Access Global Variable. Pin
Aescleal17-Jun-10 0:00
Aescleal17-Jun-10 0:00 
GeneralRe: Access Global Variable. Pin
gothic_coder17-Jun-10 0:05
gothic_coder17-Jun-10 0:05 
Questioncasting between pointers Pin
Iosif Murariu16-Jun-10 21:33
Iosif Murariu16-Jun-10 21:33 
AnswerRe: casting between pointers Pin
«_Superman_»16-Jun-10 21:43
professional«_Superman_»16-Jun-10 21:43 
GeneralRe: casting between pointers Pin
Iosif Murariu16-Jun-10 21:50
Iosif Murariu16-Jun-10 21:50 
GeneralRe: casting between pointers Pin
«_Superman_»16-Jun-10 22:05
professional«_Superman_»16-Jun-10 22:05 

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.