• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

sql dll confusion from source code,who can help ?

Newbie Spellweaver
Joined
Aug 2, 2023
Messages
21
Reaction score
4
I checked different version of pt source code, pt server need to load clan.dll and database.dll to connect database in dllserver.cpp, the first quesion is when I debug the code, LoadLibrary failed, no idea why, the second is the exported function in dll are not match with the code ,some of function can be found in dll,is that fine ?
 
Newbie Spellweaver
Joined
Nov 27, 2021
Messages
13
Reaction score
3
In theory, you have the source code, you can see and modify every database command, you don't need to follow functions in two DLLs, and, it's normal to drop some functions during general version iterations
 
Upvote 0
Newbie Spellweaver
Joined
Aug 2, 2023
Messages
21
Reaction score
4
In theory, you have the source code, you can see and modify every database command, you don't need to follow functions in two DLLs, and, it's normal to drop some functions during general version iterations
Yeah,as you said,I can rewrite the functions, but the functions are related to the database,some are easy to understand, while others are not. The meaning of the database fields is not clear too. The interface after rewriting will become unstable.
I'm just curious how the people who posted the source code make it works

I have figured out , two dlls depend on mfc70.dll and msvcr70.dll,copy them to same directory.
 
Last edited:
Upvote 0
Back
Top