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++ - What lib do I like against for msmouse.h?

↑ ↓ ← "Greg Peet" <admin gregpeet.com> writes:
Howdy,
    The subject says it all fellow martians. I have been bored and testing
out some of the various routines/functions provided. Can't find the lib to
link this fella against though. Thanks lots in advance =) *tips hat*

-- 
Regards,
Gregory Peet

Fellow Digital Martian
STLSoft FAQ: http://stlsoft.gregpeet.com
Jul 25 2003
"Nic Tiger" <tiger7 progtech.ru> writes:
I know that at least these routines are included to sdx.lib.
So it is almost clear, that they are not avalable in Win32 libs.
Maybe they also present in sdl.lib and others.
They are present in Win16 libs (sw*.lib)

Nic Tiger.

"Greg Peet" <admin gregpeet.com> wrote in message
news:bfsblh$14or$1 digitaldaemon.com...
 Howdy,
     The subject says it all fellow martians. I have been bored and testing
 out some of the various routines/functions provided. Can't find the lib to
 link this fella against though. Thanks lots in advance =) *tips hat*

 --
 Regards,
 Gregory Peet

 Fellow Digital Martian
 STLSoft FAQ: http://stlsoft.gregpeet.com

Jul 25 2003
↑ ↓ "Walter" <walter digitalmars.com> writes:
The easy way to find out where they are is:

    grep msm_ \dm\lib\*.lib

works a treat!

"Nic Tiger" <tiger7 progtech.ru> wrote in message
news:bft79f$1s22$1 digitaldaemon.com...
 I know that at least these routines are included to sdx.lib.
 So it is almost clear, that they are not avalable in Win32 libs.
 Maybe they also present in sdl.lib and others.
 They are present in Win16 libs (sw*.lib)

 Nic Tiger.

 "Greg Peet" <admin gregpeet.com> wrote in message
 news:bfsblh$14or$1 digitaldaemon.com...
 Howdy,
     The subject says it all fellow martians. I have been bored and


 out some of the various routines/functions provided. Can't find the lib


 link this fella against though. Thanks lots in advance =) *tips hat*

 --
 Regards,
 Gregory Peet

 Fellow Digital Martian
 STLSoft FAQ: http://stlsoft.gregpeet.com


Jul 26 2003
→ "Nic Tiger" <tiger7 progtech.ru> writes:
I do Alt-F7 in Far.  But I did it after i wrote first lines...

"Walter" <walter digitalmars.com> wrote in message
news:bfubsg$5bp$2 digitaldaemon.com...
 The easy way to find out where they are is:

     grep msm_ \dm\lib\*.lib

 works a treat!

 "Nic Tiger" <tiger7 progtech.ru> wrote in message
 news:bft79f$1s22$1 digitaldaemon.com...
 I know that at least these routines are included to sdx.lib.
 So it is almost clear, that they are not avalable in Win32 libs.
 Maybe they also present in sdl.lib and others.
 They are present in Win16 libs (sw*.lib)

 Nic Tiger.

 "Greg Peet" <admin gregpeet.com> wrote in message
 news:bfsblh$14or$1 digitaldaemon.com...
 Howdy,
     The subject says it all fellow martians. I have been bored and


 out some of the various routines/functions provided. Can't find the



 to
 link this fella against though. Thanks lots in advance =) *tips hat*

 --
 Regards,
 Gregory Peet

 Fellow Digital Martian
 STLSoft FAQ: http://stlsoft.gregpeet.com



Jul 26 2003
"Greg Peet" <admin gregpeet.com> writes:
Those Nic and Walter. I can't believe my linux-mindset didn't even think of
grep'ing the libs lol. Thanks for the names too Nic.


"Walter" <walter digitalmars.com> wrote in message
news:bfubsg$5bp$2 digitaldaemon.com...
 The easy way to find out where they are is:

     grep msm_ \dm\lib\*.lib

 works a treat!

 "Nic Tiger" <tiger7 progtech.ru> wrote in message
 news:bft79f$1s22$1 digitaldaemon.com...
 I know that at least these routines are included to sdx.lib.
 So it is almost clear, that they are not avalable in Win32 libs.
 Maybe they also present in sdl.lib and others.
 They are present in Win16 libs (sw*.lib)

 Nic Tiger.

 "Greg Peet" <admin gregpeet.com> wrote in message
 news:bfsblh$14or$1 digitaldaemon.com...
 Howdy,
     The subject says it all fellow martians. I have been bored and


 out some of the various routines/functions provided. Can't find the



 to
 link this fella against though. Thanks lots in advance =) *tips hat*

 --
 Regards,
 Gregory Peet

 Fellow Digital Martian
 STLSoft FAQ: http://stlsoft.gregpeet.com



Jul 27 2003
↑ ↓ → "Greg Peet" <admin gregpeet.com> writes:
 Those Nic and Walter. I can't believe my linux-mindset didn't even think

 grep'ing the libs lol. Thanks for the names too Nic.

in its grammar checking!
Jul 27 2003
→ "Walter" <walter digitalmars.com> writes:
They're in the DOS libraries.

"Greg Peet" <admin gregpeet.com> wrote in message
news:bfsblh$14or$1 digitaldaemon.com...
 Howdy,
     The subject says it all fellow martians. I have been bored and testing
 out some of the various routines/functions provided. Can't find the lib to
 link this fella against though. Thanks lots in advance =) *tips hat*

 --
 Regards,
 Gregory Peet

 Fellow Digital Martian
 STLSoft FAQ: http://stlsoft.gregpeet.com

Jul 25 2003