[DiscordArchive] what is a code tag?
[DiscordArchive] what is a code tag?
Archived author: fellermans • Posted: 2023-07-21T22:21:03.244000+00:00
Original source
what is a code tag?
Archived author: fellermans • Posted: 2023-07-21T22:34:06.090000+00:00
Original source
google only shows html stuff XD
Archived author: Honey • Posted: 2023-07-21T22:40:57.134000+00:00
Original source
On discord there are single backticks ` for short blocks, e.g. variables. Looks like this: `variable`
or triple backticks, potentially followed by a language to use for highlighting.
Archived author: Honey • Posted: 2023-07-21T22:42:45.759000+00:00
Original source
try
´´´sql
SELECT * FROM characters WHERE guid = 1;
´´´
but use backticks ` instead of ´
Archived author: じぇん’あり スカイウォーカー • Posted: 2023-07-21T22:48:55.382000+00:00
Original source
i fixed one of them by add the #include <optional> and changing the version of c++ to use c++ 17
Archived author: じぇん’あり スカイウォーカー • Posted: 2023-07-21T22:49:02.726000+00:00
Original source
but i still have 3 errors
Archived author: じぇん’あり スカイウォーカー • Posted: 2023-07-21T22:52:38.067000+00:00
Original source
Done building project "common.vcxproj" -- FAILED.
LINK : fatal error LNK1181: cannot open input file '..\..\common\RelWithDebInfo\common.lib'
Done building project "authserver.vcxproj" -- FAILED.
11>C:\AzerothCore\src\common\Threading\ProcessPriority.cpp(47,17): error C3861: 'LOG_ERROR': identifier not found
11>C:\AzerothCore\src\common\Threading\ProcessPriority.cpp(51,17): error C3861: 'LOG_INFO': identifier not found
11>C:\AzerothCore\src\common\Threading\ProcessPriority.cpp(55,17): error C3861: 'LOG_ERROR': identifier not found
11>C:\AzerothCore\src\common\Threading\ProcessPriority.cpp(64,13): error C3861: 'LOG_INFO': identifier not found
11>C:\AzerothCore\src\common\Threading\ProcessPriority.cpp(68,13): error C3861: 'LOG_ERROR': identifier not found