| | Compiling...
stdafx.cpp
Compiling...
Win32Exception.cpp
Utils.cpp
TrayIcon.cpp
ThrottleDlg.cpp
Throttle.cpp
RegKeyIterator.cpp
RegistryKey.cpp
RegistryKey.cpp(960) : warning C4267: 'initializing' : conversion from 'size_t' to 'DWORD', possible loss of data
RegistryKey.cpp(961) : warning C4267: 'initializing' : conversion from 'size_t' to 'DWORD', possible loss of data
RegistryKey.cpp(1118) : warning C4267: 'initializing' : conversion from 'size_t' to 'DWORD', possible loss of data
RegistryKey.cpp(1119) : warning C4267: '=' : conversion from 'size_t' to 'DWORD', possible loss of data
RegistryKey.cpp(1223) : warning C4267: 'initializing' : conversion from 'size_t' to 'DWORD', possible loss of data
CpuUsage.cpp
CpuUsage.cpp(90) : warning C4996: 'ATL::CRegKey::SetValue' was declared deprecated
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(4729) : see declaration of 'ATL::CRegKey::SetValue'
CpuUsage.cpp(96) : warning C4996: 'ATL::CRegKey::SetValue' was declared deprecated
C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\atlmfc\include\atlbase.h(4729) : see declaration of 'ATL::CRegKey::SetValue'
e:\winThrottle\007b\PerfCounters.h(272) : warning C4244: '=' : conversion from 'LONGLONG' to 'int', possible loss of data
e:\winThrottle\007b\PerfCounters.h(223) : while compiling class-template member function 'LONGLONG CPerfCounters::GetCounterValueForProcessID(PPERF_OBJECT_TYPE,DWORD,DWORD)'
with
[
T=LONGLONG
]
CpuUsage.cpp(117) : see reference to class template instantiation 'CPerfCounters' being compiled
with
[
T=LONGLONG
]
Generating Code...
Compiling resources...
Linking...
LINK : warning LNK4089: all references to 'comdlg32.dll' discarded by /OPT:REF
LINK : warning LNK4089: all references to 'ole32.dll' discarded by /OPT:REF
|