Newsgroups: comp.parallel.pvm From: "Vincent" Subject: Re: WPVM Organization: Telefonica Transmision de Datos Date: 1 Jun 1998 10:30:18 GMT Message-ID: <01bd8d48$ce2a91e0$4f671c64@vgh> There are two sets of libraries For MS Visual C++ wlpvm.lib pvmshell.lib If you are not using resources, link these two libraries, and it should be enough. For Borland C++ Wlpvm32.lib pvmsh32.lib In order to use PASCAL FAR you have to use the C calling convention in your compiler options. Never use WINAPI. int far pascal pvm_main(). will work. No need for arguments. Where did you get version 2.01