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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - JapaneseCurry08

Pages: [1]
1
General / Re: SFML Error
« on: March 05, 2023, 10:38:05 pm »
The errors are gone right now, however it says my application was unable to start correctly (0xc000007b)

2
General / Re: SFML Error
« on: March 05, 2023, 10:33:28 pm »
It still says the library machine type does not match with the target machine type.

3
General / Re: SFML Error
« on: March 05, 2023, 06:29:48 pm »
I removed the 32 bits and replaced it with 64 but it still does not work unfortunately

4
General / Re: SFML Error
« on: March 05, 2023, 06:01:55 pm »
Yup, it is the same

5
General / Re: SFML Error
« on: March 05, 2023, 05:40:07 pm »
Hello! Thanks for replying, so I tried to download both 32 bits and 64 bits for sfml, but it kept saying I have the library machine type as x86, which conflicts with my target machine type x64.

I used both Visual C++ 15 (2017) - 32-bit and 64 bit but it did not work for me :( I also changed my additional dependencies based on the debug and release parts.

6
Hello! This is exactly what happened to my code! Did you solve it as last?

7
General / Re: SFML Error
« on: March 05, 2023, 03:56:27 am »
These are some of the errors as mentioned

8
General / SFML Error
« on: March 05, 2023, 03:54:30 am »
Hello! I was trying to use SFML 2.5.1 since my visual studio is the 2022 version. But I keep getting errors. Here are the stuff I included in my directories.

Additional Include Directories :
c:\SFML-2.5.1\include;
$(SolutionDir)SDL\SDL2\include;
$(SolutionDir)SDL\SDL2_image\include;
$(SolutionDir)SDL\SDL2_mixer\include;
$(SolutionDir)SDL\SDL2_ttf\include;
(AdditionalIncludeDirectories)

Additional Library Directories:
c:\SFML-2.5.1\lib;
$(SolutionDir)SDL\SDL2\include;
$(SolutionDir)SDL\SDL2_image\include;
$(SolutionDir)SDL\SDL2_mixer\include;
$(SolutionDir)SDL\SDL2_ttf\lib;
%(AdditionalLibraryDirectories)

Additional Dependencies:
sfml-graphics-d.lib;
sfml-window-d.lib;
sfml-system-d.lib;
SDL2.lib;
SDL2main.lib;
SDL2_image.lib;
SDL2_mixer.lib;
SDL2_ttf.lib;
%(AdditionalDependencies)

And I kept getting the LNK2019 Errors, which are the unresolved external symbols.

Please help asap! Thanks

Pages: [1]