[gdal-dev] Re: Swig-problem, possibly

2010-07-21 Thread Tomas R
Yes, you are correct... An investigation led me to the same conclusion. I guess most of the users of previous version of my plugin, which was compiled with VSE2008, had the correct libraries installed. Same problem was seen even with that version but not so often as now. Thanks, always nice

Re: [gdal-dev] Re: Swig-problem, possibly

2010-07-21 Thread Jürgen E . Fischer
Hi Tomas, On Wed, 21. Jul 2010 at 12:50:31 +0200, Tomas R wrote: > is that really as it should be? Should really the result depend on files > from the environment it was compiled in? Must I go back to VSE2008 and > recompile Gdal to make it work on all machines or is there a setting > somewh

[gdal-dev] Re: Swig-problem, possibly

2010-07-21 Thread Tomas R
It seem like, after a friend checked the wrap-files with Dependency Walker, that there are references to msvcr100.dll and msvp100.dll which, as far as I know, are runtime files from Visual Studio 2010. is that really as it should be? Should really the result depend on files from the environment