Jump to content
Geochemist's Workbench Support Forum

MauriceS

Members
  • Posts

    3
  • Joined

  • Last visited

MauriceS's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, I also tried this using the fortran90 compiler. I downloaded a demo copy of the Intel Visual fortran compiler and compiled up the example1 and example 2. These worked fine. SO, it appears to be a problem with the PERL wrapper... I think. Maurice
  2. Hi Dan, I have installed the 32 bit version of GWB (9.0.8) onto my system and removed the 64 bit version. I have run the example program and it begins to run the PERL script now until it gets to the initialize function. Then the entire PERL program crashes. This occurs when program points to the explicit location or the relative path for the GWBplugin. Comments appreciated? Maurice
  3. HI, I am trying to get the GWBplugin's working with Perl. I have installed GWB 9.0.8 on my Windows 7 system. I have ActivePerl 5.16.3 (MSWin-32-x86 bit version), added in the path command to point to GWB (c:\Program Files\Gwb) and have the Win32-API installed. I have changed the example 1 perl script to point explicitly to the location of the GWBplugin.pm: use lib '/program files/gwb/src'; When I run the example1 Perl script, I get the following message: C:\Users\maurice_Mac_PC\Desktop\PERL Script\test>perl GWBplugin_Perl_example1.pl %1 is not a valid Win32 application. at c:/program files/gwb/src/GWBplugin.pm line 10. Compilation failed in require at GWBplugin_Perl_example1.pl line 10. BEGIN failed--compilation aborted at GWBplugin_Perl_example1.pl line 10. Suggestions are welcome... Thanks, Maurice
×
×
  • Create New...