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

V121BCC.dll



HI :} I am trying to compile the DLLs for V on Win98 with Borland C++ 5.01 with latest patches and am getting the following:
 
C:\v\bccide\vdll>make
MAKE Version 4.0  Copyright (c) 1987, 1996 Borland International
        bcc32 +V121BCC.cfg \V\srcwin\vapp.cpp \V\srcwin\vawinfo.cpp \V\srcwin\vbaseitm.cpp \V\srcwin\vbasewin.cpp
Borland C++ 5.0 for Win32 Copyright (c) 1993, 1996 Borland International
\V\srcwin\vapp.cpp:
Error \V\includew\v/vapp.h 185: Type name expected
Error \V\srcwin\vapp.cpp 996: 'vApp::OnDnD(void *,void *)' is not a member of 'vApp'
Error \V\srcwin\vapp.cpp 1169: Call to undefined function 'HANDLE_WM_DROPFILES' in function vApp::MdiFrameProc(void *,unsigned int,unsigned int,long)
Error \V\srcwin\vapp.cpp 1169: Undefined symbol 'OnDnD' in function vApp::MdiFrameProc(void *,unsigned int,unsigned int,long)
*** 4 errors in Compile ***
\V\srcwin\vawinfo.cpp:
Loaded cached pre-compiled headers.
\V\srcwin\vbaseitm.cpp:
Loaded cached pre-compiled headers.
\V\srcwin\vbasewin.cpp:
Loaded cached pre-compiled headers.
 
 
 
I think it may be a problem with the 'HDROP' type used in the method declaration in the header file. Any suggestions?
 
Thanks, Jeff.

Reply to: