Goodbye Ragezone. You won't be missed.
You can find my improved guide on another (much faster) platform.
Goodbye Ragezone. You won't be missed.
You can find my improved guide on another (much faster) platform.
Last edited by Groxy101; 4 Days Ago at 07:05 AM. Reason: Bye
Great guide, thanks for your contribution!
I'm sure this will help quite a bit of people.![]()
What a great guide and Great job !
Thank you :)
a well made guide! thank you!
Awesome guide, thank you! Anxiously waiting for the final piece.![]()
@Ketchup thanks bro
what directive do we install for windows 10 pro?
@Ketchup thanks
Hi
i opened all.sln in VS but everytime i try to rebuild in batch build i get all failed and errors with afxwin.h and some like these , do you have a solution ?
yeah i did it thank you ,
Last edited by Stromacube; 24-02-21 at 10:32 AM.
I keep getting this error while trying to build the solutions. Can someone please help?
Severity Code Description Project File Line Suppression StateError C1083 Cannot open include file: 'afxwin.h':
I tried to right click all and hit build but i get the same error.
Thank you for the quick response. As soon as I double check this I will edit this post with the results.
Edit: This did in-fact fix the issue. Thank you so much once again for being awesome!
- - - Updated - - -
Is there a way to have my friends create accounts? or is this something I can do for them?
If there is an existing tutorial on this a link would be helpful as well. Thank you for any info you can provide.
Last edited by Bombsy; 13-03-21 at 02:18 AM.
I have just answered your help thread and didn't realize you asked here as well lol.
However for those who need this you can refer to this: http://forum.ragezone.com/f457/vs19-...4/#post9048114
Hey! Decided I wanted to mess around with this a bit and give it a try so I've been going through it step by step. Everything seems like it's gone perfectly fine, but when I get to 2.5.25 I'm faced with an error I can't seem to get past. Every time I try to select the database I simply get this error.
I'm still fairly new to all of this, but I'm looking to learn. I couldn't find anything elsewhere on how to fix this so I opted to reply to this thread instead. Hoping to get it resolved, but if not I'll try moving onto something a bit more suited for me haha.Code:Connection failed: SQLState: '08001' SQL Server Error: -1 [Microsoft][SQL Server Native Client 11.0]SQL Server Network Interfaces: Error Locating Server/Instance Specified [xFFFFFFFF]. Connection failed: SQLState: 'HYT00' SQL Server Error: 0 [Microsoft][SQL Server Native Client 11.0]Login timeout expired
I redid everything on my laptop and got past the ODBC stage with no issues, might have had something to do with the fact that not everything was on the C: drive as I didn't have a lot of space left.
Now though I get stuck when opening VS19, when getting ready to compile source at 4, everything on the side bar has failed to load, and attempting to reload it simply gives me this error on all of them (Showing AccountServer as an example)
Edited because I got it working, I was just being ignorant. Thanks a lot for the guide, gonna be enjoying this for a while!Code:C:\K18\Source\Source\AccountServer\AccountServer.vcxproj : error : Error HRESULT E_FAIL has been returned from a call to a COM component.
Last edited by setcast; 01-04-21 at 01:45 PM.
Server Verification Error.
Help please.
- - - Updated - - -
Server Verification Error.
Help please
*AccountServer*
AddTail( -1, 1, "Ketchup V18 (VS19)", "127.0.0.1", 0, 1, 1000 );
AddTail( 1, 1, "Channel-1", "127.0.0.1", 1, 1, 1000 );
DSN_NAME_LOGIN "login"
DB_ADMIN_ID_LOGIN "sa"
DB_PWD_LOGIN "09213524123"
DSN_NAME_LOG "log01"
DB_ADMIN_ID_LOG "sa"
DB_PWD_LOG "09213524123"
MSG_VER "20100412"
TEST
SKIP_TRACKING
NOLOG
*loginserver*
DB "127.0.0.1" //
DB-ip-addressCore "127.0.0.1" //
Core-ip-address
AddCache("127.0.0.1");MSG_VER "20100412" // must match Neuz.exe, if not set default = "20100412"
#define NEUZ_TITLE "Ketchup V18 (VS19)"
#define NEUZ_IPSET "127.0.0.1"
#define NEUZ_CPORT "5400"
#define NEUZ_BHASH "sunkist"#define NEUZ_PHASH "kikugalanet"
#define NEUZ_MSGVR "20100412"