T.R | Title | User | Personal Name | Date | Lines |
---|
251.1 | | CAMINO::VINELEAF | | Fri Feb 14 1997 09:18 | 5 |
|
>Is there any necessity to specify this option during compiling applications ?
It's a good idea. These switches are required by pthreads (see their docs
for more info).
|
251.2 | Thanks | TKOV60::SHINDO | Y.Shindo/EJ3 PSC/Tokyo/Japan/8-699-4652 | Mon Feb 17 1997 04:15 | 9 |
|
Ken,
>It's a good idea. These switches are required by pthreads (see their docs
>for more info).
Thanks. I found the info about this in VC++ Info Viewer.
Yoshizumi
|
251.3 | "/MD" switch | TKOV60::OKAMURA | H.Okamura PS4-2/EJD3/NSIS, Japan | Wed Apr 16 1997 04:42 | 11 |
| >Do we need to specify '-D_MT -D_DLL' command line options for 'cl' command to
>compile c sources of processing procedure ?
The most simple way is specifying the "/MD" switch as compiler option.
This switch defines both "_MT" and "_DLL" macros and links MSVCRT.LIB
library properly.
Unless specifying this option, user may specify the proper library by hand.
Hiroaki
|