Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
git-svn-demo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
raila
git-svn-demo
Commits
e3ded2c2
Commit
e3ded2c2
authored
16 years ago
by
raila
Browse files
Options
Downloads
Patches
Plain Diff
Update MSVC installation instructions for static linking change.
parent
3bcd90ba
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vsprojects/readme.txt
+6
-7
6 additions, 7 deletions
vsprojects/readme.txt
with
6 additions
and
7 deletions
vsprojects/readme.txt
+
6
−
7
View file @
e3ded2c2
...
...
@@ -14,15 +14,14 @@ Compiling and Installing
"include" directory (under the top-level package directory).
6) Copy the contents of the include directory to wherever you want to put
headers.
7) Copy protoc.exe and the two DLLs (libprotobuf and libprotoc) wherever you
put build tools.
8) Copy libprotobuf.{lib,dll} and libprotoc.{lib,dll} wherever you put
libraries.
7) Copy protoc.exe wherever you put build tools (probably somewhere in your
PATH).
8) Copy libprotobuf.lib and libprotoc.lib wherever you put libraries.
* To avoid conflicts between the MSVC debug and release runtime libraries, when
compiling a debug build of your application, you m
ust
link against a
debug
build of libprotobuf.
dll
. Similarly, release builds
must
link against
release
DLL
s.
compiling a debug build of your application, you m
ay need to
link against a
debug
build of libprotobuf.
lib
. Similarly, release builds
should
link against
release
lib
s.
DLLs vs. static linking
=======================
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment