Posts by Thiago Furtado • 1 point
2 posts
-
-1
votes1
answer26
viewsQ: How to make an SQL Server table read UTF8 text correctly
I have a query in which I need to do the column Name read UTF8 codes. Here’s the code here: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO SET ANSI_PADDING ON GO CREATE TABLE [dbo].[MonsterList](…
sql-serverasked Thiago Furtado 1 -
0
votes0
answers38
viewsQ: Antidebug C++ Debug Error Visual Studio
I am adding an Antidebug project to my game, the project itself is already functional, but the part of the code that detects ollydbg for example, is giving me an error after I compile the new…