IonicWind Software

IWBasic => General Questions => Topic started by: billhsln on June 16, 2019, 01:59:50 PM

Title: Problem with GetFolder
Post by: billhsln on June 16, 2019, 01:59:50 PM
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
Title: Re: Problem with GetFolder
Post by: billhsln on June 16, 2019, 02:12:16 PM
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