• Where can i find tmysql4 for windows
    8 replies, posted
I have looked everywhere for gmsv_tmysql4_win32.dll if you have it can you upload it for me so I can download it. Yes! I know mysqloo exist so please don't tell me anything about it Thank You!
I don't think someone fixed it - tmysql4
You can still find the module here. It works fine if you structure your queries to account for the fact they aren't run in order.
SUP has a heavily modified version: GitHub It's got some minor syntactical changes to the original module and requires manual polling. Otherwise it'll behave as you expect. Oh and it uses a single processing thread per database so unless the asio lib does funky things, queries will execute in order.
I'm trying to get it to compile in VS 2017 but not sure if I'm missing something or not. I keep getting a error "c1083 Cannot open include file: 'ctype.h': No such file or directory" I tried following the process in the github page but I can't seem to get it working. I got as far as running the BuildProjects.bat, as for the asio I'm not sure how to do the thing involving that and how to set the multi-thread thing. also when opening the .sln I tried testing to build without some of this and it says "This project out of date: tnysql4 - Release Win32" could you possibly help me with getting this to work?
Make sure your include directories got set up properly, I just did a fresh download of the Git repo and the only things I hate to change were the Windows SDK version from 8.1 to 10.x, and I guess the readme is wrong as instead of /MT it needs to be /MD under Code Generation. This is all under the latest version of VS2017 as well.
got it, was also a minor error on my part with the asio folder aswell when compiling. I had it in /asio/ rather then /asio/asio/
some way to send here gmsv_tmysql4_linux.dll (4.1) ? I can't compile that on my ubuntu machine with lboost_system not found error..
New problem xD I can't require this..
Sorry, you need to Log In to post a reply to this thread.