Error in wxsheet_2006_04_28.tar Please help me fix Error

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
huynhvansen
In need of some credit
In need of some credit
Posts: 8
Joined: Fri Nov 10, 2006 9:37 am
Location: Viet Name

Error in wxsheet_2006_04_28.tar Please help me fix Error

Post by huynhvansen »

I using VC 7.1 generate Error following:
Rebuild All started: Project: wxSheetLib_wx26, Configuration: Debug Win32 ------

Deleting intermediate files and output files for project 'wxSheetLib_wx26', configuration 'Debug|Win32'.
Compiling...
sheetval.cpp
sheettbl.cpp
sheetspt.cpp
sheetspt.cpp(50) : warning C4003: not enough actual parameters for macro 'WX_DELEGATE_TO_CONTROL_CONTAINER'
sheetspt.cpp(50) : error C2039: 'RemoveChild' : is not a member of 'operator``global namespace'''
sheetspt.cpp(50) : error C2660: 'SetFocus' : function does not take 0 arguments
sheetspt.cpp(50) : error C2660: 'SetFocus' : function does not take 0 arguments
sheetsel.cpp
sheetren.cpp
sheetedt.cpp
sheetedg.cpp
sheetatr.cpp
sheet.cpp
sheet.cpp(665) : warning C4996: 'wxWindowBase::SetBestFittingSize' was declared deprecated
C:\wxMSW-2.8.0\include\wx\window.h(367) : see declaration of 'wxWindowBase::SetBestFittingSize'
sheet.cpp(5232) : warning C4996: 'wxRect::Inside' was declared deprecated
C:\wxMSW-2.8.0\include\wx\gdicmn.h(450) : see declaration of 'wxRect::Inside'
sheet.cpp(5258) : warning C4996: 'wxRect::Inside' was declared deprecated
C:\wxMSW-2.8.0\include\wx\gdicmn.h(450) : see declaration of 'wxRect::Inside'
sheet.cpp(5260) : warning C4996: 'wxRect::Inside' was declared deprecated
C:\wxMSW-2.8.0\include\wx\gdicmn.h(450) : see declaration of 'wxRect::Inside'
sheet.cpp(5962) : warning C4996: 'wxRect::Inside' was declared deprecated
C:\wxMSW-2.8.0\include\wx\gdicmn.h(450) : see declaration of 'wxRect::Inside'
Generating Code...

Build log was saved at "file://c:\wxMSW-2.8.0\contrib\wxsheet\src\vc_mswd_wx26\BuildLog.htm"
wxSheetLib_wx26 - 3 error(s), 6 warning(s)


---------------------- Done ----------------------

Rebuild All: 0 succeeded, 1 failed, 0 skipped
Auria
Site Admin
Site Admin
Posts: 6695
Joined: Thu Sep 28, 2006 12:23 am
Contact:

Post by Auria »

sheetspt.cpp(50) : error C2039: 'RemoveChild' : is not a member of 'operator``global namespace'''
sheetspt.cpp(50) : error C2660: 'SetFocus' : function does not take 0 arguments
sheetspt.cpp(50) : error C2660: 'SetFocus' : function does not take 0 arguments
Odd it says 'SetFocus' : function does not take 0 arguments because when i look at the docs it does take 0 arguments. Can you show what's on that line sheetspt.cpp(50) and around?
ombena
In need of some credit
In need of some credit
Posts: 1
Joined: Sat Feb 04, 2012 2:02 am

Re: Error in wxsheet_2006_04_28.tar Please help me fix Error

Post by ombena »

Hi,

any solution on this issue. im having the same problem.

Thanks
Post Reply