I'm a C# guy trying to compile a C++ application supplied by a 3rd party. The solution seems to be missing, what I was told were, microsoft libraries. I'm not sure where I can find these files?
I am using VS 2003 for this project. (yes I know it's almost 2009 but I don't have a choice in this matter)
Can someone help..?
Here are the LIB/DLL files I need.
MSLUMFC71U.LIB
MSLUMFC71SU.LIB
MSLUCRTP71.LIB
mslucrt71.lib
Thanks!
-
-
Oh boy, building applications for Win9x in 2008

Those are custom built libraries, to my knowledge they're not available anywhere for download. They're Unicode versions of MFC and CRT Visual C++ libraries that are made to work on Win9x (Win9x doesn't support Unicode) by using a library called MSLU (Microsoft Layer for Unicode).
You can find instructions on how to build them here and here but it's not going to be very easy.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.