[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Errors in v-1.21 Windows 95



I'm using Visual Studio 5.0 to compile the v-1.21 sources and got following
errors:

in vlayoutp.cpp are missing some include statements.

#include <v/vlayoutp.h>

after inserting that include statement I still get following error messages.
This appears to me as if the vlayoup.cpp is unfinished. The compilation works
fine under Linux, though. Since I didn't see that file in the srcx directory I
just removed it from the compilation and it and the other files compile
without problem.

D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(25) : error C2065: '_cpDC' : undeclared
identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(26) : error C2065: '_compressRedraw' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(35) : error C2541: delete : cannot
delete objects that are not pointers
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(42) : error C2065: '_HScrlShown' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(43) : error C2065: '_HScrlTop' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(44) : error C2065: '_VScrlShown' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(45) : error C2065: '_VScrlTop' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(51) : error C2248: '_canvasPane' :
cannot access private member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(51) : error C2440: '=' : cannot convert
from 'class vLayoutPane *const ' to 'class vCanvasPane *'
                                                         Types pointed to are
unrelated; conversion requires reinterpret_cast, C-style cast or
function-style cast
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(60) : error C2248: '_WinHeight' : cannot
access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(61) : error C2248: '_WinWidth' : cannot
access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(78) : error C2248: '_WinHeight' : cannot
access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(79) : error C2248: '_WinWidth' : cannot
access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(113) : error C2248: '_WinHeight' :
cannot access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(114) : error C2248: '_WinWidth' : cannot
access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(150) : error C2039: 'SetCursor' : is not
a member of 'vLayoutPane'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(161) : error C2065: 'UnSetCursor' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(165) : error C2065: '_currentCursor' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(166) : error C2065: '_parentWin' :
undeclared identifier
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(166) : error C2227: left of
'->SetWinCursor' must point to class/struct/union
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(170) : error C2039: 'UnSetCursor' : is
not a member of 'vLayoutPane'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(171) : error C2371: 'UnSetCursor' :
redefinition; different basic types
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(198) : error C2227: left of
'->ClearRect' must point to class/struct/union
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(261) : error C2248: '_WinHeight' :
cannot access protected member declared in class 'vWindow'
D:\Gnu\gnu\v-1.21\srcwin\vlayoutp.cpp(262) : error C2248: '_WinWidth' : cannot
access protected member declared in class 'vWindow'

-- 
Bye,
   Gerhard

Spelling corrections are appreciated.
Torture your data until they confess. (Einstein?)


Reply to: