---
** [patches:#544] wrong default search path on W32**
**Status:** open **Group:** bugfix **Labels:** w32 search paths **Created:** Wed Apr 29, 2015 01:55 PM UTC by IOhannes m zmölnig **Last Updated:** Wed Apr 29, 2015 01:55 PM UTC **Owner:** Miller Puckette
on W32, Pd uses some default search-paths (outside of the Pd-dir), where users can install libraries,... either globally or per-user. the details are explained [in the puredata wiki](http://puredata.info/docs/faq/how-do-i-install-externals-and-help-files/), but in short it is an attempt to use the standard application data paths as provided by W32.
Unfortunately it seems that Pd has hardcoded parts of these application data paths, rather than using the officially defined envvars. i guess this has worked OK for XP, but stopped working properly since W7, namely.
The attached patch (apply with `git am 0001-Use-*-dat.patch`) fixes this by using envvars that expand to the *standard paths*.
---
Sent from sourceforge.net because pd-dev@lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/patches/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.