|
Archives
D Programming
DD.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?
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
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... Jul 25 2003
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...
Jul 26 2003
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... Jul 26 2003
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... Jul 27 2003
Those Nic and Walter. I can't believe my linux-mindset didn't even think Jul 27 2003
They're in the DOS libraries. "Greg Peet" <admin gregpeet.com> wrote in message news:bfsblh$14or$1 digitaldaemon.com... Jul 25 2003
|