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

Author Topic: Basic error  (Read 11059 times)

0 Members and 1 Guest are viewing this topic.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Basic error
« Reply #15 on: September 29, 2009, 11:09:45 pm »
Can you upload your project file so that we can take a look at it?
Laurent Gomila - SFML developer

Kyle

  • Newbie
  • *
  • Posts: 13
    • MSN Messenger - kylemotherwell@hotmail.com
    • View Profile
Basic error
« Reply #16 on: September 30, 2009, 05:27:32 pm »
How to i upload an attachment, cant seem to find it, or do i use something external like rapidshare
Maybe you're just sitting around, reading "Guns and Ammo", masturbating in your own feces, do you just stop and go, "Wow! It is amazing how fucking crazy I really am!"?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Basic error
« Reply #17 on: September 30, 2009, 05:56:42 pm »
Quote
How to i upload an attachment, cant seem to find it

You can't upload anything directly with the forum.

Quote
or do i use something external like rapidshare

Yes, you can use rapidshare or megaupload to upload your files.
Laurent Gomila - SFML developer

Kyle

  • Newbie
  • *
  • Posts: 13
    • MSN Messenger - kylemotherwell@hotmail.com
    • View Profile
Basic error
« Reply #18 on: September 30, 2009, 06:05:58 pm »
Maybe you're just sitting around, reading "Guns and Ammo", masturbating in your own feces, do you just stop and go, "Wow! It is amazing how fucking crazy I really am!"?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Basic error
« Reply #19 on: September 30, 2009, 07:27:30 pm »
The .sln file only references the project files (.vcproj), it's completely useless ;)

You should rather upload the .vcproj file.
Laurent Gomila - SFML developer

Kyle

  • Newbie
  • *
  • Posts: 13
    • MSN Messenger - kylemotherwell@hotmail.com
    • View Profile
Basic error
« Reply #20 on: September 30, 2009, 07:35:01 pm »
Maybe you're just sitting around, reading "Guns and Ammo", masturbating in your own feces, do you just stop and go, "Wow! It is amazing how fucking crazy I really am!"?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Basic error
« Reply #21 on: September 30, 2009, 08:28:27 pm »
Quote
sfml-system.lib. sfml-window.lib. sfml-graphics-d.lib.

You're correctly linking the debug version of the graphics module, but the release version of the window and system modules.
Laurent Gomila - SFML developer

ARodrigues

  • Newbie
  • *
  • Posts: 6
    • MSN Messenger - andre_fgr16@hotmail.com
    • View Profile
Basic error
« Reply #22 on: October 10, 2009, 05:43:05 pm »
Hello everyone,

I already link the libs but still with this error:

1>MSVCRT.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function ___tmainCRTStartup

What should I do?

Tank

  • SFML Team
  • Hero Member
  • *****
  • Posts: 1486
    • View Profile
    • Blog
    • Email
Basic error
« Reply #23 on: October 10, 2009, 06:05:12 pm »
Link to sfml-main-d. Did you read the tutorials? :)

ARodrigues

  • Newbie
  • *
  • Posts: 6
    • MSN Messenger - andre_fgr16@hotmail.com
    • View Profile
Basic error
« Reply #24 on: October 10, 2009, 06:20:55 pm »
Gave this error in the first tutorial :?
Ups I forgot sfml-main lib :oops:

Thanks   :D

edit: but for some reason can't find sfml-window.dll  :(

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Basic error
« Reply #25 on: October 11, 2009, 02:20:09 pm »
Quote
but for some reason can't find sfml-window.dll

Is it in the same folder as the executable? Does it find other DLLs?
Laurent Gomila - SFML developer

ARodrigues

  • Newbie
  • *
  • Posts: 6
    • MSN Messenger - andre_fgr16@hotmail.com
    • View Profile
Basic error
« Reply #26 on: October 11, 2009, 02:38:00 pm »
Yes is in the same directory. It gives error with no more DLL

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Basic error
« Reply #27 on: October 11, 2009, 02:53:23 pm »
Can you upload an archive containing the executable and the DLLs?
Laurent Gomila - SFML developer

ARodrigues

  • Newbie
  • *
  • Posts: 6
    • MSN Messenger - andre_fgr16@hotmail.com
    • View Profile
Basic error
« Reply #28 on: October 11, 2009, 02:58:22 pm »
Already solved.
I have placed the wrong dll xD

Thanks for help  :lol:

 

anything