www.digitalmars.com Home | Search | C & C++ | D | DMDScript | News Groups | index | prev | next
Archives

D Programming
D
D.gnu
digitalmars.D
digitalmars.D.bugs
digitalmars.D.dtl
digitalmars.D.dwt
digitalmars.D.announce
digitalmars.D.learn
digitalmars.D.debugger

C/C++ Programming
c++
c++.announce
c++.atl
c++.beta
c++.chat
c++.command-line
c++.dos
c++.dos.16-bits
c++.dos.32-bits
c++.idde
c++.mfc
c++.rtl
c++.stl
c++.stl.hp
c++.stl.port
c++.stl.sgi
c++.stlsoft
c++.windows
c++.windows.16-bits
c++.windows.32-bits
c++.wxwindows

digitalmars.empire
digitalmars.DMDScript

c++ - threads

↑ ↓ ← "Steve Waldo" <swaldo63 hotmail.com> writes:
Greetings,

I'm glad to see so many familiar names keeping this compiler alive! Good job
all.

I'm posting for a friend who's having difficulty getting the phone company
to fix his DSL line. He's also having difficulty with his link, which can't
resolve _threadid. Anybody know which library he's missing?

Thanks,
--Steve
Feb 19 2002
↑ ↓ "Walter" <walter digitalmars.com> writes:
There are two __ in front of threadid, and it's in \dm\lib\snn.lib

"Steve Waldo" <swaldo63 hotmail.com> wrote in message
news:a4v343$dnd$1 digitaldaemon.com...
 Greetings,

 I'm glad to see so many familiar names keeping this compiler alive! Good

 all.

 I'm posting for a friend who's having difficulty getting the phone company
 to fix his DSL line. He's also having difficulty with his link, which

 resolve _threadid. Anybody know which library he's missing?

 Thanks,
 --Steve

Feb 19 2002
↑ ↓ → Steve Waldo <steve.waldo qlogic.com> writes:
Walter wrote:

 There are two __ in front of threadid, and it's in \dm\lib\snn.lib

Many thanks! Two underscores did the trick. (Note: the documentation only shows one underscore) --Steve
Feb 20 2002