March 28, 2024, 04:10:18 PM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Problem with GetFolder

Started by billhsln, June 16, 2019, 01:59:50 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

billhsln

I have tried multiple things and some times I have gotten it to work, but I am thinking that it has some thing to do with Windows 10 Pro, more than anything else.  I put in a couple of MESSAGEBOX's and the first one shows up, but the one after SHGetPathFromIDList does not.  So, I am guessing that my problem is in SHGetPathFromIDList.

So, any help will be appreciated.

Thanks,
Bill
When all else fails, get a bigger hammer.

billhsln

Found the problem, it seems that item_list needs to be defined as a POINTER.  Works fine now.

Will need to go back thru all my other programs and fix this.

Bill
When all else fails, get a bigger hammer.