Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Poco::Path::home() throws when called from Windows Service #30

Closed
obiltschnig opened this issue Dec 10, 2012 · 1 comment
Closed

Poco::Path::home() throws when called from Windows Service #30

obiltschnig opened this issue Dec 10, 2012 · 1 comment
Assignees
Labels
Milestone

Comments

@obiltschnig
Copy link
Member

There are no HOMEDRIVE and HOMEPATH environment variables in a typical Windows Service environment. Possible solution is to return Windows system directory.

@ghost ghost assigned obiltschnig Dec 10, 2012
aleks-f added a commit that referenced this issue Dec 14, 2012
GH #30: Poco::Path::home() throws when called from Windows Service
done for Win32 and Win32U, return root for WinCE
@aleks-f
Copy link
Member

aleks-f commented Jan 12, 2013

Fixed in 1.4.6:

4914cb0

@aleks-f aleks-f closed this as completed Jan 12, 2013
obiltschnig pushed a commit that referenced this issue Jun 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants