Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
Source code nearly lost
|
| Author |
Message |
twig
Administrator
      
Posts: 123
Joined: Nov 2008
Reputation: 1
|
RE: Source code nearly lost
Ahh, that'd be the DirectX SDK stuff missing.
The download links are here.
I never bothered installing it, so Ook implemented a precompiler variable that disabled it from compiling the DirectShow control.
Open "defines.h" and search for " Optional build libraries for DCX". Just below that you'll find the line
Comment it out and you should be able to compile it without the DirectX SDK.
My little side venture: ThatAwesomeShirt!
|
|
| 07-19-2010 12:24 AM |
|
STING
Junior Member
 
Posts: 15
Joined: Nov 2008
Reputation: 0
|
RE: Source code nearly lost
Fixed 
However compiling with VS2008 still produced 48 errors
1 file cannot be found: windowFunctions.cpp
Code:
Compiling...
getdxver.cpp
mircFunctions.cpp
d:\borgirc\resources\dcx\mircfunctions.cpp(17) : error C2371: 'dcxSignal' : redefinition; different basic types
d:\borgirc\resources\dcx\defines.h(455) : see declaration of 'dcxSignal'
d:\borgirc\resources\dcx\mircfunctions.cpp(25) : error C2088: '!' : illegal for struct
d:\borgirc\resources\dcx\mircfunctions.cpp(32) : error C3861: 'mIRCSignal': identifier not found
d:\borgirc\resources\dcx\mircfunctions.cpp(49) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(49) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(64) : error C3861: 'mIRCError': identifier not found
d:\borgirc\resources\dcx\mircfunctions.cpp(72) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(72) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(116) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(116) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(118) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(118) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(141) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(141) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
misc.cpp
d:\borgirc\resources\dcx\misc.cpp(17) : error C2146: syntax error : missing ';' before identifier 'mIRCLink'
d:\borgirc\resources\dcx\misc.cpp(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\borgirc\resources\dcx\misc.cpp(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\borgirc\resources\dcx\misc.cpp(49) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(50) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(50) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(64) : error C3861: 'mIRCError': identifier not found
d:\borgirc\resources\dcx\misc.cpp(82) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(83) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(83) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(104) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(105) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(105) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(106) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(115) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(116) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(116) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
windowFunctions.cpp
c1xx : fatal error C1083: Cannot open source file: '.\windowFunctions.cpp': No such file or directory
Generating Code...
Results Build log was saved at "file://D:\BorgIRC\Resources\DCX\Debug\obj\dcx\BuildLog.htm"
dcx - 48 error(s), 0 warning(s)
(This post was last modified: 07-19-2010 07:15 AM by STING.)
|
|
| 07-19-2010 07:06 AM |
|
STING
Junior Member
 
Posts: 15
Joined: Nov 2008
Reputation: 0
|
RE: Source code nearly lost
(07-19-2010 07:11 AM)twig Wrote: Unless you download the Windows SDK (for Vista stuff), you'll also have to disable DCX_USE_WINSDK
I have different Window SDKs installed, v6.0a, v7.0, v7.1
full compiler output:
Quote: Creating temporary file "D:\BorgIRC\Resources\DCX\Debug\obj\dcx\RSP00000179088148.rsp" with contents
[
/Od /I "D:\BorgIRC\Resources\DCX\\" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "DCX_EXPORTS" /D "_WINDLL" /D "_MBCS" /Gm /EHsc /RTC1 /RTCc /MTd /Gy /Yu"defines.h" /Fp"D:\BorgIRC\Resources\DCX\Debug\obj\dcx\dcx.pch" /Fo"D:\BorgIRC\Resources\DCX\Debug\obj\dcx\\" /Fd"D:\BorgIRC\Resources\DCX\Debug\obj\dcx\pdb\vc90.pdb" /W4 /c /ZI /TP .\windowFunctions.cpp
.\misc.cpp
.\mircFunctions.cpp
]
Creating command line "cl.exe @D:\BorgIRC\Resources\DCX\Debug\obj\dcx\RSP00000179088148.rsp /nologo /errorReport:prompt"
Output Window Compiling...
mircFunctions.cpp
d:\borgirc\resources\dcx\mircfunctions.cpp(17) : error C2371: 'dcxSignal' : redefinition; different basic types
d:\borgirc\resources\dcx\defines.h(455) : see declaration of 'dcxSignal'
d:\borgirc\resources\dcx\mircfunctions.cpp(25) : error C2088: '!' : illegal for struct
d:\borgirc\resources\dcx\mircfunctions.cpp(32) : error C3861: 'mIRCSignal': identifier not found
d:\borgirc\resources\dcx\mircfunctions.cpp(49) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(49) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(64) : error C3861: 'mIRCError': identifier not found
d:\borgirc\resources\dcx\mircfunctions.cpp(72) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(72) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(116) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(116) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(118) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(118) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(141) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(141) : error C2228: left of '.m_pData' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is ''unknown-type''
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2065: 'mIRCLink' : undeclared identifier
d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is ''unknown-type''
misc.cpp
d:\borgirc\resources\dcx\misc.cpp(17) : error C2146: syntax error : missing ';' before identifier 'mIRCLink'
d:\borgirc\resources\dcx\misc.cpp(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\borgirc\resources\dcx\misc.cpp(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
d:\borgirc\resources\dcx\misc.cpp(49) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(50) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(50) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(64) : error C3861: 'mIRCError': identifier not found
d:\borgirc\resources\dcx\misc.cpp(82) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(83) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(83) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(104) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(105) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(105) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(106) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(115) : error C2228: left of '.m_pData' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(116) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
type is 'int'
d:\borgirc\resources\dcx\misc.cpp(116) : error C2228: left of '.m_map_cnt' must have class/struct/union
type is 'int'
windowFunctions.cpp
c1xx : fatal error C1083: Cannot open source file: '.\windowFunctions.cpp': No such file or directory
Generating Code...
(This post was last modified: 07-23-2010 05:05 PM by STING.)
|
|
| 07-19-2010 08:05 AM |
|
STING
Junior Member
 
Posts: 15
Joined: Nov 2008
Reputation: 0
|
RE: Source code nearly lost
Ok, managed to get the source of windowFunctions.cpp from somewhere.
Compiling is still hopeless though
VC2008 with or without SP1:
Quote:1>------ Rebuild All started: Project: dcx, Configuration: Debug Win32 ------
1>Deleting intermediate and output files for project 'dcx', configuration 'Debug|Win32'
1>Creating DataSet class using XSD ...
1>Writing file 'd:\BorgIRC\Resources\DCX\dcxml.h'.
1>dcxml.h
1>Compiling...
1>Defines.cpp
1>Compiling...
1>Dcx.cpp
1>dll.cpp
1>getdxver.cpp
1>mircFunctions.cpp
1>d:\borgirc\resources\dcx\mircfunctions.cpp(17) : error C2371: 'dcxSignal' : redefinition; different basic types
1> d:\borgirc\resources\dcx\defines.h(455) : see declaration of 'dcxSignal'
1>d:\borgirc\resources\dcx\mircfunctions.cpp(25) : error C2088: '!' : illegal for struct
1>d:\borgirc\resources\dcx\mircfunctions.cpp(32) : error C3861: 'mIRCSignal': identifier not found
1>d:\borgirc\resources\dcx\mircfunctions.cpp(49) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(49) : error C2228: left of '.m_pData' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(50) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(64) : error C3861: 'mIRCError': identifier not found
1>d:\borgirc\resources\dcx\mircfunctions.cpp(72) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(72) : error C2228: left of '.m_pData' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(73) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(116) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(116) : error C2228: left of '.m_pData' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(117) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(118) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(118) : error C2228: left of '.m_pData' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(141) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(141) : error C2228: left of '.m_pData' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is ''unknown-type''
1>d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2065: 'mIRCLink' : undeclared identifier
1>d:\borgirc\resources\dcx\mircfunctions.cpp(142) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is ''unknown-type''
1>mIRCLinker.cpp
1>misc.cpp
1>d:\borgirc\resources\dcx\misc.cpp(17) : error C2146: syntax error : missing ';' before identifier 'mIRCLink'
1>d:\borgirc\resources\dcx\misc.cpp(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\borgirc\resources\dcx\misc.cpp(17) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
1>d:\borgirc\resources\dcx\misc.cpp(49) : error C2228: left of '.m_pData' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(50) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(50) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(64) : error C3861: 'mIRCError': identifier not found
1>d:\borgirc\resources\dcx\misc.cpp(82) : error C2228: left of '.m_pData' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(83) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(83) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(104) : error C2228: left of '.m_pData' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(105) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(105) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(106) : error C2228: left of '.m_pData' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(115) : error C2228: left of '.m_pData' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(116) : error C2228: left of '.m_mIRCHWND' must have class/struct/union
1> type is 'int'
1>d:\borgirc\resources\dcx\misc.cpp(116) : error C2228: left of '.m_map_cnt' must have class/struct/union
1> type is 'int'
1>ShellDialogs.cpp
1>windowFunctions.cpp
1>XSwitchFlags.cpp
1>dcxbutton.cpp
1>dcxcalendar.cpp
1>dcxcolorcombo.cpp
1>dcxcomboex.cpp
1>dcxdatetime.cpp
1>dcxdirectshow.cpp
1>dcxdivider.cpp
1>dcxipaddress.cpp
1>dcxlistview.cpp
1>dcxmdialog.cpp
1>dcxmwindow.cpp
1>Generating Code...
1>Compiling...
1>dcxpager.cpp
1>dcxpanel.cpp
1>dcxprogressbar.cpp
1>dcxrebar.cpp
1>dcxrichedit.cpp
1>dcxstacker.cpp
1>dcxstatusbar.cpp
1>dcxtab.cpp
1>dcxtoolbar.cpp
1>dcxtrackbar.cpp
1>dcxtreeview.cpp
1>dcxupdown.cpp
1>dcxwebctrl.cpp
1>DcxTrayIcon.cpp
1>divider.cpp
1>RichEditThemed.cpp
1>dcxbox.cpp
1>dcxcheck.cpp
1>dcxedit.cpp
1>dcximage.cpp
1>Generating Code...
1>Compiling...
1>dcxline.cpp
1>dcxlink.cpp
1>dcxlist.cpp
1>dcxradio.cpp
1>dcxscroll.cpp
1>dcxtext.cpp
1>tstring.cpp
1>layoutcell.cpp
1>layoutcellfill.cpp
1>layoutcellfixed.cpp
1>layoutcellpane.cpp
1>layoutmanager.cpp
1>dcxcontrol.cpp
1>dcxdialog.cpp
1>d:\borgirc\resources\dcx\classes\dcxdialog.cpp(3340) : warning C4245: 'argument' : conversion from '' to 'Gdiplus::ARGB', signed/unsigned mismatch
1>dcxdialogcollection.cpp
1>dcxwindow.cpp
1>xmenubar.cpp
1>xpopupmenu.cpp
1>xpopupmenuitem.cpp
1>xpopupmenumanager.cpp
1>Generating Code...
1>Compiling...
1>xpopupmenuwindow.cpp
1>dcxDock.cpp
1>dcxDockCommands.cpp
1>dcxUltraDock.cpp
1>xStatusbar.cpp
1>xTreebar.cpp
1>tinystr.cpp
1>tinyxml.cpp
1>tinyxmlerror.cpp
1>tinyxmlparser.cpp
1>dcxml.cpp
1>dcxmlparser.cpp
1>DcxDWMModule.cpp
1>DcxGDIModule.cpp
1>DcxModule.cpp
1>DcxUXModule.cpp
1>DcxXPPlusModule.cpp
1>Generating Code...
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(162) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(173) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(174) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(175) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(176) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(177) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(178) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(179) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(180) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(181) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(181) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(182) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(183) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(184) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(185) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(186) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(187) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(190) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(191) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(192) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(193) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(194) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(197) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(198) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(199) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(200) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(201) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(202) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(203) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(204) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(205) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(207) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(208) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(210) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(211) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(212) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(217) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(218) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(219) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(220) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(221) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(222) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(223) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(223) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(224) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(225) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(226) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(227) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(228) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(229) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(232) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(233) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(234) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(235) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(236) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(239) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(240) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(241) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(242) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(243) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(244) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(245) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(246) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(247) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(249) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(250) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(252) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(253) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(254) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(266) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(354) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(355) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(460) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(461) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(462) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(463) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(468) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(471) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(472) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(473) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(474) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(553) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(592) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(593) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(610) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(611) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(639) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(640) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(641) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(642) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(803) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(876) : warning C4706: assignment within conditional expression
1>d:\borgirc\resources\dcx\classes\dcxml\dcxmlparser.cpp(890) : warning C4706: assignment within conditional expression
1>Build log was saved at "file://D:\BorgIRC\Resources\DCX\Debug\obj\dcx\BuildLog.htm"
1>dcx - 47 error(s), 94 warning(s)
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========
source of windowFunctions.cpp is here: http://stirkbin.com/a7448
(This post was last modified: 07-23-2010 11:19 PM by STING.)
|
|
| 07-23-2010 11:14 PM |
|
STING
Junior Member
 
Posts: 15
Joined: Nov 2008
Reputation: 0
|
RE: Source code nearly lost
Where can I find Ook?
And does Ook have the correct source code?
Because the files are really not in sync with eachother
|
|
| 07-27-2010 12:12 PM |
|