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

Author Topic: Application without huge dll files  (Read 6303 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Application without huge dll files
« Reply #15 on: February 15, 2011, 12:19:47 pm »
And... ? Does it work or not?
Laurent Gomila - SFML developer

reDo

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Application without huge dll files
« Reply #16 on: February 15, 2011, 12:25:27 pm »
It not work  :cry:, Here is my project http://www.megaupload.com/?d=WGGOFVFO if it help

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Application without huge dll files
« Reply #17 on: February 15, 2011, 12:34:37 pm »
Do you still have exactly the same errors as before?
Laurent Gomila - SFML developer

reDo

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Application without huge dll files
« Reply #18 on: February 15, 2011, 12:36:30 pm »
yes undefined reference

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Application without huge dll files
« Reply #19 on: February 15, 2011, 12:44:29 pm »
Quote
yes undefined reference

... to the exact same symbols?

Please try to write more details in your answers, if I have to ask 3 questions every time you give a new information, I'm afraid you're not going yo have your solution today ;)
Laurent Gomila - SFML developer

reDo

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Application without huge dll files
« Reply #20 on: February 15, 2011, 05:44:46 pm »
I will try  :roll:  Here is list of errors with settings on the pictures, I have set that codeblocks show me only 50 errors
EDIT I created the project like Empty Project in CodeBlocks

Contadotempo

  • Full Member
  • ***
  • Posts: 167
  • Firelink Shrine
    • View Profile
Application without huge dll files
« Reply #21 on: February 16, 2011, 01:07:24 am »
This might be a silly suggestion but have you tried to recompile SFML?
I had the same problem (or similar) and recompiling solved it.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Application without huge dll files
« Reply #22 on: February 16, 2011, 07:43:59 am »
It's crazy, "_imp___" symbols cannot exist if you don't define SFML_DYNAMIC.

I'll try to take a look at your project.

Quote
This might be a silly suggestion but have you tried to recompile SFML?
I had the same problem (or similar) and recompiling solved it.

I don't think so. The problem here is that its project setup somehow makes the linker expect imported functions, which are not in static libraries (imported == dynamic libs).
Laurent Gomila - SFML developer

reDo

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Application without huge dll files
« Reply #23 on: February 17, 2011, 06:37:10 pm »
Did you check it already please? Do you create such project like SFML Project in CodeBlocks?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Application without huge dll files
« Reply #24 on: February 17, 2011, 06:58:50 pm »
The project looks ok, now I need to find time to actually test it.
Laurent Gomila - SFML developer

reDo

  • Full Member
  • ***
  • Posts: 104
    • View Profile
Application without huge dll files
« Reply #25 on: February 18, 2011, 07:43:35 am »
Ok I will wait  :)

 

anything