Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
ab003dbd
Commit
ab003dbd
authored
Feb 06, 2018
by
Marc Schlaich
Committed by
Jason Rhinelander
Mar 10, 2018
Browse files
Correct VS version in FAQ
parent
1ddfacba
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/faq.rst
docs/faq.rst
+2
-2
No files found.
docs/faq.rst
View file @
ab003dbd
...
@@ -228,14 +228,14 @@ In addition to decreasing binary size, ``-fvisibility=hidden`` also avoids
...
@@ -228,14 +228,14 @@ In addition to decreasing binary size, ``-fvisibility=hidden`` also avoids
potential serious issues when loading multiple modules and is required for
potential serious issues when loading multiple modules and is required for
proper pybind operation. See the previous FAQ entry for more details.
proper pybind operation. See the previous FAQ entry for more details.
Working with ancient Visual Studio 200
9
builds on Windows
Working with ancient Visual Studio 200
8
builds on Windows
=========================================================
=========================================================
The official Windows distributions of Python are compiled using truly
The official Windows distributions of Python are compiled using truly
ancient versions of Visual Studio that lack good C++11 support. Some users
ancient versions of Visual Studio that lack good C++11 support. Some users
implicitly assume that it would be impossible to load a plugin built with
implicitly assume that it would be impossible to load a plugin built with
Visual Studio 2015 into a Python distribution that was compiled using Visual
Visual Studio 2015 into a Python distribution that was compiled using Visual
Studio 200
9
. However, no such issue exists: it's perfectly legitimate to
Studio 200
8
. However, no such issue exists: it's perfectly legitimate to
interface DLLs that are built with different compilers and/or C libraries.
interface DLLs that are built with different compilers and/or C libraries.
Common gotchas to watch out for involve not ``free()``-ing memory region
Common gotchas to watch out for involve not ``free()``-ing memory region
that that were ``malloc()``-ed in another shared library, using data
that that were ``malloc()``-ed in another shared library, using data
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment