Jump to content

Jira

Premium
  • Posts

    191
  • Joined

  • Days Won

    2
  • Feedback

    0%

Community Answers

  1. Jira's post in clang warning was marked as the answer   
    just add -Wno-invalid-source-encoding
    ex) 
    CFLAGS = -m32 -g -Wall -O2 -pipe -fexceptions -std=c++17 -fno-strict-aliasing -pthread -D_THREAD_SAFE -DNDEBUG -Wno-invalid-source-encoding  
  2. Jira's post in problem with cryptopp was marked as the answer   
    you must to build and link your libcryptopp with '-m32' compile option if you build a application with target x86 on freebsd amd64...
    what i mean ? https://www.geeksforgeeks.org/compile-32-bit-program-64-bit-gcc-c-c/
  3. Jira's post in ACMD(do_user) can't work was marked as the answer   
    move the function up https://metin2.download/picture/B1i76q3j1JK8S2ARDTw9o9EienOIV4Ps/.png
  4. Jira's post in Quest strange string was marked as the answer   
    https://metin2.download/picture/6z919FjtzZP3mi2SXo63dytmI3uMhlyI/.png questnpc.cpp
  5. Jira's post in Runtime error after editing localeinfo was marked as the answer   
    try with
    Korean -> Windows 949
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.