Author Topic: MinGW help pls  (Read 4356 times)

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
MinGW help pls
« on: March 13, 2007, 06:47:21 PM »
Hi there!, im having a problem with a compilation of my FBA Extras, ...



...i searched the web but i had no luck finding a solution, maybe its something simple but, for now I dont know how to fix it...

what I know is that this is probably the code I have to change someway...

Quote

typedef std::basic_string<TCHAR> tstring;


i used this too but it gives me the same error...

Quote

typedef std::basic_string<wchar_t, std::char_traits<wchar_t>,std::allocator<wchar_t> > tstring;


EDIT* - Forgot to say that this error does'nt happen with VC++ Toolkit compilation
 
Any help or reference would be appreciated ThanX in advance  :smilie:

SeeYaa!
 :biggrin:
« Last Edit: March 13, 2007, 06:51:39 PM by CaptainCPS-X »

Offline CaptainCPS

  • FBNeo Dev
  • ******
  • Posts: 1513
  • Karma: +127/-0
  • FB Alpha Team
    • CaptainCPS's Home
Re: MinGW help pls
« Reply #1 on: March 14, 2007, 11:00:26 PM »
Well, I did a research and it seems like i need to link some STL library,... but I dont know really...

can somebody point me to some lib's that may fix the prob?...

SeeYaa!
 :smilie: