• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 892 893 894 895 896 ... 1197 Next »

link error LNK1181 while building
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
link error LNK1181 while building
03-06-2011, 12:46 PM
#1
gabriel21st Offline
Junior Lurker
***
Posts: 56
Threads: 9
Joined: Jan 2011
i tried to build the latest revision (r7307) of dolphin (x64) and i got a link error:

23>LINK : fatal error LNK1181: cannot open input file 'C:\Users\User\Documents\dolphin-emu\Source\x64\Release\VideoCommon.lib'

i went and looked in that directory and the file VideoCommon.lib is missing Huh
Find
Reply
03-08-2011, 09:36 AM
#2
gabriel21st Offline
Junior Lurker
***
Posts: 56
Threads: 9
Joined: Jan 2011
i'm still getting this error after creating a brand new SVN checkout folder, using r7317
Find
Reply
03-09-2011, 10:31 AM
#3
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,661
Threads: 8
Joined: Feb 2010
build -> clean solution
build -> rebuild solution
Find
Reply
03-09-2011, 11:04 AM
#4
gabriel21st Offline
Junior Lurker
***
Posts: 56
Threads: 9
Joined: Jan 2011
i'm still getting this error Sad
Find
Reply
03-09-2011, 01:12 PM
#5
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,661
Threads: 8
Joined: Feb 2010
Give the complete build log. You should get a different error before this "VideoCommon.lib" error.
Find
Reply
03-09-2011, 02:22 PM (This post was last modified: 03-14-2011, 03:41 PM by Billiard26.)
#6
gabriel21st Offline
Junior Lurker
***
Posts: 56
Threads: 9
Joined: Jan 2011
Code:
1>------ Rebuild All started: Project: SVNRevGen, Configuration: Release x64 ------
2>------ Rebuild All started: Project: Languages, Configuration: Release x64 ------
2>  Compiling cs locale
2>  Compiling da locale
2>  Compiling de locale
2>  Compiling el locale
2>  Compiling en locale
2>  Compiling es locale
2>  Compiling fr locale
2>  Compiling he locale
2>  Compiling hu locale
2>  Compiling it locale
2>  Compiling ja locale
2>  Compiling ko locale
2>  Compiling nb locale
2>  Compiling nl locale
2>  Compiling pl locale
2>  Compiling pt_BR locale
2>  Compiling pt locale
2>  Compiling ru locale
2>  Compiling sr locale
2>  Compiling tr locale
2>  Compiling zh_CN locale
2>  Compiling zh_TW locale
1>  Updating svnrev.h
1>  svnrev.h doesn't need updating (already at 7321)
3>------ Rebuild All started: Project: zlib, Configuration: Release x64 ------
4>------ Rebuild All started: Project: SOIL, Configuration: Release x64 ------
5>------ Rebuild All started: Project: Common, Configuration: Release x64 ------
3>  adler32.c
3>  compress.c
3>  crc32.c
3>  deflate.c
4>  image_DXT.c
4>  image_helper.c
4>  SOIL.c
4>  stb_image_aug.c
3>  gzclose.c
3>  gzlib.c
3>  gzread.c
4>image_helper.c(325): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(366): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(373): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
4>image_helper.c(415): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(422): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
3>  gzwrite.c
3>gzread.c(31): warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(313) : see declaration of 'read'
3>gzwrite.c(80): warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(318) : see declaration of 'write'
3>gzwrite.c(528): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>gzlib.c(173): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(312) : see declaration of 'open'
3>gzlib.c(184): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzread.c(650): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>gzlib.c(268): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzlib.c(309): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>  infback.c
3>gzlib.c(404): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>  inffast.c
3>  inflate.c
3>  inftrees.c
3>  trees.c
3>  uncompr.c
3>  zutil.c
4>  SOIL.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\SOIL.lib
5>  stdafx.cpp
3>  zlib.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\zlib.lib
6>------ Rebuild All started: Project: CLRun, Configuration: Release x64 ------
7>------ Rebuild All started: Project: wxBase28, Configuration: Release x64 ------
6>  clrun.c
6>  dynamiclib.c
6>  gencl.c
6>  genclgl.c
7>  dummy.cpp
6>  CLRun.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\CLRun.lib
8>------ Rebuild All started: Project: Bochs_disasm, Configuration: Release x64 ------
9>------ Rebuild All started: Project: SFML_Network, Configuration: Release x64 ------
8>  dis_decode.cpp
8>  dis_groups.cpp
8>  PowerPCDisasm.cpp
8>  resolve.cpp
8>  stdafx.cpp
8>  syntax.cpp
9>  Ftp.cpp
9>  Http.cpp
9>  IPAddress.cpp
9>  Packet.cpp
8>  Bochs_disasm.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\Bochs_disasm.lib
10>------ Rebuild All started: Project: LZO, Configuration: Release x64 ------
9>  SelectorBase.cpp
9>  SocketTCP.cpp
10>  minilzo.c
9>  SocketUDP.cpp
9>  SocketHelper.cpp
10>  LZO.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\LZO.lib
9>..\..\src\SFML\Network\SocketTCP.cpp(353): warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data
9>..\..\src\SFML\Network\SocketUDP.cpp(258): warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data
9>  SFML_Network.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\SFML_Network.lib
5>  ABI.cpp
5>  BreakPoints.cpp
5>  CDUtils.cpp
5>  ColorUtil.cpp
5>  ConsoleListener.cpp
5>  CPUDetect.cpp
5>  aes_cbc.cpp
5>  aes_core.cpp
5>  bn.cpp
5>  ec.cpp
5>  md5.cpp
5>  sha1.cpp
5>  ExtendedTrace.cpp
5>  FileSearch.cpp
5>  FileUtil.cpp
5>  Hash.cpp
5>  IniFile.cpp
5>  LogManager.cpp
5>  MathUtil.cpp
5>  MemArena.cpp
5>  MemoryUtil.cpp
5>  Misc.cpp
5>  MsgHandler.cpp
5>  NandPaths.cpp
5>  SDCardUtil.cpp
5>  StringUtil.cpp
5>  SymbolDB.cpp
5>Src\StringUtil.cpp(232): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\StringUtil.cpp(279): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\StringUtil.cpp(341): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>  SysConf.cpp
5>  Thread.cpp
5>  Thunk.cpp
5>  Timer.cpp
5>Src\SysConf.cpp(146): warning C4267: '=' : conversion from 'size_t' to 'u8', possible loss of data
5>  Version.cpp
5>  VideoBackendBase.cpp
5>  x64Analyzer.cpp
5>  x64Emitter.cpp
7>  appbase.cpp
7>  arcall.cpp
7>  arcfind.cpp
7>  archive.cpp
7>  clntdata.cpp
7>  cmdline.cpp
7>  config.cpp
7>  convauto.cpp
7>  datetime.cpp
7>  datstrm.cpp
7>  dircmn.cpp
7>  dynarray.cpp
7>  dynlib.cpp
7>  dynload.cpp
7>  encconv.cpp
7>  event.cpp
7>  ffile.cpp
7>  file.cpp
7>  fileback.cpp
7>  fileconf.cpp
7>  filefn.cpp
7>  filename.cpp
7>  filesys.cpp
7>  filtall.cpp
7>  filtfind.cpp
7>  fmapbase.cpp
7>  fs_arc.cpp
7>  fs_filter.cpp
7>  fs_mem.cpp
7>  hash.cpp
7>  hashmap.cpp
7>  init.cpp
7>  intl.cpp
7>  ipcbase.cpp
7>  list.cpp
7>  log.cpp
7>  longlong.cpp
7>  memory.cpp
7>  mimecmn.cpp
7>  module.cpp
7>  msgout.cpp
7>  mstream.cpp
7>  object.cpp
7>  platinfo.cpp
7>  powercmn.cpp
7>  process.cpp
7>  regex.cpp
7>  sstream.cpp
7>  stdpbase.cpp
7>  stopwatch.cpp
7>  strconv.cpp
7>  stream.cpp
7>  string.cpp
7>  sysopt.cpp
7>  tarstrm.cpp
7>  ..\..\src\common\string.cpp: building with Multithreaded non DLL runtime has a performance impact on wxString!
7>  textbuf.cpp
7>  textfile.cpp
7>  tokenzr.cpp
7>  txtstrm.cpp
7>  uri.cpp
7>  utilscmn.cpp
7>  variant.cpp
7>  wfstream.cpp
7>  wxchar.cpp
7>  xti.cpp
7>  xtistrm.cpp
7>  zipstrm.cpp
7>  zstream.cpp
7>  basemsw.cpp
7>  crashrpt.cpp
7>  dde.cpp
7>  debughlp.cpp
7>  dir.cpp
7>  dlmsw.cpp
7>  main.cpp
7>  mimetype.cpp
7>  mslu.cpp
7>  power.cpp
7>  regconf.cpp
7>  registry.cpp
7>  snglinst.cpp
7>  stackwalk.cpp
7>  stdpaths.cpp
7>  thread.cpp
7>  utils.cpp
7>  utilsexc.cpp
7>  volume.cpp
5>  Common.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\Common.lib
7>  extended.c
11>------ Rebuild All started: Project: AudioCommon, Configuration: Release x64 ------
12>------ Rebuild All started: Project: VideoCommon, Configuration: Release x64 ------
13>------ Rebuild All started: Project: DiscIO, Configuration: Release x64 ------
13>  stdafx.cpp
7>  wx_base.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxBase28.lib
13>  BannerLoader.cpp
13>  BannerLoaderGC.cpp
13>  BannerLoaderWii.cpp
13>  Blob.cpp
11>  AOSoundStream.cpp
11>  AudioCommon.cpp
14>------ Rebuild All started: Project: wxCore28, Configuration: Release x64 ------
12>  AVIDump.cpp
12>  BPFunctions.cpp
11>  AudioCommonConfig.cpp
11>  DSoundStream.cpp
12>  BPMemory.cpp
12>  BPStructs.cpp
14>  dummy.cpp
13>  CISOBlob.cpp
13>  CompressedBlob.cpp
13>  DiscScrubber.cpp
11>  Mixer.cpp
12>  CommandProcessor.cpp
13>  DriveBlob.cpp
11>  NullSoundStream.cpp
11>  OpenALStream.cpp
12>  CPMemory.cpp
12>  Debugger.cpp
12>  DLCache.cpp
13>  FileBlob.cpp
11>  WaveFile.cpp
13>  FileHandlerARC.cpp
13>  FileMonitor.cpp
12>  EmuWindow.cpp
11>  XAudio2Stream.cpp
13>  Filesystem.cpp
13>  FileSystemGCWii.cpp
12>  Fifo.cpp
13>  NANDContentLoader.cpp
12>  FramebufferManagerBase.cpp
13>  VolumeCommon.cpp
13>  VolumeCreator.cpp
12>Src\EmuWindow.cpp(201): warning C4244: 'argument' : conversion from 'WPARAM' to 'UINT', possible loss of data
12>  HiresTextures.cpp
13>  VolumeDirectory.cpp
12>Src\Fifo.cpp(146): warning C4800: 'volatile u32' : forcing value to bool 'true' or 'false' (performance warning)
12>  ImageWrite.cpp
13>  VolumeGC.cpp
12>  IndexGenerator.cpp
12>  LightingShaderGen.cpp
13>  VolumeWad.cpp
12>  MainBase.cpp
13>  VolumeWiiCrypted.cpp
12>  memcpy_amd.cpp
11>  AudioCommon.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\AudioCommon.lib
13>  WiiWad.cpp
15>------ Rebuild All started: Project: InputCommon, Configuration: Release x64 ------
15>  ControllerEmu.cpp
15>  ControllerInterface.cpp
15>  DInput.cpp
15>  DInputJoystick.cpp
12>  OnScreenDisplay.cpp
12>  OpcodeDecoding.cpp
12>  OpenCL.cpp
12>  OCLTextureDecoder.cpp
12>  PixelEngine.cpp
15>  DInputKeyboardMouse.cpp
15>  SDL.cpp
13>  DiscIO.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\DiscIO.lib
12>  PixelShaderGen.cpp
15>  XInput.cpp
12>  PixelShaderManager.cpp
12>  RenderBase.cpp
15>  InputConfig.cpp
12>  Statistics.cpp
12>  TextureCacheBase.cpp
15>  UDPWiimote.cpp
15>  UDPWrapper.cpp
12>  TextureConversionShader.cpp
12>  TextureDecoder.cpp
12>  VertexLoader.cpp
12>  VertexLoaderManager.cpp
12>  VertexLoader_Color.cpp
12>Src\TextureDecoder.cpp(32): fatal error C1083: Cannot open include file: 'omp.h': No such file or directory
12>  VertexLoader_Normal.cpp
12>  VertexLoader_Position.cpp
12>  VertexLoader_TextCoord.cpp
12>  VertexManagerBase.cpp
15>  InputCommon.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\InputCommon.lib
12>  VertexShaderGen.cpp
12>  VertexShaderManager.cpp
12>  VideoConfig.cpp
14>  accesscmn.cpp
14>  anidecod.cpp
14>  appcmn.cpp
14>  artprov.cpp
14>  artstd.cpp
12>  VideoState.cpp
14>  bmpbase.cpp
14>  bookctrl.cpp
14>  choiccmn.cpp
12>  XFMemory.cpp
14>  clipcmn.cpp
14>  clrpickercmn.cpp
14>  cmdproc.cpp
14>  cmndata.cpp
14>  colourcmn.cpp
12>  XFStructs.cpp
14>  combocmn.cpp
14>  containr.cpp
14>  cshelp.cpp
14>  ctrlcmn.cpp
14>  ctrlsub.cpp
14>  datacmn.cpp
14>  dcbase.cpp
14>  dcbufcmn.cpp
14>  dcgraph.cpp
14>  dlgcmn.cpp
14>  dndcmn.cpp
14>  dobjcmn.cpp
14>  docmdi.cpp
14>  docview.cpp
14>  dpycmn.cpp
14>  dseldlg.cpp
14>  effects.cpp
14>  event.cpp
14>  evtloopcmn.cpp
14>  fddlgcmn.cpp
14>  filepickercmn.cpp
14>  fldlgcmn.cpp
14>  fontcmn.cpp
14>  fontenumcmn.cpp
14>  fontmap.cpp
14>  fontpickercmn.cpp
14>  framecmn.cpp
14>  fs_mem.cpp
14>  gaugecmn.cpp
14>  gbsizer.cpp
14>  gdicmn.cpp
14>  geometry.cpp
14>  gifdecod.cpp
14>  graphcmn.cpp
14>  helpbase.cpp
14>  iconbndl.cpp
14>  imagall.cpp
14>  imagbmp.cpp
14>  image.cpp
14>  imagfill.cpp
14>  imaggif.cpp
14>  imagiff.cpp
14>  imagjpeg.cpp
14>  imagpcx.cpp
14>  imagpng.cpp
14>  imagpnm.cpp
14>  imagtga.cpp
14>  imagtiff.cpp
14>  imagxpm.cpp
14>  layout.cpp
14>  lboxcmn.cpp
14>  listctrlcmn.cpp
14>  matrix.cpp
14>  menucmn.cpp
14>  msgout.cpp
14>  nbkbase.cpp
14>  overlaycmn.cpp
14>  paper.cpp
14>  pickerbase.cpp
14>  popupcmn.cpp
14>  prntbase.cpp
14>  quantize.cpp
14>  radiocmn.cpp
14>  rendcmn.cpp
14>  rgncmn.cpp
14>  settcmn.cpp
14>  sizer.cpp
14>  srchcmn.cpp
14>  statbar.cpp
14>  stockitem.cpp
14>  tbarbase.cpp
14>  textcmn.cpp
14>  timercmn.cpp
14>  toplvcmn.cpp
14>  treebase.cpp
14>  utilscmn.cpp
14>  valgen.cpp
14>  validate.cpp
14>  valtext.cpp
16>------ Rebuild All started: Project: Core, Configuration: Release x64 ------
14>  wincmn.cpp
14>  xpmdecod.cpp
14>  aboutdlg.cpp
14>  accel.cpp
14>  access.cpp
14>  app.cpp
14>  automtn.cpp
14>  bitmap.cpp
14>  bmpbuttn.cpp
14>  brush.cpp
14>  button.cpp
14>  caret.cpp
14>  checkbox.cpp
16>  stdafx.cpp
14>  checklst.cpp
14>  choice.cpp
14>  clipbrd.cpp
14>  colordlg.cpp
14>  colour.cpp
14>  combo.cpp
14>  combobox.cpp
16>  ActionReplay.cpp
16>  ARDecrypt.cpp
16>  BootManager.cpp
14>  control.cpp
14>  cursor.cpp
14>  data.cpp
14>  dataobj.cpp
14>  dc.cpp
14>  dcclient.cpp
16>  Boot.cpp
14>  dcmemory.cpp
14>  dcprint.cpp
14>  dcscreen.cpp
14>  dialog.cpp
14>  dialup.cpp
14>  dib.cpp
14>  dirdlg.cpp
14>  display.cpp
14>  dragimag.cpp
14>  dropsrc.cpp
14>  droptgt.cpp
14>  enhmeta.cpp
14>  evtloop.cpp
16>Src\ActionReplay.cpp(892): warning C4146: unary minus operator applied to unsigned type, result still unsigned
14>  fdrepdlg.cpp
14>  filedlg.cpp
16>  Boot_BS2Emu.cpp
14>  font.cpp
16>  Boot_DOL.cpp
14>  fontdlg.cpp
16>  Boot_ELF.cpp
14>  fontenum.cpp
14>  fontutil.cpp
14>  frame.cpp
14>  gauge95.cpp
14>  gdiimage.cpp
14>  gdiobj.cpp
14>  graphics.cpp
14>  gsockmsw.cpp
14>  helpchm.cpp
14>  helpwin.cpp
14>  icon.cpp
14>  imaglist.cpp
16>  Boot_WiiWAD.cpp
14>  iniconf.cpp
14>  listbox.cpp
14>  listctrl.cpp
14>  main.cpp
16>  ElfReader.cpp
14>  mdi.cpp
14>  menu.cpp
14>  menuitem.cpp
14>  metafile.cpp
14>  minifram.cpp
14>  msgdlg.cpp
14>  mslu.cpp
14>  nativdlg.cpp
16>  ConfigManager.cpp
16>  Console.cpp
16>  Core.cpp
14>  notebook.cpp
14>  oleutils.cpp
14>  ownerdrw.cpp
16>  CoreParameter.cpp
14>  palette.cpp
14>  pen.cpp
14>  popupwin.cpp
14>  printdlg.cpp
14>  printwin.cpp
14>  radiobox.cpp
14>  radiobut.cpp
14>  region.cpp
14>  renderer.cpp
14>  scrolbar.cpp
14>  settings.cpp
14>  slider95.cpp
14>  spinbutt.cpp
14>  spinctrl.cpp
14>  statbmp.cpp
14>  statbox.cpp
14>  statbr95.cpp
14>  statline.cpp
14>  stattext.cpp
14>  tabctrl.cpp
14>  tbar95.cpp
14>  textctrl.cpp
14>  tglbtn.cpp
16>  CoreRerecording.cpp
16>  CoreTiming.cpp
14>  timer.cpp
14>  tooltip.cpp
14>  toplevel.cpp
14>  treectrl.cpp
14>  utilsgui.cpp
14>  uuid.cpp
14>  uxtheme.cpp
16>  Debugger_SymbolMap.cpp
14>  volume.cpp
14>  window.cpp
14>  aboutdlgg.cpp
14>  busyinfo.cpp
14>  buttonbar.cpp
14>  choicbkg.cpp
14>  choicdgg.cpp
14>  clrpickerg.cpp
14>  collpaneg.cpp
14>  combog.cpp
14>  dcpsg.cpp
14>  dirctrlg.cpp
14>  dragimgg.cpp
14>  filepickerg.cpp
14>  fontpickerg.cpp
14>  hyperlink.cpp
14>  listbkg.cpp
14>  logg.cpp
14>  numdlgg.cpp
14>  panelg.cpp
14>  printps.cpp
14>  prntdlgg.cpp
14>  progdlgg.cpp
14>  renderg.cpp
14>  scrlwing.cpp
14>  selstore.cpp
14>  spinctlg.cpp
14>  splitter.cpp
14>  srchctlg.cpp
14>  statusbr.cpp
14>  textdlgg.cpp
14>  tipwin.cpp
16>  Dump.cpp
14>  toolbkg.cpp
14>  treebkg.cpp
14>  treectlg.cpp
14>  vlbox.cpp
14>  vscroll.cpp
16>  PPCDebugInterface.cpp
16>  assemble.cpp
16>  disassemble.cpp
16>  DSPAccelerator.cpp
14>  png.c
14>  pngerror.c
14>  pnggccrd.c
14>  pngget.c
14>  pngmem.c
14>  pngpread.c
14>  pngread.c
14>  pngrio.c
14>  pngrtran.c
14>  pngrutil.c
14>  pngset.c
14>  pngtest.c
16>  DSPAnalyzer.cpp
14>  pngtrans.c
14>  pngvcrd.c
14>  pngwio.c
14>  pngwrite.c
14>  pngwtran.c
14>  pngwutil.c
16>  DSPCodeUtil.cpp
16>  DSPCore.cpp
16>  DSPEmitter.cpp
16>  DSPHWInterface.cpp
16>  DspIntArithmetic.cpp
16>  DspIntBranch.cpp
16>Src\DSP\DSPEmitter.cpp(35): warning C4355: 'this' : used in base member initializer list
16>Src\DSP\DSPEmitter.cpp(319): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
16>  DSPIntCCUtil.cpp
16>  DSPInterpreter.cpp
16>  DSPIntExtOps.cpp
16>  DspIntLoadStore.cpp
14>  wx_core.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxCore28.lib
17>------ Rebuild All started: Project: wxAdv28, Configuration: Release x64 ------
16>  DspIntMisc.cpp
16>  DspIntMultiplier.cpp
17>  dummy.cpp
16>  DSPMemoryMap.cpp
16>  DSPStacks.cpp
16>  DSPTables.cpp
16>  DSPJitArithmetic.cpp
16>  DSPJitBranch.cpp
16>  DSPJitCCUtil.cpp
16>  DSPJitExtOps.cpp
16>  DSPJitLoadStore.cpp
16>  DSPJitMisc.cpp
16>  DSPJitMultiplier.cpp
16>  DSPJitRegCache.cpp
16>  DSPJitUtil.cpp
16>  LabelMap.cpp
16>Src\DSP\Jit\DSPJitRegCache.cpp(379): warning C4800: 'Gen::X64Reg' : forcing value to bool 'true' or 'false' (performance warning)
16>Src\DSP\Jit\DSPJitRegCache.cpp(465): warning C4800: 'Gen::X64Reg' : forcing value to bool 'true' or 'false' (performance warning)
16>  GeckoCode.cpp
16>  GeckoCodeConfig.cpp
16>  HLE.cpp
16>  HLE_Misc.cpp
16>  HLE_OS.cpp
16>  AudioInterface.cpp
16>  TAP_Win32.cpp
17>  animatecmn.cpp
17>  datavcmn.cpp
17>  taskbarcmn.cpp
17>  aboutdlg.cpp
17>  datectrl.cpp
16>  CPU.cpp
17>  joystick.cpp
17>  sound.cpp
17>  taskbar.cpp
17>  aboutdlgg.cpp
17>  animateg.cpp
17>  bmpcboxg.cpp
17>  calctrl.cpp
17>  datavgen.cpp
16>  DSP.cpp
17>  datectlg.cpp
17>  grid.cpp
17>  gridctrl.cpp
17>  gridsel.cpp
17>  helpext.cpp
17>  hyperlink.cpp
17>  laywin.cpp
17>  odcombo.cpp
17>  propdlg.cpp
17>  sashwin.cpp
17>  splash.cpp
17>  tipdlg.cpp
17>  wizard.cpp
16>Src\HW\BBA-TAP\TAP_Win32.cpp(229): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
16>Src\HW\BBA-TAP\TAP_Win32.cpp(319): warning C4305: 'argument' : truncation from 'int' to 'bool'
16>Src\HW\BBA-TAP\TAP_Win32.cpp(344): warning C4305: 'argument' : truncation from 'int' to 'bool'
16>  DSPHLE.cpp
16>  HLEMixer.cpp
16>  MailHandler.cpp
16>  UCodes.cpp
16>  UCode_AX.cpp
16>  UCode_AXWii.cpp
16>  UCode_CARD.cpp
17>  wx_adv.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxAdv28.lib
16>  UCode_GBA.cpp
18>------ Rebuild All started: Project: wxAui, Configuration: Release x64 ------
19>------ Rebuild All started: Project: VideoSoftware, Configuration: Release x64 ------
18>  dummy.cpp
16>  UCode_InitAudioSystem.cpp
19>  stdafx.cpp
16>  UCode_ROM.cpp
16>  UCode_Zelda.cpp
16>  UCode_Zelda_ADPCM.cpp
16>  UCode_Zelda_Synth.cpp
16>  UCode_Zelda_Voice.cpp
16>  DSPDebugInterface.cpp
19>  BPMemLoader.cpp
19>  Clipper.cpp
19>  SWCommandProcessor.cpp
19>  CPMemLoader.cpp
16>  DSPHost.cpp
16>  DSPLLE.cpp
19>  DebugUtil.cpp
19>  EfbCopy.cpp
19>  EfbInterface.cpp
16>  DSPLLEGlobals.cpp
19>  HwRasterizer.cpp
16>  DSPLLETools.cpp
16>  DSPSymbols.cpp
16>  DVDInterface.cpp
19>  SWmain.cpp
16>  EXI.cpp
19>  OpcodeDecoder.cpp
19>  SWPixelEngine.cpp
19>  Rasterizer.cpp
16>  EXI_Channel.cpp
19>Src\OpcodeDecoder.cpp(109): warning C4244: 'initializing' : conversion from '__int64' to 'u32', possible loss of data
19>  SWRenderer.cpp
16>  EXI_Device.cpp
16>  EXI_DeviceAD16.cpp
19>  SetupUnit.cpp
16>  EXI_DeviceAMBaseboard.cpp
19>  SWStatistics.cpp
16>  EXI_DeviceEthernet.cpp
16>  EXI_DeviceGecko.cpp
19>  SWVideoConfig.cpp
19>  Tev.cpp
19>  TextureEncoder.cpp
16>  EXI_DeviceIPL.cpp
16>  EXI_DeviceMemoryCard.cpp
16>  EXI_DeviceMic.cpp
19>  TextureSampler.cpp
18>  auibar.cpp
18>  auibook.cpp
18>  dockart.cpp
18>  floatpane.cpp
19>  TransformUnit.cpp
18>  framemanager.cpp
18>  tabmdi.cpp
19>  SWVertexLoader.cpp
16>  GCPad.cpp
16>  GCPadEmu.cpp
16>  GPFifo.cpp
19>  VideoConfigDialog.cpp
19>  Win32.cpp
19>  XFMemLoader.cpp
16>  HW.cpp
16>  Memmap.cpp
18>  wx_aui.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxAui.lib
16>  MemmapFunctions.cpp
16>  MemoryInterface.cpp
20>------ Rebuild All started: Project: VideoDX9, Configuration: Release x64 ------
21>------ Rebuild All started: Project: VideoDX11, Configuration: Release x64 ------
21>  stdafx.cpp
16>  ProcessorInterface.cpp
20>  stdafx.cpp
16>  SI.cpp
16>  SI_Device.cpp
16>  SI_DeviceAMBaseboard.cpp
16>  SI_DeviceGBA.cpp
21>  D3DBase.cpp
21>  D3DBlob.cpp
21>  D3DShader.cpp
16>  SI_DeviceGCController.cpp
21>  D3DTexture.cpp
16>  Sram.cpp
16>  StreamADPCM.cpp
21>  D3DUtil.cpp
16>  SystemTimers.cpp
21>  FramebufferManager.cpp
16>Src\HW\SI_DeviceGCController.cpp(214): warning C4244: '=' : conversion from 'u64' to 'u32', possible loss of data
16>Src\HW\SI_DeviceGCController.cpp(218): warning C4244: '=' : conversion from 'u64' to 'u32', possible loss of data
21>  GfxState.cpp
16>  VideoInterface.cpp
21>  main.cpp
16>  Wiimote.cpp
16>  Attachment.cpp
20>  D3DBase.cpp
20>  D3DShader.cpp
20>  D3DTexture.cpp
20>  D3DUtil.cpp
16>  Classic.cpp
21>  NativeVertexFormat.cpp
21>  PixelShaderCache.cpp
21>  PSTextureEncoder.cpp
19>  Plugin_VideoSoftware.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoSoftware.lib
16>  Drums.cpp
22>------ Rebuild All started: Project: VideoOGL, Configuration: Release x64 ------
16>  Guitar.cpp
21>  Render.cpp
20>  FramebufferManager.cpp
22>  stdafx.cpp
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdio(48): warning C4995: 'gets': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdio(52): warning C4995: 'sprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdio(55): warning C4995: 'vsprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstring(21): warning C4995: 'strcat': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstring(22): warning C4995: 'strcpy': name was marked as #pragma deprecated
20>  main.cpp
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(30): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(31): warning C4995: 'vswprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(33): warning C4995: 'wcscat': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(35): warning C4995: 'wcscpy': name was marked as #pragma deprecated
20>  NativeVertexFormat.cpp
16>  Nunchuk.cpp
16>  Turntable.cpp
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h(1087): warning C4995: 'wcscat': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h(1089): warning C4995: 'wcscpy': name was marked as #pragma deprecated
20>  PixelShaderCache.cpp
21>  Television.cpp
21>  TextureCache.cpp
16>  EmuSubroutines.cpp
16>  Encryption.cpp
20>  Render.cpp
20>  TextureCache.cpp
16>  Speaker.cpp
16>  WiimoteEmu.cpp
16>  IOWin.cpp
21>  VertexManager.cpp
20>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>Src\TextureCache.cpp(153): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
21>Src\TextureCache.cpp(162): warning C4267: 'argument' : conversion from 'size_t' to 'u32', possible loss of data
21>  VertexShaderCache.cpp
22>  FramebufferManager.cpp
22>  GLUtil.cpp
22>  main.cpp
22>  NativeVertexFormat.cpp
21>  XFBEncoder.cpp
20>  TextureConverter.cpp
16>  WiimoteReal.cpp
22>Src\NativeVertexFormat.cpp(296): warning C4018: '<' : signed/unsigned mismatch
20>  VertexManager.cpp
16>  WII_IOB.cpp
22>  PixelShaderCache.cpp
22>  PostProcessing.cpp
20>  VertexShaderCache.cpp
16>  WII_IPC.cpp
22>  RasterFont.cpp
16>  WiiMote_HID_Attr.cpp
16>  WII_IPC_HLE.cpp
16>  WII_IPC_HLE_Device_DI.cpp
16>  WII_IPC_HLE_Device_es.cpp
22>  Render.cpp
22>  TextureCache.cpp
22>  TextureConverter.cpp
16>  WII_IPC_HLE_Device_FileIO.cpp
21>  Plugin_VideoDX11.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoDX11.lib
16>  WII_IPC_HLE_Device_fs.cpp
16>  WII_IPC_HLE_Device_net.cpp
16>  WII_IPC_HLE_Device_sdio_slot0.cpp
22>  VertexManager.cpp
22>  VertexShaderCache.cpp
16>  WII_IPC_HLE_Device_usb.cpp
16>  WII_IPC_HLE_Device_usb_kbd.cpp
16>  WII_IPC_HLE_WiiMote.cpp
20>  Plugin_VideoDX9.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoDX9.lib
16>  MemTools.cpp
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(146): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(479): warning C4267: '=' : conversion from 'size_t' to 'uint16_t', possible loss of data
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(484): warning C4267: 'argument' : conversion from 'size_t' to 'const u32', possible loss of data
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(890): warning C4267: 'argument' : conversion from 'size_t' to 'u32', possible loss of data
16>  NetPlay.cpp
16>  NetPlayClient.cpp
16>  NetPlayServer.cpp
16>  OnFrame.cpp
22>  Plugin_VideoOGL.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoOGL.lib
16>  PatchEngine.cpp
16>  DSPEmulator.cpp
16>Src\OnFrame.cpp(583): warning C4244: 'initializing' : conversion from '__int64' to 'off_t', possible loss of data
16>Src\NetPlayServer.cpp(381): warning C4244: 'argument' : conversion from 'const u64' to 'unsigned int', possible loss of data
16>Src\NetPlayServer.cpp(484): warning C4244: 'initializing' : conversion from 'u64' to 'const u32', possible loss of data
16>  Interpreter.cpp
16>  Interpreter_Branch.cpp
16>  Interpreter_FloatingPoint.cpp
16>  Interpreter_Integer.cpp
16>  Interpreter_LoadStore.cpp
16>  Interpreter_LoadStorePaired.cpp
16>  Interpreter_Paired.cpp
16>  Interpreter_SystemRegisters.cpp
16>  Interpreter_Tables.cpp
16>  IR.cpp
16>  IR_X86.cpp
16>  JitIL.cpp
16>  JitILAsm.cpp
16>  JitIL_Branch.cpp
16>  JitIL_FloatingPoint.cpp
16>Src\PowerPC\Jit64IL\JitIL.cpp(202): warning C4267: 'initializing' : conversion from 'size_t' to 'const u32', possible loss of data
16>  JitIL_Integer.cpp
16>  JitIL_LoadStore.cpp
16>  JitIL_LoadStoreFloating.cpp
16>  JitIL_LoadStorePaired.cpp
16>  JitIL_Paired.cpp
16>  JitIL_SystemRegisters.cpp
16>  JitIL_Tables.cpp
16>  Jit.cpp
16>  Jit64_Tables.cpp
16>  JitAsm.cpp
16>  JitRegCache.cpp
16>  Jit_Branch.cpp
16>  Jit_FloatingPoint.cpp
16>  Jit_Integer.cpp
16>  Jit_LoadStore.cpp
16>  Jit_LoadStoreFloating.cpp
16>  Jit_LoadStorePaired.cpp
16>  Jit_Paired.cpp
16>  Jit_SystemRegisters.cpp
16>  JitAsmCommon.cpp
16>  JitBackpatch.cpp
16>  JitBase.cpp
16>  JitCache.cpp
16>  Jit_Util.cpp
16>  LUT_frsqrtex.cpp
16>  PowerPC.cpp
16>  PPCAnalyst.cpp
16>  PPCCache.cpp
16>  PPCSymbolDB.cpp
16>  PPCTables.cpp
16>  Profiler.cpp
16>  SignatureDB.cpp
16>  State.cpp
16>  Tracer.cpp
16>  VolumeHandler.cpp
16>  Core.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\Core.lib
23>------ Rebuild All started: Project: Dolphin, Configuration: Release x64 ------
23>  stdafx.cpp
23>  AboutDolphin.cpp
23>  ARCodeAddEdit.cpp
23>  BreakpointDlg.cpp
23>  BreakpointView.cpp
23>  BreakpointWindow.cpp
23>  CheatsWindow.cpp
23>  CodeView.cpp
23>  CodeWindow.cpp
23>  CodeWindowFunctions.cpp
23>  ConfigMain.cpp
23>  DebuggerPanel.cpp
23>  DebuggerUIUtil.cpp
23>  DSPDebugWindow.cpp
23>  DSPRegisterView.cpp
23>  Frame.cpp
23>  FrameAui.cpp
23>  FrameTools.cpp
23>  GameListCtrl.cpp
23>  GeckoCodeDiag.cpp
23>  HotkeyDlg.cpp
23>  InputConfigDiag.cpp
23>  InputConfigDiagBitmaps.cpp
23>  ISOFile.cpp
23>  ISOProperties.cpp
23>  JitWindow.cpp
23>  LogConfigWindow.cpp
23>  LogWindow.cpp
23>  Main.cpp
23>  MemcardManager.cpp
23>Src\ISOProperties.cpp(550): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
23>  GCMemcard.cpp
23>  WiiSaveCrypted.cpp
23>  MemoryCheckDlg.cpp
23>Src\Main.cpp(596): warning C4800: 'SHORT' : forcing value to bool 'true' or 'false' (performance warning)
23>  MemoryView.cpp
23>  MemoryWindow.cpp
23>  NetWindow.cpp
23>  PatchAddEdit.cpp
23>  PHackSettings.cpp
23>Src\Debugger\MemoryWindow.cpp(335): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
23>Src\Debugger\MemoryWindow.cpp(337): warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data
23>Src\Debugger\MemoryWindow.cpp(372): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
23>  RegisterView.cpp
23>  RegisterWindow.cpp
23>  UDPConfigDiag.cpp
23>  VideoConfigDiag.cpp
23>  WiimoteConfigDiag.cpp
23>  WXInputBase.cpp
23>  WxUtils.cpp
23>Src\VideoConfigDiag.cpp(74): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(154): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(168): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(192): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(490): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(504): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(554): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>LINK : fatal error LNK1181: cannot open input file 'C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoCommon.lib'
========== Rebuild All: 21 succeeded, 2 failed, 0 skipped ==========
Find
Reply
03-09-2011, 06:05 PM
#7
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,661
Threads: 8
Joined: Feb 2010
For some reason you have _OPENMP defined, but "omp.h" is not available.

At the top of TextureDecoder.cpp, add this line
#undef _OPENMP
Find
Reply
03-10-2011, 09:10 AM (This post was last modified: 03-14-2011, 03:41 PM by Billiard26.)
#8
gabriel21st Offline
Junior Lurker
***
Posts: 56
Threads: 9
Joined: Jan 2011
i added the #undef _OPENMP at the top of TextureDecoder.cpp, but now it says i'm missing VCOMP.lib :\

Code:
1>------ Rebuild All started: Project: SVNRevGen, Configuration: Release x64 ------
2>------ Rebuild All started: Project: Languages, Configuration: Release x64 ------
2>  Compiling cs locale
2>  Compiling da locale
2>  Compiling de locale
2>  Compiling el locale
2>  Compiling en locale
2>  Compiling es locale
2>  Compiling fr locale
2>  Compiling he locale
2>  Compiling hu locale
2>  Compiling it locale
2>  Compiling ja locale
2>  Compiling ko locale
2>  Compiling nb locale
2>  Compiling nl locale
2>  Compiling pl locale
2>  Compiling pt_BR locale
2>  Compiling pt locale
2>  Compiling ru locale
2>  Compiling sr locale
2>  Compiling tr locale
2>  Compiling zh_CN locale
2>  Compiling zh_TW locale
1>  Updating svnrev.h
1>  svnrev.h doesn't need updating (already at 7321)
3>------ Rebuild All started: Project: zlib, Configuration: Release x64 ------
4>------ Rebuild All started: Project: SOIL, Configuration: Release x64 ------
5>------ Rebuild All started: Project: Common, Configuration: Release x64 ------
5>  stdafx.cpp
4>  image_DXT.c
3>  adler32.c
3>  compress.c
3>  crc32.c
4>  image_helper.c
4>  SOIL.c
3>  deflate.c
4>  stb_image_aug.c
4>image_helper.c(325): warning C4244: 'initializing' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(366): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(373): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
4>image_helper.c(415): warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
4>image_helper.c(422): warning C4244: '=' : conversion from 'float' to 'int', possible loss of data
3>  gzclose.c
3>  gzlib.c
3>  gzread.c
3>  gzwrite.c
3>gzread.c(31): warning C4996: 'read': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _read. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(313) : see declaration of 'read'
3>gzwrite.c(80): warning C4996: 'write': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _write. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(318) : see declaration of 'write'
3>gzlib.c(173): warning C4996: 'open': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _open. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(312) : see declaration of 'open'
3>  infback.c
3>gzlib.c(184): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzwrite.c(528): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>gzlib.c(268): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzlib.c(309): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>gzlib.c(404): warning C4996: 'lseek': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _lseek. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(310) : see declaration of 'lseek'
3>  inffast.c
3>gzread.c(650): warning C4996: 'close': The POSIX name for this item is deprecated. Instead, use the ISO C++ conformant name: _close. See online help for details.
3>          C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\io.h(302) : see declaration of 'close'
3>  inflate.c
3>  inftrees.c
3>  trees.c
3>  uncompr.c
3>  zutil.c
5>  ABI.cpp
5>  BreakPoints.cpp
5>  CDUtils.cpp
5>  ColorUtil.cpp
4>  SOIL.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\SOIL.lib
3>  zlib.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\zlib.lib
6>------ Rebuild All started: Project: CLRun, Configuration: Release x64 ------
5>  ConsoleListener.cpp
7>------ Rebuild All started: Project: wxBase28, Configuration: Release x64 ------
5>  CPUDetect.cpp
5>  aes_cbc.cpp
5>  aes_core.cpp
6>  clrun.c
6>  dynamiclib.c
6>  gencl.c
6>  genclgl.c
5>  bn.cpp
5>  ec.cpp
7>  dummy.cpp
5>  md5.cpp
5>  sha1.cpp
5>  ExtendedTrace.cpp
5>  FileSearch.cpp
5>  FileUtil.cpp
5>  Hash.cpp
5>  IniFile.cpp
8>------ Rebuild All started: Project: Bochs_disasm, Configuration: Release x64 ------
5>  LogManager.cpp
5>  MathUtil.cpp
8>  dis_decode.cpp
8>  dis_groups.cpp
8>  PowerPCDisasm.cpp
8>  resolve.cpp
8>  stdafx.cpp
8>  syntax.cpp
5>  MemArena.cpp
5>  MemoryUtil.cpp
5>  Misc.cpp
5>  MsgHandler.cpp
8>  Bochs_disasm.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\Bochs_disasm.lib
5>  NandPaths.cpp
9>------ Rebuild All started: Project: SFML_Network, Configuration: Release x64 ------
5>  SDCardUtil.cpp
6>  CLRun.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\CLRun.lib
5>  StringUtil.cpp
5>  SymbolDB.cpp
5>  SysConf.cpp
5>Src\StringUtil.cpp(232): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\StringUtil.cpp(279): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
5>Src\StringUtil.cpp(341): warning C4267: 'initializing' : conversion from 'size_t' to 'const int', possible loss of data
10>------ Rebuild All started: Project: LZO, Configuration: Release x64 ------
5>  Thread.cpp
9>  Ftp.cpp
9>  Http.cpp
9>  IPAddress.cpp
9>  Packet.cpp
10>  minilzo.c
5>  Thunk.cpp
5>Src\SysConf.cpp(146): warning C4267: '=' : conversion from 'size_t' to 'u8', possible loss of data
5>  Timer.cpp
10>  LZO.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\LZO.lib
5>  Version.cpp
5>  VideoBackendBase.cpp
5>  x64Analyzer.cpp
9>  SelectorBase.cpp
5>  x64Emitter.cpp
9>  SocketTCP.cpp
9>  SocketUDP.cpp
9>  SocketHelper.cpp
9>..\..\src\SFML\Network\SocketTCP.cpp(353): warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data
9>..\..\src\SFML\Network\SocketUDP.cpp(258): warning C4267: '+=' : conversion from 'size_t' to 'sf::Uint32', possible loss of data
5>  Common.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\Common.lib
11>------ Rebuild All started: Project: AudioCommon, Configuration: Release x64 ------
12>------ Rebuild All started: Project: VideoCommon, Configuration: Release x64 ------
9>  SFML_Network.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\SFML_Network.lib
13>------ Rebuild All started: Project: DiscIO, Configuration: Release x64 ------
7>  appbase.cpp
7>  arcall.cpp
7>  arcfind.cpp
7>  archive.cpp
11>  AOSoundStream.cpp
11>  AudioCommon.cpp
11>  AudioCommonConfig.cpp
11>  DSoundStream.cpp
12>  AVIDump.cpp
12>  BPFunctions.cpp
12>  BPMemory.cpp
12>  BPStructs.cpp
13>  stdafx.cpp
7>  clntdata.cpp
7>  cmdline.cpp
7>  config.cpp
7>  convauto.cpp
7>  datetime.cpp
7>  datstrm.cpp
7>  dircmn.cpp
13>  BannerLoader.cpp
13>  BannerLoaderGC.cpp
13>  BannerLoaderWii.cpp
7>  dynarray.cpp
7>  dynlib.cpp
13>  Blob.cpp
7>  dynload.cpp
7>  encconv.cpp
11>  Mixer.cpp
7>  event.cpp
7>  ffile.cpp
7>  file.cpp
7>  fileback.cpp
7>  fileconf.cpp
7>  filefn.cpp
7>  filename.cpp
7>  filesys.cpp
7>  filtall.cpp
7>  filtfind.cpp
7>  fmapbase.cpp
7>  fs_arc.cpp
12>  CommandProcessor.cpp
11>  NullSoundStream.cpp
7>  fs_filter.cpp
7>  fs_mem.cpp
13>  CISOBlob.cpp
12>  CPMemory.cpp
13>  CompressedBlob.cpp
7>  hash.cpp
7>  hashmap.cpp
13>  DiscScrubber.cpp
7>  init.cpp
12>  Debugger.cpp
12>  DLCache.cpp
7>  intl.cpp
7>  ipcbase.cpp
11>  OpenALStream.cpp
7>  list.cpp
13>  DriveBlob.cpp
7>  log.cpp
7>  longlong.cpp
7>  memory.cpp
11>  WaveFile.cpp
13>  FileBlob.cpp
12>  EmuWindow.cpp
13>  FileHandlerARC.cpp
7>  mimecmn.cpp
13>  FileMonitor.cpp
7>  module.cpp
13>  Filesystem.cpp
7>  msgout.cpp
7>  mstream.cpp
7>  object.cpp
7>  platinfo.cpp
7>  powercmn.cpp
7>  process.cpp
7>  regex.cpp
7>  sstream.cpp
7>  stdpbase.cpp
7>  stopwatch.cpp
7>  strconv.cpp
7>  stream.cpp
7>  string.cpp
11>  XAudio2Stream.cpp
7>  ..\..\src\common\string.cpp: building with Multithreaded non DLL runtime has a performance impact on wxString!
7>  sysopt.cpp
12>  Fifo.cpp
7>  tarstrm.cpp
7>  textbuf.cpp
12>  FramebufferManagerBase.cpp
7>  textfile.cpp
7>  tokenzr.cpp
7>  txtstrm.cpp
7>  uri.cpp
7>  utilscmn.cpp
7>  variant.cpp
12>  HiresTextures.cpp
13>  FileSystemGCWii.cpp
7>  wfstream.cpp
7>  wxchar.cpp
7>  xti.cpp
7>  xtistrm.cpp
7>  zipstrm.cpp
7>  zstream.cpp
7>  basemsw.cpp
7>  crashrpt.cpp
13>  NANDContentLoader.cpp
7>  dde.cpp
7>  debughlp.cpp
7>  dir.cpp
7>  dlmsw.cpp
7>  main.cpp
7>  mimetype.cpp
7>  mslu.cpp
7>  power.cpp
13>  VolumeCommon.cpp
7>  regconf.cpp
7>  registry.cpp
7>  snglinst.cpp
13>  VolumeCreator.cpp
7>  stackwalk.cpp
7>  stdpaths.cpp
7>  thread.cpp
7>  utils.cpp
12>Src\EmuWindow.cpp(201): warning C4244: 'argument' : conversion from 'WPARAM' to 'UINT', possible loss of data
7>  utilsexc.cpp
12>Src\Fifo.cpp(146): warning C4800: 'volatile u32' : forcing value to bool 'true' or 'false' (performance warning)
7>  volume.cpp
12>  ImageWrite.cpp
13>  VolumeDirectory.cpp
12>  IndexGenerator.cpp
12>  LightingShaderGen.cpp
12>  MainBase.cpp
13>  VolumeGC.cpp
13>  VolumeWad.cpp
12>  memcpy_amd.cpp
13>  VolumeWiiCrypted.cpp
12>  OnScreenDisplay.cpp
12>  OpcodeDecoding.cpp
7>  extended.c
12>  OpenCL.cpp
13>  WiiWad.cpp
11>  AudioCommon.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\AudioCommon.lib
14>------ Rebuild All started: Project: InputCommon, Configuration: Release x64 ------
12>  OCLTextureDecoder.cpp
12>  PixelEngine.cpp
12>  PixelShaderGen.cpp
14>  ControllerEmu.cpp
14>  ControllerInterface.cpp
12>  PixelShaderManager.cpp
14>  DInput.cpp
14>  DInputJoystick.cpp
7>  wx_base.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxBase28.lib
15>------ Rebuild All started: Project: wxCore28, Configuration: Release x64 ------
12>  RenderBase.cpp
15>  dummy.cpp
13>  DiscIO.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\DiscIO.lib
12>  Statistics.cpp
12>  TextureCacheBase.cpp
12>  TextureConversionShader.cpp
14>  DInputKeyboardMouse.cpp
14>  SDL.cpp
14>  XInput.cpp
12>  TextureDecoder.cpp
14>  InputConfig.cpp
12>  VertexLoader.cpp
12>  VertexLoaderManager.cpp
12>  VertexLoader_Color.cpp
14>  UDPWiimote.cpp
14>  UDPWrapper.cpp
12>Src\TextureDecoder.cpp(34): warning C4068: unknown pragma
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>Src\TextureDecoder.cpp(1531): warning C4309: 'argument' : truncation of constant value
12>  VertexLoader_Normal.cpp
12>  VertexLoader_Position.cpp
12>  VertexLoader_TextCoord.cpp
12>  VertexManagerBase.cpp
12>  VertexShaderGen.cpp
12>  VertexShaderManager.cpp
12>  VideoConfig.cpp
12>  VideoState.cpp
12>  XFMemory.cpp
14>  InputCommon.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\InputCommon.lib
12>  XFStructs.cpp
15>  accesscmn.cpp
15>  anidecod.cpp
15>  appcmn.cpp
15>  artprov.cpp
15>  artstd.cpp
15>  bmpbase.cpp
15>  bookctrl.cpp
15>  choiccmn.cpp
15>  clipcmn.cpp
15>  clrpickercmn.cpp
15>  cmdproc.cpp
15>  cmndata.cpp
15>  colourcmn.cpp
15>  combocmn.cpp
15>  containr.cpp
15>  cshelp.cpp
15>  ctrlcmn.cpp
15>  ctrlsub.cpp
15>  datacmn.cpp
15>  dcbase.cpp
15>  dcbufcmn.cpp
15>  dcgraph.cpp
15>  dlgcmn.cpp
15>  dndcmn.cpp
15>  dobjcmn.cpp
15>  docmdi.cpp
15>  docview.cpp
12>  VideoCommon.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoCommon.lib
15>  dpycmn.cpp
15>  dseldlg.cpp
15>  effects.cpp
15>  event.cpp
15>  evtloopcmn.cpp
15>  fddlgcmn.cpp
16>------ Rebuild All started: Project: Core, Configuration: Release x64 ------
15>  filepickercmn.cpp
15>  fldlgcmn.cpp
15>  fontcmn.cpp
15>  fontenumcmn.cpp
15>  fontmap.cpp
15>  fontpickercmn.cpp
15>  framecmn.cpp
15>  fs_mem.cpp
15>  gaugecmn.cpp
15>  gbsizer.cpp
15>  gdicmn.cpp
15>  geometry.cpp
15>  gifdecod.cpp
15>  graphcmn.cpp
15>  helpbase.cpp
15>  iconbndl.cpp
15>  imagall.cpp
15>  imagbmp.cpp
15>  image.cpp
16>  stdafx.cpp
15>  imagfill.cpp
15>  imaggif.cpp
15>  imagiff.cpp
15>  imagjpeg.cpp
15>  imagpcx.cpp
15>  imagpng.cpp
15>  imagpnm.cpp
15>  imagtga.cpp
15>  imagtiff.cpp
15>  imagxpm.cpp
15>  layout.cpp
15>  lboxcmn.cpp
15>  listctrlcmn.cpp
15>  matrix.cpp
15>  menucmn.cpp
15>  msgout.cpp
16>  ActionReplay.cpp
16>  ARDecrypt.cpp
16>  BootManager.cpp
16>  Boot.cpp
15>  nbkbase.cpp
15>  overlaycmn.cpp
15>  paper.cpp
15>  pickerbase.cpp
15>  popupcmn.cpp
15>  prntbase.cpp
15>  quantize.cpp
15>  radiocmn.cpp
15>  rendcmn.cpp
15>  rgncmn.cpp
15>  settcmn.cpp
15>  sizer.cpp
15>  srchcmn.cpp
15>  statbar.cpp
15>  stockitem.cpp
15>  tbarbase.cpp
15>  textcmn.cpp
15>  timercmn.cpp
15>  toplvcmn.cpp
15>  treebase.cpp
15>  utilscmn.cpp
16>  Boot_BS2Emu.cpp
16>Src\ActionReplay.cpp(892): warning C4146: unary minus operator applied to unsigned type, result still unsigned
15>  valgen.cpp
16>  Boot_DOL.cpp
16>  Boot_ELF.cpp
15>  validate.cpp
15>  valtext.cpp
15>  wincmn.cpp
15>  xpmdecod.cpp
15>  aboutdlg.cpp
15>  accel.cpp
15>  access.cpp
15>  app.cpp
16>  Boot_WiiWAD.cpp
15>  automtn.cpp
15>  bitmap.cpp
15>  bmpbuttn.cpp
16>  ElfReader.cpp
16>  ConfigManager.cpp
15>  brush.cpp
16>  Console.cpp
15>  button.cpp
15>  caret.cpp
16>  Core.cpp
16>  CoreParameter.cpp
15>  checkbox.cpp
15>  checklst.cpp
15>  choice.cpp
15>  clipbrd.cpp
15>  colordlg.cpp
15>  colour.cpp
15>  combo.cpp
15>  combobox.cpp
16>  CoreRerecording.cpp
16>  CoreTiming.cpp
15>  control.cpp
15>  cursor.cpp
16>  Debugger_SymbolMap.cpp
16>  Dump.cpp
15>  data.cpp
15>  dataobj.cpp
15>  dc.cpp
15>  dcclient.cpp
15>  dcmemory.cpp
15>  dcprint.cpp
16>  PPCDebugInterface.cpp
15>  dcscreen.cpp
16>  assemble.cpp
15>  dialog.cpp
16>  disassemble.cpp
15>  dialup.cpp
15>  dib.cpp
15>  dirdlg.cpp
15>  display.cpp
15>  dragimag.cpp
15>  dropsrc.cpp
15>  droptgt.cpp
15>  enhmeta.cpp
15>  evtloop.cpp
15>  fdrepdlg.cpp
15>  filedlg.cpp
15>  font.cpp
15>  fontdlg.cpp
15>  fontenum.cpp
15>  fontutil.cpp
15>  frame.cpp
15>  gauge95.cpp
15>  gdiimage.cpp
15>  gdiobj.cpp
15>  graphics.cpp
15>  gsockmsw.cpp
16>  DSPAccelerator.cpp
15>  helpchm.cpp
15>  helpwin.cpp
15>  icon.cpp
15>  imaglist.cpp
15>  iniconf.cpp
15>  listbox.cpp
15>  listctrl.cpp
15>  main.cpp
15>  mdi.cpp
15>  menu.cpp
15>  menuitem.cpp
15>  metafile.cpp
16>  DSPAnalyzer.cpp
15>  minifram.cpp
15>  msgdlg.cpp
15>  mslu.cpp
15>  nativdlg.cpp
15>  notebook.cpp
15>  oleutils.cpp
15>  ownerdrw.cpp
16>  DSPCodeUtil.cpp
15>  palette.cpp
16>  DSPCore.cpp
15>  pen.cpp
15>  popupwin.cpp
15>  printdlg.cpp
15>  printwin.cpp
15>  radiobox.cpp
15>  radiobut.cpp
15>  region.cpp
15>  renderer.cpp
15>  scrolbar.cpp
15>  settings.cpp
15>  slider95.cpp
16>  DSPEmitter.cpp
16>  DSPHWInterface.cpp
15>  spinbutt.cpp
16>  DspIntArithmetic.cpp
15>  spinctrl.cpp
15>  statbmp.cpp
15>  statbox.cpp
15>  statbr95.cpp
15>  statline.cpp
15>  stattext.cpp
15>  tabctrl.cpp
15>  tbar95.cpp
15>  textctrl.cpp
15>  tglbtn.cpp
16>  DspIntBranch.cpp
15>  timer.cpp
15>  tooltip.cpp
15>  toplevel.cpp
15>  treectrl.cpp
15>  utilsgui.cpp
15>  uuid.cpp
15>  uxtheme.cpp
15>  volume.cpp
15>  window.cpp
15>  aboutdlgg.cpp
15>  busyinfo.cpp
16>Src\DSP\DSPEmitter.cpp(35): warning C4355: 'this' : used in base member initializer list
15>  buttonbar.cpp
16>Src\DSP\DSPEmitter.cpp(319): warning C4267: 'initializing' : conversion from 'size_t' to 'unsigned int', possible loss of data
15>  choicbkg.cpp
16>  DSPIntCCUtil.cpp
16>  DSPInterpreter.cpp
15>  choicdgg.cpp
16>  DSPIntExtOps.cpp
16>  DspIntLoadStore.cpp
15>  clrpickerg.cpp
15>  collpaneg.cpp
15>  combog.cpp
15>  dcpsg.cpp
15>  dirctrlg.cpp
15>  dragimgg.cpp
15>  filepickerg.cpp
16>  DspIntMisc.cpp
15>  fontpickerg.cpp
15>  hyperlink.cpp
16>  DspIntMultiplier.cpp
15>  listbkg.cpp
16>  DSPMemoryMap.cpp
15>  logg.cpp
16>  DSPStacks.cpp
16>  DSPTables.cpp
15>  numdlgg.cpp
15>  panelg.cpp
15>  printps.cpp
15>  prntdlgg.cpp
15>  progdlgg.cpp
15>  renderg.cpp
15>  scrlwing.cpp
15>  selstore.cpp
15>  spinctlg.cpp
16>  DSPJitArithmetic.cpp
16>  DSPJitBranch.cpp
16>  DSPJitCCUtil.cpp
15>  splitter.cpp
15>  srchctlg.cpp
15>  statusbr.cpp
15>  textdlgg.cpp
15>  tipwin.cpp
16>  DSPJitExtOps.cpp
15>  toolbkg.cpp
15>  treebkg.cpp
15>  treectlg.cpp
15>  vlbox.cpp
15>  vscroll.cpp
16>  DSPJitLoadStore.cpp
16>  DSPJitMisc.cpp
16>  DSPJitMultiplier.cpp
15>  png.c
15>  pngerror.c
15>  pnggccrd.c
16>  DSPJitRegCache.cpp
15>  pngget.c
15>  pngmem.c
15>  pngpread.c
15>  pngread.c
15>  pngrio.c
15>  pngrtran.c
15>  pngrutil.c
15>  pngset.c
15>  pngtest.c
15>  pngtrans.c
16>  DSPJitUtil.cpp
15>  pngvcrd.c
15>  pngwio.c
15>  pngwrite.c
16>  LabelMap.cpp
15>  pngwtran.c
15>  pngwutil.c
16>Src\DSP\Jit\DSPJitRegCache.cpp(379): warning C4800: 'Gen::X64Reg' : forcing value to bool 'true' or 'false' (performance warning)
16>Src\DSP\Jit\DSPJitRegCache.cpp(465): warning C4800: 'Gen::X64Reg' : forcing value to bool 'true' or 'false' (performance warning)
16>  GeckoCode.cpp
16>  GeckoCodeConfig.cpp
16>  HLE.cpp
16>  HLE_Misc.cpp
16>  HLE_OS.cpp
16>  AudioInterface.cpp
16>  TAP_Win32.cpp
16>  CPU.cpp
16>  DSP.cpp
16>Src\HW\BBA-TAP\TAP_Win32.cpp(229): warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
16>Src\HW\BBA-TAP\TAP_Win32.cpp(319): warning C4305: 'argument' : truncation from 'int' to 'bool'
16>Src\HW\BBA-TAP\TAP_Win32.cpp(344): warning C4305: 'argument' : truncation from 'int' to 'bool'
16>  DSPHLE.cpp
16>  HLEMixer.cpp
16>  MailHandler.cpp
16>  UCodes.cpp
16>  UCode_AX.cpp
16>  UCode_AXWii.cpp
16>  UCode_CARD.cpp
15>  wx_core.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxCore28.lib
16>  UCode_GBA.cpp
17>------ Rebuild All started: Project: wxAdv28, Configuration: Release x64 ------
16>  UCode_InitAudioSystem.cpp
16>  UCode_ROM.cpp
17>  dummy.cpp
16>  UCode_Zelda.cpp
16>  UCode_Zelda_ADPCM.cpp
16>  UCode_Zelda_Synth.cpp
16>  UCode_Zelda_Voice.cpp
16>  DSPDebugInterface.cpp
16>  DSPHost.cpp
16>  DSPLLE.cpp
16>  DSPLLEGlobals.cpp
16>  DSPLLETools.cpp
16>  DSPSymbols.cpp
16>  DVDInterface.cpp
16>  EXI.cpp
16>  EXI_Channel.cpp
16>  EXI_Device.cpp
16>  EXI_DeviceAD16.cpp
16>  EXI_DeviceAMBaseboard.cpp
17>  animatecmn.cpp
17>  datavcmn.cpp
17>  taskbarcmn.cpp
17>  aboutdlg.cpp
16>  EXI_DeviceEthernet.cpp
17>  datectrl.cpp
17>  joystick.cpp
17>  sound.cpp
17>  taskbar.cpp
16>  EXI_DeviceGecko.cpp
17>  aboutdlgg.cpp
17>  animateg.cpp
17>  bmpcboxg.cpp
17>  calctrl.cpp
17>  datavgen.cpp
16>  EXI_DeviceIPL.cpp
17>  datectlg.cpp
17>  grid.cpp
17>  gridctrl.cpp
17>  gridsel.cpp
17>  helpext.cpp
17>  hyperlink.cpp
17>  laywin.cpp
17>  odcombo.cpp
17>  propdlg.cpp
16>  EXI_DeviceMemoryCard.cpp
17>  sashwin.cpp
17>  splash.cpp
17>  tipdlg.cpp
17>  wizard.cpp
16>  EXI_DeviceMic.cpp
16>  GCPad.cpp
16>  GCPadEmu.cpp
16>  GPFifo.cpp
16>  HW.cpp
16>  Memmap.cpp
17>  wx_adv.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxAdv28.lib
16>  MemmapFunctions.cpp
18>------ Rebuild All started: Project: wxAui, Configuration: Release x64 ------
19>------ Rebuild All started: Project: VideoSoftware, Configuration: Release x64 ------
16>  MemoryInterface.cpp
18>  dummy.cpp
19>  stdafx.cpp
16>  ProcessorInterface.cpp
16>  SI.cpp
16>  SI_Device.cpp
16>  SI_DeviceAMBaseboard.cpp
16>  SI_DeviceGBA.cpp
19>  BPMemLoader.cpp
19>  Clipper.cpp
19>  SWCommandProcessor.cpp
19>  CPMemLoader.cpp
16>  SI_DeviceGCController.cpp
16>  Sram.cpp
16>  StreamADPCM.cpp
16>  SystemTimers.cpp
19>  DebugUtil.cpp
19>  EfbCopy.cpp
19>  EfbInterface.cpp
16>  VideoInterface.cpp
16>  Wiimote.cpp
19>  HwRasterizer.cpp
16>Src\HW\SI_DeviceGCController.cpp(214): warning C4244: '=' : conversion from 'u64' to 'u32', possible loss of data
16>Src\HW\SI_DeviceGCController.cpp(218): warning C4244: '=' : conversion from 'u64' to 'u32', possible loss of data
19>  SWmain.cpp
16>  Attachment.cpp
16>  Classic.cpp
16>  Drums.cpp
19>  OpcodeDecoder.cpp
19>  SWPixelEngine.cpp
19>  Rasterizer.cpp
19>Src\OpcodeDecoder.cpp(109): warning C4244: 'initializing' : conversion from '__int64' to 'u32', possible loss of data
19>  SWRenderer.cpp
16>  Guitar.cpp
16>  Nunchuk.cpp
16>  Turntable.cpp
19>  SetupUnit.cpp
18>  auibar.cpp
18>  auibook.cpp
18>  dockart.cpp
18>  floatpane.cpp
16>  EmuSubroutines.cpp
18>  framemanager.cpp
18>  tabmdi.cpp
19>  SWStatistics.cpp
19>  SWVideoConfig.cpp
19>  Tev.cpp
19>  TextureEncoder.cpp
16>  Encryption.cpp
16>  Speaker.cpp
19>  TextureSampler.cpp
16>  WiimoteEmu.cpp
18>  wx_aui.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\wxAui.lib
19>  TransformUnit.cpp
19>  SWVertexLoader.cpp
20>------ Rebuild All started: Project: VideoDX9, Configuration: Release x64 ------
21>------ Rebuild All started: Project: VideoDX11, Configuration: Release x64 ------
16>  IOWin.cpp
19>  VideoConfigDialog.cpp
21>  stdafx.cpp
16>  WiimoteReal.cpp
20>  stdafx.cpp
19>  Win32.cpp
19>  XFMemLoader.cpp
16>  WII_IOB.cpp
16>  WII_IPC.cpp
16>  WiiMote_HID_Attr.cpp
16>  WII_IPC_HLE.cpp
16>  WII_IPC_HLE_Device_DI.cpp
16>  WII_IPC_HLE_Device_es.cpp
16>  WII_IPC_HLE_Device_FileIO.cpp
21>  D3DBase.cpp
21>  D3DBlob.cpp
21>  D3DShader.cpp
21>  D3DTexture.cpp
21>  D3DUtil.cpp
16>  WII_IPC_HLE_Device_fs.cpp
16>  WII_IPC_HLE_Device_net.cpp
20>  D3DBase.cpp
20>  D3DShader.cpp
20>  D3DTexture.cpp
20>  D3DUtil.cpp
21>  FramebufferManager.cpp
16>  WII_IPC_HLE_Device_sdio_slot0.cpp
21>  GfxState.cpp
21>  main.cpp
16>  WII_IPC_HLE_Device_usb.cpp
16>  WII_IPC_HLE_Device_usb_kbd.cpp
21>  NativeVertexFormat.cpp
20>  FramebufferManager.cpp
16>  WII_IPC_HLE_WiiMote.cpp
16>  MemTools.cpp
20>  main.cpp
21>  PixelShaderCache.cpp
21>  PSTextureEncoder.cpp
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(146): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(479): warning C4267: '=' : conversion from 'size_t' to 'uint16_t', possible loss of data
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(484): warning C4267: 'argument' : conversion from 'size_t' to 'const u32', possible loss of data
16>Src\IPC_HLE\WII_IPC_HLE_Device_usb.cpp(890): warning C4267: 'argument' : conversion from 'size_t' to 'u32', possible loss of data
20>  NativeVertexFormat.cpp
20>  PixelShaderCache.cpp
19>  Plugin_VideoSoftware.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoSoftware.lib
22>------ Rebuild All started: Project: VideoOGL, Configuration: Release x64 ------
21>  Render.cpp
16>  NetPlay.cpp
22>  stdafx.cpp
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdio(48): warning C4995: 'gets': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdio(52): warning C4995: 'sprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstdio(55): warning C4995: 'vsprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstring(21): warning C4995: 'strcat': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cstring(22): warning C4995: 'strcpy': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(30): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(31): warning C4995: 'vswprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(33): warning C4995: 'wcscat': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\cwchar(35): warning C4995: 'wcscpy': name was marked as #pragma deprecated
16>  NetPlayClient.cpp
16>  NetPlayServer.cpp
20>  Render.cpp
16>  OnFrame.cpp
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h(1087): warning C4995: 'wcscat': name was marked as #pragma deprecated
21>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\intrin.h(1089): warning C4995: 'wcscpy': name was marked as #pragma deprecated
20>  TextureCache.cpp
21>  Television.cpp
21>  TextureCache.cpp
20>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(757): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(766): warning C4995: 'swprintf': name was marked as #pragma deprecated
20>C:\Program Files (x86)\Microsoft Visual Studio 10.0\VC\include\string(775): warning C4995: 'swprintf': name was marked as #pragma deprecated
16>Src\NetPlayServer.cpp(381): warning C4244: 'argument' : conversion from 'const u64' to 'unsigned int', possible loss of data
16>Src\NetPlayServer.cpp(484): warning C4244: 'initializing' : conversion from 'u64' to 'const u32', possible loss of data
20>  TextureConverter.cpp
16>Src\OnFrame.cpp(583): warning C4244: 'initializing' : conversion from '__int64' to 'off_t', possible loss of data
16>  PatchEngine.cpp
16>  DSPEmulator.cpp
21>Src\TextureCache.cpp(153): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
21>Src\TextureCache.cpp(162): warning C4267: 'argument' : conversion from 'size_t' to 'u32', possible loss of data
16>  Interpreter.cpp
16>  Interpreter_Branch.cpp
21>  VertexManager.cpp
21>  VertexShaderCache.cpp
21>  XFBEncoder.cpp
20>  VertexManager.cpp
20>  VertexShaderCache.cpp
16>  Interpreter_FloatingPoint.cpp
22>  FramebufferManager.cpp
22>  GLUtil.cpp
22>  main.cpp
22>  NativeVertexFormat.cpp
16>  Interpreter_Integer.cpp
16>  Interpreter_LoadStore.cpp
16>  Interpreter_LoadStorePaired.cpp
22>Src\NativeVertexFormat.cpp(296): warning C4018: '<' : signed/unsigned mismatch
16>  Interpreter_Paired.cpp
16>  Interpreter_SystemRegisters.cpp
22>  PixelShaderCache.cpp
22>  PostProcessing.cpp
22>  RasterFont.cpp
16>  Interpreter_Tables.cpp
16>  IR.cpp
20>  Plugin_VideoDX9.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoDX9.lib
21>  Plugin_VideoDX11.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoDX11.lib
16>  IR_X86.cpp
16>  JitIL.cpp
22>  Render.cpp
22>  TextureCache.cpp
16>  JitILAsm.cpp
22>  TextureConverter.cpp
16>  JitIL_Branch.cpp
16>  JitIL_FloatingPoint.cpp
16>Src\PowerPC\Jit64IL\JitIL.cpp(202): warning C4267: 'initializing' : conversion from 'size_t' to 'const u32', possible loss of data
16>  JitIL_Integer.cpp
22>  VertexManager.cpp
22>  VertexShaderCache.cpp
16>  JitIL_LoadStore.cpp
16>  JitIL_LoadStoreFloating.cpp
16>  JitIL_LoadStorePaired.cpp
16>  JitIL_Paired.cpp
16>  JitIL_SystemRegisters.cpp
16>  JitIL_Tables.cpp
16>  Jit.cpp
16>  Jit64_Tables.cpp
16>  JitAsm.cpp
16>  JitRegCache.cpp
16>  Jit_Branch.cpp
16>  Jit_FloatingPoint.cpp
16>  Jit_Integer.cpp
22>  Plugin_VideoOGL.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\VideoOGL.lib
16>  Jit_LoadStore.cpp
16>  Jit_LoadStoreFloating.cpp
16>  Jit_LoadStorePaired.cpp
16>  Jit_Paired.cpp
16>  Jit_SystemRegisters.cpp
16>  JitAsmCommon.cpp
16>  JitBackpatch.cpp
16>  JitBase.cpp
16>  JitCache.cpp
16>  Jit_Util.cpp
16>  LUT_frsqrtex.cpp
16>  PowerPC.cpp
16>  PPCAnalyst.cpp
16>  PPCCache.cpp
16>  PPCSymbolDB.cpp
16>  PPCTables.cpp
16>  Profiler.cpp
16>  SignatureDB.cpp
16>  State.cpp
16>  Tracer.cpp
16>  VolumeHandler.cpp
16>  Core.vcxproj -> C:\Users\Gabriel\Documents\dolphin-emu\Source\x64\Release\Core.lib
23>------ Rebuild All started: Project: Dolphin, Configuration: Release x64 ------
23>  stdafx.cpp
23>  AboutDolphin.cpp
23>  ARCodeAddEdit.cpp
23>  BreakpointDlg.cpp
23>  BreakpointView.cpp
23>  BreakpointWindow.cpp
23>  CheatsWindow.cpp
23>  CodeView.cpp
23>  CodeWindow.cpp
23>  CodeWindowFunctions.cpp
23>  ConfigMain.cpp
23>  DebuggerPanel.cpp
23>  DebuggerUIUtil.cpp
23>  DSPDebugWindow.cpp
23>  DSPRegisterView.cpp
23>  Frame.cpp
23>  FrameAui.cpp
23>  FrameTools.cpp
23>  GameListCtrl.cpp
23>  GeckoCodeDiag.cpp
23>  HotkeyDlg.cpp
23>  InputConfigDiag.cpp
23>  InputConfigDiagBitmaps.cpp
23>  ISOFile.cpp
23>  ISOProperties.cpp
23>  JitWindow.cpp
23>  LogConfigWindow.cpp
23>  LogWindow.cpp
23>  Main.cpp
23>Src\ISOProperties.cpp(550): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning)
23>  MemcardManager.cpp
23>  GCMemcard.cpp
23>  WiiSaveCrypted.cpp
23>  MemoryCheckDlg.cpp
23>  MemoryView.cpp
23>Src\Main.cpp(596): warning C4800: 'SHORT' : forcing value to bool 'true' or 'false' (performance warning)
23>  MemoryWindow.cpp
23>  NetWindow.cpp
23>  PatchAddEdit.cpp
23>  PHackSettings.cpp
23>Src\Debugger\MemoryWindow.cpp(335): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
23>Src\Debugger\MemoryWindow.cpp(337): warning C4267: '=' : conversion from 'size_t' to 'long', possible loss of data
23>Src\Debugger\MemoryWindow.cpp(372): warning C4267: '=' : conversion from 'size_t' to 'u32', possible loss of data
23>  RegisterView.cpp
23>  RegisterWindow.cpp
23>  UDPConfigDiag.cpp
23>  VideoConfigDiag.cpp
23>  WiimoteConfigDiag.cpp
23>  WXInputBase.cpp
23>  WxUtils.cpp
23>Src\VideoConfigDiag.cpp(74): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(154): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(168): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(192): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(490): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(504): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>Src\VideoConfigDiag.cpp(554): warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
23>LINK : fatal error LNK1104: cannot open file 'VCOMP.lib'
========== Rebuild All: 22 succeeded, 1 failed, 0 skipped ==========
Find
Reply
03-12-2011, 09:06 AM
#9
gabriel21st Offline
Junior Lurker
***
Posts: 56
Threads: 9
Joined: Jan 2011
still missing VCOMP.lib
Find
Reply
03-14-2011, 03:40 PM
#10
Billiard26 Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 2,661
Threads: 8
Joined: Feb 2010
It looks like vs express has issues with OpenMP.
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode