Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Global & Static global Pin
vikramlinux31-Aug-04 23:20
vikramlinux31-Aug-04 23:20 
Questionwhat are the video Streaming rates/ frequencies of Direct Show Pin
zahid_ash31-Aug-04 19:59
zahid_ash31-Aug-04 19:59 
AnswerRe: what are the video Streaming rates/ frequencies of Direct Show Pin
Jon Hulatt31-Aug-04 23:03
Jon Hulatt31-Aug-04 23:03 
QuestionHow to move internet explorer toolbar, address bar and links bar Pin
Dan Neilsen31-Aug-04 19:56
Dan Neilsen31-Aug-04 19:56 
QuestionHow do I detect resource leakage? Pin
YunYan31-Aug-04 18:23
YunYan31-Aug-04 18:23 
AnswerRe: How do I detect resource leakage? Pin
Tim Smith31-Aug-04 19:26
Tim Smith31-Aug-04 19:26 
GeneralRe: How do I detect resource leakage? Pin
YunYan1-Sep-04 15:07
YunYan1-Sep-04 15:07 
GeneralError C2668: ambiguous call Pin
Seve Ho31-Aug-04 18:16
Seve Ho31-Aug-04 18:16 
Hi all,

I am trying to compile a sample project. However, I got this messages:

d:\C++ EXAMPLE\Chart2_src\CodeGuru\GuiLib\ChartDll\DataSeries.cpp(865): error C2668: 'atan' : ambiguous call to overloaded function

I cannot find atan() function used in the code, what's happened? Did anyone face similar problem before? The following is the source which caused this error...

<br />
<br />
<br />
void CDataSeriesArray::DrawData(CMemDC* pDC, C2DScale* pScale) {<br />
<br />
    m_pDC = pDC;<br />
    m_pScale = pScale;<br />
<br />
<big>    int nY = (int)(m_pScale->m_yDepth*sin(D2R(m_pScale->m_dVertRotation)));<br />
    int nX = (int)(m_pScale->m_yDepth*sin(D2R(m_pScale->m_dHorzRotation)));</big><br />
<br />
blah...<br />
blah...<br />
blah...<br />


Any help is appreciated!Smile | :)

Help! I need somebody help!
Would you please help me?
GeneralRe: Error C2668: ambiguous call Pin
Ryan Binns31-Aug-04 18:40
Ryan Binns31-Aug-04 18:40 
GeneralRe: Error C2668: ambiguous call Pin
Tim Smith31-Aug-04 19:27
Tim Smith31-Aug-04 19:27 
GeneralRe: Error C2668: ambiguous call Pin
Ryan Binns31-Aug-04 23:02
Ryan Binns31-Aug-04 23:02 
GeneralRe: Error C2668: ambiguous call Pin
David Chamberlain1-Sep-04 7:15
David Chamberlain1-Sep-04 7:15 
Generalhelp me with queues Pin
Ryan McDermott31-Aug-04 16:59
Ryan McDermott31-Aug-04 16:59 
GeneralRe: help me with queues Pin
Ryan Binns31-Aug-04 18:15
Ryan Binns31-Aug-04 18:15 
GeneralTCP/IP Printer Port... Help me! Pin
charisma_youn31-Aug-04 16:43
charisma_youn31-Aug-04 16:43 
AnswerRe: TCP/IP Printer Port... Help me! Pin
jung hun yoon15-Jun-09 20:04
jung hun yoon15-Jun-09 20:04 
Questionhow to transfer wav file using parallel port in visual c++ Pin
sysrye31-Aug-04 15:51
sysrye31-Aug-04 15:51 
GeneralGenerate GUID from code Pin
AssemblySoft31-Aug-04 14:12
AssemblySoft31-Aug-04 14:12 
GeneralRe: Generate GUID from code Pin
Lim Bio Liong31-Aug-04 17:18
Lim Bio Liong31-Aug-04 17:18 
GeneralRe: Generate GUID from code Pin
AssemblySoft1-Sep-04 5:38
AssemblySoft1-Sep-04 5:38 
GeneralMessageBox Help Pin
Paul Belikian31-Aug-04 14:06
Paul Belikian31-Aug-04 14:06 
Generalhelp file Pin
Marcus Spitzmiller31-Aug-04 13:50
Marcus Spitzmiller31-Aug-04 13:50 
QuestionHow to Write an RS422 Interface in C++ Pin
Norman Hines31-Aug-04 12:17
Norman Hines31-Aug-04 12:17 
AnswerRe: How to Write an RS422 Interface in C++ Pin
Ryan Binns31-Aug-04 18:31
Ryan Binns31-Aug-04 18:31 
GeneralRe: How to Write an RS422 Interface in C++ Pin
Norman Hines2-Sep-04 14:22
Norman Hines2-Sep-04 14:22 

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.