Bugs item #1569336, was opened at 2006-10-02 10:46
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1569336&group_id=51305

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Andre Arpin (andrearpin)
Assigned to: Nobody/Anonymous (nobody)
Summary: problem making wxstedit version 1.2.3

Initial Comment:
compiling with vc7 using WX_VERSION=27

a number of problems exist I am wondering if 
something is out of sync the following is the output
..\src\stedit.cpp(579) : error C2039: 'OnKeyUp' : is 
not a member of 'wxSTEditor'
        
c:\Programs\wxWindows\include\wx\stedit\stedit.h
(138) : see declaration of 'wxSTEditor'
..\src\stedit.cpp(829) : error C2061: syntax error : 
identifier 'STE_TranslateType'
..\src\stedit.cpp(839) : error C2065: 'type' : 
undeclared identifier
..\src\stedit.cpp(839) : error 
C2065: 'STE_TRANSLATE_SELECTION' : undeclared 
identifier
..\src\stedit.cpp(840) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(840) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(841) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(841) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(842) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(842) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(871) : error C2061: syntax error : 
identifier 'STE_TranslateType'
..\src\stedit.cpp(882) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(882) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(883) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(883) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(884) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(884) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(885) : error C3861: 'type': 
identifier not found, even with argument-dependent 
lookup
..\src\stedit.cpp(885) : error 
C3861: 'STE_TRANSLATE_SELECTION': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(1387) : error C2511: 'bool 
wxSTEditor::Columnize(int,int,const wxString &,const 
wxString &,const wxString &,const wxString &)' : 
overloaded member function not found in 'wxSTEditor'
        
c:\Programs\wxWindows\include\wx\stedit\stedit.h
(138) : see declaration of 'wxSTEditor'
..\src\stedit.cpp(1565) : error C2039: 'SetText' : is 
not a member of 'wxSTEditorInsertTextDialog'
        
c:\Programs\wxWindows\include\wx\stedit\stedlgs.h
(421) : see declaration 
of 'wxSTEditorInsertTextDialog'
..\src\stedit.cpp(2761) : error 
C2065: 'STE_FR_FINDALL' : undeclared identifier
..\src\stedit.cpp(2761) : error 
C2065: 'STE_FR_BOOKMARKALL' : undeclared identifier
..\src\stedit.cpp(3146) : error 
C3861: 'STE_FR_FINDALL': identifier not found, even 
with argument-dependent lookup
..\src\stedit.cpp(3148) : error 
C2039: 'GetFindAllStrings' : is not a member 
of 'wxSTEditorFindReplaceData'
        
c:\Programs\wxWindows\include\wx\stedit\stefindr.h
(74) : see declaration of 'wxSTEditorFindReplaceData'
..\src\stedit.cpp(3148) : error C2227: left of '-
>Item' must point to class/struct/union
..\src\stedit.cpp(3164) : error 
C3861: 'STE_FR_FINDALL': identifier not found, even 
with argument-dependent lookup
..\src\stedit.cpp(3164) : error 
C3861: 'STE_FR_BOOKMARKALL': identifier not found, 
even with argument-dependent lookup
..\src\stedit.cpp(3166) : error 
C2039: 'GetFindAllStrings' : is not a member 
of 'wxSTEditorFindReplaceData'
        
c:\Programs\wxWindows\include\wx\stedit\stefindr.h
(74) : see declaration of 'wxSTEditorFindReplaceData'
..\src\stedit.cpp(3177) : error 
C3861: 'STE_FR_BOOKMARKALL': identifier not found, 
even with argument-dependent lookup
..\src\stedit.cpp(3180) : error 
C3861: 'STE_FR_FINDALL': identifier not found, even 
with argument-dependent lookup
..\src\stedit.cpp(3193) : error 
C2065: 'STE_FINDSTRING_SELECT' : undeclared identifier
..\src\stedit.cpp(3193) : error 
C2065: 'STE_FINDSTRING_GOTO' : undeclared identifier
..\src\stedit.cpp(3295) : error C2511: 'int 
wxSTEditor::FindString(const wxString 
&,int,int,int,int,int *,int *)' : overloaded member 
function not found in 'wxSTEditor'
        
c:\Programs\wxWindows\include\wx\stedit\stedit.h
(138) : see declaration of 'wxSTEditor'
..\src\stedit.cpp(3386) : error 
C2065: 'STE_FINDSTRING_NOTHING' : undeclared 
identifier
..\src\stedit.cpp(3410) : error 
C3861: 'STE_FINDSTRING_NOTHING': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(3427) : error 
C3861: 'STE_FINDSTRING_NOTHING': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(3455) : error 
C3861: 'STE_FINDSTRING_NOTHING': identifier not 
found, even with argument-dependent lookup
..\src\stedit.cpp(3463) : error 
C3861: 'STE_FINDSTRING_NOTHING': identifier not 
found, even with argument-dependent lookup




----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=462816&aid=1569336&group_id=51305

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to