vbaderks/msf

[Mis] understanding vvvsample

Closed this issue · 5 comments

da40 commented

Trying to understand how vvvsample is supposed to behave. Using Windows Explorer on sample1.vvv, it does not seem to be possible to browse into a subdirectory. Should it be able to do that?

Also, there's a bug on line 142 of vvvitem.cpp. It's comparing a string with itself.

Is should go into the sub-directory. I can see that the address bar is updated, but not the content window of Explorer. Will investigate.

line 142 is a defect.

It seems that Windows 10, queries for some new shell interfaces. This may be cause of the problem, or a recent refactoring. Unfortunately won't have time to investigate it further at the moment. Will keep you posted.

da40 commented

I've tried your release 0.92 on Windows 7 with the same result. I guess that lifts the finger of suspicion from Windows 10 or recent refactoring, if that helps.

Lyume commented

Hello,

Any update on this issue ?

Thanks.

It is a defect in the current version of msf. It needs to create a new folder object and pass the original location of the file and the sub folder to browse. Current mechanism is not working well and needs to be refactored.