About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: Convert string to char*
Post: RE: Convert string to char*

same result using Code: std::string pass=(Str8)(password)(); std::string res=md5(pass); (Str8)password()=&res; md5 algorithm is from here: http://www.zedwood.com/article/121/cpp-md5-function S...
trouble Support 24 18,613 02-06-2012, 10:33 PM
  Thread: Convert string to char*
Post: RE: Convert string to char*

no not really, I got it like this now. Everything compiles Code: std::string pass=(Str8)(password)(); (Str8)password()=&md5(pass); when I do that, operator= fails and password is beeing input on...
trouble Support 24 18,613 02-06-2012, 10:19 PM
  Thread: Convert string to char*
Post: RE: Convert string to char*

yes, my current Str was converted to Str8 by string mystring; mystring=(Str8)test; but now nothing seems to work ( cant do the opposite ). I m trying to do: test=mystring; I need to convert mystring...
trouble Support 24 18,613 02-06-2012, 03:43 PM
  Thread: Convert string to char*
Post: RE: Convert string to char*

I think I don't understand this correctly. What I did was saving Str type in to string type. I having problems with doing the opposite. Str test = (CChar8*)mystring or Str test = (char*)mystring do...
trouble Support 24 18,613 02-06-2012, 01:56 AM
  Thread: connectMySQL
Post: RE: connectMySQL

autoupdate of the engine solved problem :) my bad..
trouble Network 1 3,276 02-04-2012, 03:11 PM
  Thread: Global Server Connection
Post: RE: Global Server Connection

maybe your ISP is using strange politics with global IP ( like using their own structure for a number of clients and one global IP ). Try to contact them and ask for port forwarding to your local IP (...
trouble Network 11 11,466 02-01-2012, 07:33 PM
  Thread: Global Server Connection
Post: RE: Global Server Connection

sorry, didn't read your whole post. My bad.
trouble Network 11 11,466 01-31-2012, 10:22 PM
  Thread: Global Server Connection
Post: RE: Global Server Connection

also make sure you have propper port forwarding settings, if you are behind NAT
trouble Network 11 11,466 01-31-2012, 09:41 PM
  Thread: connectMySQL
Post: connectMySQL

Hello, I am having problems with following command: connectMySQL(server, "db", "login", "pass", &querys) I tried config OBDC settings ( test was successful ), hovewer client cannot connect usin...
trouble Network 1 3,276 01-31-2012, 08:12 PM