Welcome!

Final Burn Neo => FBN Development => Topic started by: CaptainCPS on March 13, 2007, 06:47:21 PM

Title: MinGW help pls
Post by: CaptainCPS on March 13, 2007, 06:47:21 PM
Hi there!, im having a problem with a compilation of my FBA Extras, ...

(http://fightercore.freepgs.com/files/fba_ex_gui_R14_MINGW_traits_error.jpg)

...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:
Title: Re: MinGW help pls
Post by: CaptainCPS 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: