From: Daniel S Eisner <eisner@cse.buffalo.edu>
Newsgroups: comp.parallel.pvm
Subject: Re: PVM on Win32 problem
Date: Tue, 13 Apr 1999 11:25:02 -0400
Organization: University at Buffalo
Message-Id: <Pine.GSO.3.96.990413112433.16873A-100000@yeager.cse.Buffalo.EDU>
References: <7dtm5e$al8$1@news6.jaring.my>
    <Pine.GSO.3.96.990412223540.29348A-100000@armstrong.cse.Buffalo.EDU>
    <Pine.GSO.3.96.990412234335.4112A-100000@armstrong.cse.Buffalo.EDU>
    <371302EC.D4696C61@sap-ag.de>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
NNTP-Posting-User: eisner
In-Reply-To: <371302EC.D4696C61@sap-ag.de>
Originator: eisner@yeager.cse.Buffalo.EDU
Xref: ukc comp.parallel.pvm:8246


Thanks, that seems to have fixed it!

-Dan

> > -Dan
> > 
> I had similar problems with older versions of pvm.
> I think the main problem is MFC support. If you disable MFC (Not Using
> MFC in settings/General) you should be able to compile if you link
> against:
> libpvm3.lib wsock32.lib kernel32.lib libc.lib gdi32.lib winspool.lib
> comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib
> oldnames.lib
> and activate 'Ignore all default libraries' in Settings/Link.

