Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

...


There are a few DLLs that needs to be manually added to this folder, and you need to copy them over from the following installation/bin directories: 

...

libmysql.dll

...

-->

...

C:\Program

...

Files\MySQL\MySQL

...

Server

...

5.x\lib\

libeay32.dll

...


ssleay32.dll

...

  → C:\OpenSSL-Win64\

...

or

...

C:\OpenSSL-Win32\

...

(depends

...

on

...

if

...

your

...

core

...

is

...

64-bit

...

or

...

32-bit)

Since OpenSSL 1.1.0, names of DLL have changed :

libssl-1_1.dll
libcrypto-1_1.dll → C:\OpenSSL-Win32\

libssl64-1_1.dll
libcryptox64-1_1.dll → C:\OpenSSL-Win64\


Info
titleNOTICE

pdb files only exist if you compile on Debug or RelWithDebInfo modes, it's not mandatory but it's recommended to compile core on at least RelWithDebInfo mode to get proper crashlogs. If you compile on Release mode the pdb files aren't needed.

To report crash logs it's MANDATORY to compile on Debug or RelWithDebInfo mode.

...