Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: about the debug stuff sfml x64  (Read 2055 times)

0 Members and 1 Guest are viewing this topic.

sonicflare9

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
about the debug stuff sfml x64
« on: April 11, 2019, 01:29:41 am »
is it sfml-audio-s-d.lib or is it sfml-window-d-lib i used sfml-static

for the screenshot wwhat things am i missing
« Last Edit: April 11, 2019, 01:45:11 am by sonicflare9 »

G.

  • Hero Member
  • *****
  • Posts: 1592
    • View Profile
Re: about the debug stuff sfml x64
« Reply #1 on: April 11, 2019, 03:59:01 am »
Static SFML libraries have the "-s" suffix: "sfml-xxx-s-d.lib" for Debug, and "sfml-xxx-s.lib" for Release.
Not sure what the real question is though...  ???

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: about the debug stuff sfml x64
« Reply #2 on: April 11, 2019, 09:39:18 am »
You shouldn't remove the additional dependencies that VS adds automatically. ;)


Try adding that again to the library list.
Otherwise you can figure out which library you're missing and manually adding each, e.g. user32.lib
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

sonicflare9

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: about the debug stuff sfml x64
« Reply #3 on: April 11, 2019, 07:15:23 pm »
what is this about?

1>------ Build started: Project: SFMLWeek1- Project 0, Configuration: Debug x64 ------
1>SFMLWeek1- Project 0.vcxproj -> C:\Users\acmoo\Videos\SFMLWeek12 - Project3 - 3DSound\x64\Debug\SFMLWeek1- Project 0.exe
1>File not found - *.dll
1>0 File(s) copied
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: The command "xcopy "C:\Users\acmoo\Videos\SFMLWeek12 - Project3 - 3DSound\\..\..\SFML-2.5.1\bin\*.dll"  "C:\Users\acmoo\Videos\SFMLWeek12 - Project3 - 3DSound\\x64\Debug\" /S /Y <NUL:
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Microsoft.CppCommon.targets(138,5): error MSB3073: :VCEnd" exited with code 4.
1>Done building project "SFMLWeek1- Project 0.vcxproj" -- FAILED.
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
I added %(additionaldependencies) to the additional dependencies
is everyone else ok?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: about the debug stuff sfml x64
« Reply #4 on: April 11, 2019, 08:47:11 pm »
You seem to have some post build script that uses xcopy to copy some files. That's unrelated to SFML.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

sonicflare9

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: about the debug stuff sfml x64
« Reply #5 on: April 11, 2019, 09:17:50 pm »
do you know how to fix it?

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10838
    • View Profile
    • development blog
    • Email
Re: about the debug stuff sfml x64
« Reply #6 on: April 11, 2019, 10:33:51 pm »
I guess you could just remove the post build command.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

sonicflare9

  • Newbie
  • *
  • Posts: 4
    • View Profile
    • Email
Re: about the debug stuff sfml x64
« Reply #7 on: April 11, 2019, 11:52:03 pm »
where's the post build command