Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: add outdated notice

...

...

...

...


Warning

This guide is not updated for recent versions of TrinityCore that use C++11.


Table of Contents

Introduction

...

Panel
titleInside MSYS shell please do:

cd /to/your/mysql/install/directory

cd lib/opt

reimp.exe -d libmysql.lib
dlltool.exe -k -d libmysql.def -l libmysql.a


Note
titleNote

If your mingw installation does not provide reimp or dlltool, you need to download them, for example from here.

...