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

Author Topic: SFML dependencies  (Read 5709 times)

0 Members and 1 Guest are viewing this topic.

12345

  • Newbie
  • *
  • Posts: 15
    • View Profile
SFML dependencies
« on: October 15, 2014, 02:08:38 pm »
Sorry for my english. I checked the dependencies of an executable written with sfml. I found it dependes on libgcj-13.dll, but in my computer there isn't this dll and the executable works evenly. Can someone tell me why?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML dependencies
« Reply #1 on: October 15, 2014, 02:23:35 pm »
libgcj is supposed to be the gcc front-end for java, this makes no sense.
Laurent Gomila - SFML developer

12345

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML dependencies
« Reply #2 on: October 15, 2014, 02:26:01 pm »
I know. This is beacause this dependency soundes strange to me. It happends also when I create a Winapi executable with mingw (with visualstudio I haven't this problem).

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML dependencies
« Reply #3 on: October 15, 2014, 03:28:19 pm »
Quote
It happends also when I create a Winapi executable with mingw
So... this is not a SFML problem at all? You'll probably have more replies on a more specialized forum. Here we mainly answer SFML questions ;)
Laurent Gomila - SFML developer

12345

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML dependencies
« Reply #4 on: October 15, 2014, 04:14:08 pm »
I asked here beacause I prefer not to create many accounts on many websites. I've alredy look for an answer in all the web, but I haven't found one. Has someone used dependency viewer and had the same "issue"?
P.S.: I know it is an sfml forum, but i prefer not to answer on another website.

binary1248

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1405
  • I am awesome.
    • View Profile
    • The server that really shouldn't be running
Re: SFML dependencies
« Reply #5 on: October 15, 2014, 04:28:37 pm »
http://www.dependencywalker.com

The only dependency viewer you will ever need.

Laurent, are you still against having an "Off-topic" forum? I feel there is more and more of a need to have a place for people to post stuff that doesn't necessarily have to do with SFML. And when they do post in the wrong section, it can always be moved.
SFGUI # SFNUL # GLS # Wyrm <- Why do I waste my time on such a useless project? Because I am awesome (first meaning).

12345

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML dependencies
« Reply #6 on: October 15, 2014, 04:34:31 pm »
Sorry if I posted it in the wrong section. I tried dependency walker(both x86 and x64), but it fails when try to find the last 6 dependencies. I tried it with many different executables, and the results are the same.
I used win8.1 x64 with all last updates, included win 8.1 update 1 or 2, that sometime give some problem in windows.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML dependencies
« Reply #7 on: October 15, 2014, 04:41:30 pm »
Quote
Laurent, are you still against having an "Off-topic" forum?
Yes, because we don't want people to open non-SFML threads.

Quote
I tried dependency walker(both x86 and x64), but it fails when try to find the last 6 dependencies
You shouldn't care about whether it finds them or not, just look at the list of dependencies.
Laurent Gomila - SFML developer

12345

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML dependencies
« Reply #8 on: October 15, 2014, 04:51:18 pm »
So, is Dependecy Viewer or Dependency Walker right?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: SFML dependencies
« Reply #9 on: October 15, 2014, 04:52:58 pm »
Dependency Walker is always right.
Laurent Gomila - SFML developer

12345

  • Newbie
  • *
  • Posts: 15
    • View Profile
Re: SFML dependencies
« Reply #10 on: October 15, 2014, 04:55:22 pm »
Thanks. It's better I uninstall Dependency Viewer.

 

anything