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 - pr1nceray

Pages: [1]
1
General / Re: Unresolved External symbol (followed tutoriall)
« on: February 26, 2024, 08:56:45 pm »
Ya, that was the issue; added sfml_static under preprocessor in Cuda/C++; i was trying to dynamically link it at the time, so i dont know why it was statically linking

2
General / Unresolved External symbol (followed tutoriall)
« on: February 26, 2024, 02:29:49 am »
Hello,
I am trying to make an sfml program; this isn't my first project with sfml and vs2022; one of my projects compiles, the other has a linker error. I have ran through my project settings, yet i cannot find a difference.

I followed the tutorial; using sfml 2.6.0.
included are my project property settings.

https://imgur.com/a/VJQYlwW

I even tried making a new project that wasn't using cuda (so i could change additional include directories, which isnt there under cuda projects) and following the steps, yet It still fails, with the exact same errors.

plz help :(

edit : In my second project mentioned above, i used sfml-main.lib; this was incorrect, and now my second project works with sfml. rectifying this issue with my main project, i now get cuda errors.
edit2 : had to past all the .bin files into my project with my files, seems to compile now.

Pages: [1]