Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (307 - 309 of 3931)

Ticket Resolution Summary Owner Reporter
#3692 Wont Fix SciTE v. 4.1.2.0 - the function luaL_register has removed Jos BugFix
Description

Because luaL_register has removed, it's impossible to use external dll inside SciTE (i.e. shell.dll, lfs.dll, gui.dll). So a lot of helpful additions for SciTE, written by several users, are useless over night. To reproduce: Copy one of this dll files in your user lua directory (i.e. shell.dll:https://scite-ru.bitbucket.io/pack/tools/LuaLib/shell.html). Create in SciTEUser.properties: Lua.User.Scripts.Path=C:\YOUR-FILES\Lua Add in SciTEStartup.lua:

local sUserLua = props["Lua.User.Scripts.Path"]
LUA_USER_PATH = sUserLua .. "\\?.dll;" .. sUserLua .. "\\?\\?.dll;"
package.cpath = LUA_USER_PATH .. package.cpath

require "shell"
if shell then
    table.foreach(shell, print)
end

Restart SciTE. In older versions of SciTE, all components of the shell.dll will print out while starting SciTE. But now you get an error message "procedure entry point 'luaL_register' not found in 'shell.dll'". This is not the truth - the entry point is missing in "SciTE4.1.2.0.exe".

Was removing LuaL_register an oversight or intention? If the latter is true, why?

#3691 Wont Fix Wrong link in the CLSID List page Erix
Description

In the help page of the CLSID list

https://www.autoitscript.com/autoit3/docs/appendix/clsid.htm

The link to "Registry Guide for Windows at WinGuides Network" sends to a Norton Internet Security purchase page.

#3690 Works For Me ieCreate function failing with Windows 10 update 1804 helpdesk@…
Description

Error message: --> IE.au3 T3.0-2 Error from function _IECreate, (Browser Object Creation Failed)

Code: #include <IE.au3>

Local $oIE = _IECreate("www.autoitscript.com")

Confirmed to have started with Windows 10 update feature release 1804

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.