Re: [GENERAL] C-Language Function on VC2005: could not load library ERROR

2010-04-08 Thread Craig Ringer
On 9/04/2010 11:35 AM, chaoyong wang wrote: > It reports an ERROR: > could not load library "C:\Program > Files\PostgreSQL\8.3\lib/xml_index.dll": The specified module could not > be found. > > I checked the directory C:\Program Files\PostgreSQL\8.3\lib, > xml_index.dll exists. > I tried to cha

[GENERAL] C-Language Function on VC2005: could not load library ERROR

2010-04-08 Thread chaoyong wang
Hi,I'm using VC2005 to create PG C-language Fun in my contrib xml_index, which import other library, and I have add the include and lib directory by changing Mkvcbuild.pm and config.pl. But after I executed the following commands:build DEBUGperl install.pl "C:\Program F