WinBatch Tech Support Home

Database Search

If you can't find the information using the categories below, post a question over in our WinBatch Tech Support Forum.

TechHome

File Searcher
plus

Can't find the information you are looking for here? Then leave a message over on our WinBatch Tech Support Forum.

File Searcher Requires the WITZSRCH.DLL

Keywords: WSRCH34I.DLL WITZSRCH.DLL  WSRCH34I.DAT WSRCH34I.DLL WSRCH.EXT

Question:

I'm getting the 3437 error: 16/32 mismatch, etc. etc. on the AddExtender line for the WSRCH34I.DLL line. Any idea why I'm getting that?

Answer:

WSRCH34I.DLL (and WSRCH34I.DLL in older version) requires the WITZSRCH.DLL. The WITZSRCH.DLL is loaded when you click on the Searcher option in the Compiler. Make sure when you run your compiled EXE, that both DLLs get written out into the same directory as the EXE.

Related Question

Question:

I am having a problem with my addextender line in my code. I continually getting a 3437 error. I have the latest download for this extender, the I have the companion DLL witzsrch.dll in the same directory as wsrch34I.dll, I have verified that the DAT file hase both dlls on separate lines, I think I have the latest version of the compiler. I am lost.
goto begin

;Debug Routine
:debugon
Message("Debug Mode","Debug Mode Is On.")
debug(@on)

:begin
;add search dll
AddExtender("wsrch34i.dll")

if IsKeyDown(@shift & @ctrl) then goto debug 
Any ideas?

Answer:

The searcher extender (and the serial extender) needs extra help if the extender is in a non-standard place. Try... origdir=DirGet() DirChange("c:\code") AddExtender("wsrch34i.dll") DirChange(origdir)
Article ID:   W12563
Filename:   File Searcher requires WITZSRCH DLL.txt
File Created: 2001:03:01:15:36:40
Last Updated: 2001:03:01:15:36:40