LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 11-27-2006, 04:36 PM   #1
Kittie Rose
LQ Newbie
 
Registered: Nov 2006
Distribution: Ubuntu: Edgy Eft
Posts: 25

Rep: Reputation: 15
Where to download Microsoft Foundation Classes?


I can't find them online at all, but I need them to get some stuff working in WINE.
 
Old 11-27-2006, 08:06 PM   #2
truthfatal
Member
 
Registered: Mar 2005
Location: Winnipeg, MB
Distribution: Raspbian, Debian, Slackware, OS X
Posts: 443
Blog Entries: 9

Rep: Reputation: 32
http://msdn2.microsoft.com/en-us/vstudio/aa700832.aspx
or
http://support.microsoft.com/kb/290887

That what you're looking for?
I can't think of anything with the Microsoft name attached that's freely available for download....

The VisualStudio and VisualBasic stuff is what most of my googling pointed me to... but that may be a result of my lack of knowledge regarding Microsoft Products.

Last edited by truthfatal; 11-27-2006 at 08:09 PM.
 
Old 11-27-2006, 10:19 PM   #3
tibberous
Member
 
Registered: Oct 2004
Posts: 56

Rep: Reputation: 15
I believe MFC is part of Microsoft's C++ compiler. The libraries are not free to download, and if you downloaded them I think you would need to port them to get them to work with anything.


What are you trying to get to work?
 
Old 11-28-2006, 08:31 AM   #4
Kittie Rose
LQ Newbie
 
Registered: Nov 2006
Distribution: Ubuntu: Edgy Eft
Posts: 25

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by tibberous
I believe MFC is part of Microsoft's C++ compiler. The libraries are not free to download, and if you downloaded them I think you would need to port them to get them to work with anything.


What are you trying to get to work?
Paint Shop Pro 7.

Here is the error message:

drael@Teletraan8:/media/Win-C/program files/jasc software inc/paint shop pro 7$ wine psp
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JCMYK.dll") failed (error c0000020).
err:module:import_dll Library MSVCIRT.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JCMYK.dll") not found
err:module:import_dll Library JCMYK.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\jbrwsutil.dll") failed (error c0000020).
err:module:import_dll Library jbrwsutil.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\jbrwsutil.dll") failed (error c0000020).
err:module:import_dll Library jbrwsutil.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\jbrws.dll") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\jbrws.dll") failed (error c0000020).
err:module:import_dll Library jbrws.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JControls.dll") failed (error c0000020).
err:module:import_dll Library JControls.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JControls.dll") failed (error c0000020).
err:module:import_dll Library JControls.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JWebTools.dll") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\jbrwsutil.dll") failed (error c0000020).
err:module:import_dll Library jbrwsutil.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JWebTools.dll") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\JWebTools.dll") failed (error c0000020).
err:module:import_dll Library JWebTools.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") not found
err:module:import_dll Loading library MFC42.DLL (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") failed (error c0000020).
err:module:import_dll Library MSVCIRT.dll (which is needed by L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe") not found
err:module:LdrInitializeThunk Main exe initialization for L"E:\\Program Files\\Jasc Software Inc\\Paint Shop Pro 7\\psp.exe" failed, status c0000135
drael@Teletraan8:/media/Win-C/program files/jasc software inc/paint shop pro 7$


As you can see, I need the MFC42.DLL and MSVCIRT.dll but I bet there are dependancies...

How do I put stuff into my WINE directory I download..?

Last edited by Kittie Rose; 11-28-2006 at 08:42 AM.
 
Old 11-28-2006, 08:48 AM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
According to frankscorner.org, there are only 3 simple steps:

http://www.frankscorner.org/index.php?p=paintshoppro7

"In order to run Psp you must set msvcrt.dll to 'native' for psp.exe in 'winecfg'."
 
Old 11-28-2006, 09:18 AM   #6
Kittie Rose
LQ Newbie
 
Registered: Nov 2006
Distribution: Ubuntu: Edgy Eft
Posts: 25

Original Poster
Rep: Reputation: 15
Er.. how do I do that?
 
Old 12-01-2006, 11:45 AM   #7
Kittie Rose
LQ Newbie
 
Registered: Nov 2006
Distribution: Ubuntu: Edgy Eft
Posts: 25

Original Poster
Rep: Reputation: 15
Hey, this didn't work at all... still get error messages :?
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
What's in the foundation of it all??? Southpaw76 Linux - General 5 08-27-2006 03:14 PM
LXer: Free Software Foundation berates apathy over Microsoft antitrust case LXer Syndicated Linux News 0 02-23-2006 04:01 PM
LXer: Microsoft fines 'too low': Free Software Foundation LXer Syndicated Linux News 0 12-29-2005 09:16 AM
OOP (PHP) classes and extended classes ldp Programming 3 03-05-2005 11:45 AM
FreeBSD Foundation jfranks214 *BSD 3 12-23-2004 10:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 05:14 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration