Преглед на файлове

Added note about /Gz for OpenSSL & Windows

Sergey Lyubka преди 12 години
родител
ревизия
e58d622d5f
променени са 1 файла, в които са добавени 4 реда и са изтрити 0 реда
  1. 4 0
      UserManual.md

+ 4 - 0
UserManual.md

@@ -357,6 +357,10 @@ variable is visible in the block that follows.
   the Manual should be of help. Note: the syntax changes from time to time,
   so updating the config file might be necessary after executable update.
 
+- Embedding with OpenSSL on Windows might fail because of calling convention.
+  To force Mongoose to use `__stdcall` convention, add `/Gz` compilation
+  flag in Visual Studio compiler.
+
 # Embedding
 Embedding Mongoose is easy. Copy
 [mongoose.c](https://github.com/valenok/mongoose/blob/master/mongoose.c) and