T.R | Title | User | Personal Name | Date | Lines |
---|
493.1 | /GT in V5.0 | GEMEVN::GROVE | | Thu Apr 10 1997 06:53 | 4 |
| We do support /GT in VC++ V5.0. I'm not sure if the support made it
into the V4.2 compiler.
/Rich Grove
|
493.2 | Try -GT0 as a workaround | DECWET::sdtwst.zso.dec.com::hutchinson | Eliminating the need for cleverness | Fri Apr 11 1997 12:49 | 10 |
| The switch is wired to the GEM_FECTL_K_WNT_FIBER_TLS, but it was done
with -GT expecting an argument. That's been changed for the SP1
compiler.
A workaround would be to use -GT 0 (or -GT0); the 0 should be ignored
by the backend.
Thanks,
Phil
|
493.3 | /GT 0 or /GT 0 does not work | MIPSBX::"[email protected]" | [email protected] | Mon Apr 14 1997 17:33 | 13 |
| Hello !
I have tried both the switches /GT 0 or /GT0 switch. Both the switches does
not work.
My compiler is 11.01.7057 Version.
Any suggestion would be helpful.
Thanx Regards
Rajan Bhatt
[Posted by WWW Notes gateway]
|
493.4 | | DECWET::sdtwst.zso.dec.com::hutchinson | Eliminating the need for cleverness | Tue Apr 15 1997 15:09 | 3 |
| Sorry; make that -d2"GT0" or -d2"GT 0". One of those should work.
Phil
|
493.5 | fibers only in 5.0 for Alpha | GEMEVN::GROVE | | Thu Apr 17 1997 15:31 | 6 |
| re: .0, .1
Support for fibers and TLS is *not* in V4.2 or any V4.x version of VC++.
You must use the V5.0 compiler on Alpha to use fibers.
/Rich
|