- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
Is it possible to avoid
with a compiler flag. I mean static linking? I compile a Release executable.
The compiler flags are:
/nologo /Od /intconstant /Qsave /iface:cvf /module:"Release/" /object:"Release/" /Fd"Release\vc170.pdb" /check:bounds /libs:dll /threads /c
I am confused because I think libs:dll is static linking. So the libifcoremd.dll is static
linked.
Thanks for Your explanations.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You are mistaken: /libs:dll says to link to the dynamic (DLL) libraries. You want /libs:static instead.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page