[Archive] Trinity 3.3.5a Compiling Error.
[Archive] Trinity 3.3.5a Compiling Error.
Archived author: Nickyzxo36 • Posted: 2025-11-04T18:16:08.922358
Original source
Hi there, so when I go to build the server in VS2012, at the end of the build I get 100errors, I was wondering if anyone could help workout what the issue is, thanks.
(Error list) - http://i.imgur.com/jK8rZpU.png (1), http://i.imgur.com/nfFzjC8.png (2), http://i.imgur.com/5he0CP0.png (3), http://i.imgur.com/cRpL9Q9.png (4)
If anyone has any idea how I can fix these errors it would be greatly appreciated, thanks.
(If there's any other information I need to post, just request)
Archived author: Nickyzxo36 • Posted: 2025-11-04T18:16:08.922358
Original source
You're experiencing linker errors which is basically your compiler being unable to find required functions or libraries (while the compiling process itself may have been fine). First I would try to "Clean Solution" and then "Build Solution" after having restarted Visual Studio, and if that doesn't work I'd be checking if I miss dependencies provided by, in your case, Trinity, in order to compile (to me it looks like MySQL is not found by CMake, or missing lib dll in your system32).
It could be that you are running a x86 version of MySQL while trying to compile in x64 mode, or the other way around.
Archived author: Nickyzxo36 • Posted: 2025-11-04T18:16:08.922358
Original source
Thank you Tchniq, I'll let you know if I fix the issue thanks for the quick response
- When I clean solution it looks fine http://i.imgur.com/KAXXNxE.png
Quote:Nickyzxo36 said:After you have cleaned your solution you will still have to build it however, so it may not be fine still. What the cleaning process does in short is that it will remove the build files from the previous build which [potentially] can be in the way of compiling properly if there's been some sort of update (and it's good practice to always clean your solution before building again).
Thank you Tchniq, I'll let you know if I fix the issue thanks for the quick response- When I clean solution it looks fine http://i.imgur.com/KAXXNxE.png
Click to expand...
Archived author: Nickyzxo36 • Posted: 2025-11-04T18:16:08.922358
Original source
Quote:Nickyzxo36 said:After you have cleaned your solution you will still have to build it however, so it may not be fine still. What the cleaning process does in short is that it will remove the build files from the previous build which [potentially] can be in the way of compiling properly if there's been some sort of update (and it's good practice to always clean your solution before building again).
Thank you Tchniq, I'll let you know if I fix the issue thanks for the quick response- When I clean solution it looks fine http://i.imgur.com/KAXXNxE.png
Click to expand...
Archived author: Nickyzxo36 • Posted: 2025-11-04T18:16:08.922358
Original source
------- Solved. -------
Quote:Nickyzxo36 said:I'm glad to know your problem has been solved!
------- Solved. -------
Click to expand...
Archived author: Nickyzxo36 • Posted: 2025-11-04T18:16:08.922358
Original source
Quote:Nickyzxo36 said:I'm glad to know your problem has been solved!
------- Solved. -------
Click to expand...