0 users browsing Bug Reports. | 1 guest  
Main » Bug Reports » FYI Path bug in XP. resolved » New reply
Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
New reply
Post help

Presentation

[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]

Links

[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID

Quotations

[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID

Embeds


Most plain HTML also allowed.
Thread review
Kawa There's an OR in the code that should be AND, and XP counts as an NT platform. It was probably a negative check before ("is this anything but Vista or 7?") and I forgot to invert the logic.
Delete Me I use XP and this problem started with v1.15.
Noxico crashes right at start.



Main message: Unable to find an entry point named 'SHGetKnownFolderPath' in DLL 'shell32.dll'.



Apparently it is a known problem.


"SHGetKnownFolderPath is only supported by vista - you cannot use it on XP, so if you plan to write application for both OSes - use SHGetFolderPath call when on XP"


http://cboard.cprogramming.com/windows-programming/101380-shgetknownfolderpath-problem.html


I thought you might want to know about it.

(Originally posted by bid)
Main » Bug Reports » FYI Path bug in XP. resolved » New reply