Linux Hiccup(s)

Things you’d like to miss in the future...
Post Reply
bdeshi
Posts: 4249
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612 / Dhaka
Contact:

Linux Hiccup(s)

Post by bdeshi »

Hey Don, if you're still interested in troubleshooting for Linux, I've been getting this error whenever initiating a drag.

Code: Select all

Error 452

Error:  	452 (0x000001C4)
Desc:   	Can't find DLL entry point 740 in shell32
Dll:    	0
Proc:   	InitDrag

Source: 	XYplorer
XY ver: 	XYplorer 19.60.0100
OS:     	Windows 7 Ultimate Edition N (Service Pack 1), 64-bit, Build 7601
Locale: 	1033
ANSI:   	1252
ACP:    	ANSI Latin 1
DBCS:   	No
DPI:    	96 (100%)

Date:   	2019-02-10 21:10:41
Followed by a small messagebox:

Code: Select all

Run-time error '460':
Invalid Clipboard format
Followed by crash.

Any hints? In your own time.
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

admin
Site Admin
Posts: 60595
Joined: 22 May 2004 16:48
Location: Win8.1 @100%, Win10 @100%
Contact:

Re: Linux Hiccup(s)

Post by admin »

It's this API: SHCreateFileDataObject which is apparently only exposed by its number 740.

Code: Select all

Private Declare Function SHCreateFileDataObject Lib "shell32" Alias "#740" (ByVal pidlFolder As Long, ByVal cidl As Long, ByVal apidl As Long, pDataInner As Any, ppDataObj As oleexp.IDataObject) As Long

Post Reply