Page 1 of 1

fwdbg.dll when start FIVEDIT.EXE

Posted: Mon Dec 16, 2019 9:35 pm
by Jimmy
hi,

i have my Demo under c:\fwh\Sample\123
when start c:\fwh\FIVEDIT\FIVEDIT.EXE it say "missing fwdbg.dll" :shock:

but there is c:\fwh\samples\fwdbg.dll ...
i guess i still have a Environment Problem with FiveWin

---

when have ALTD() in Source how to let Debugger run to that ALTD() :?:

there is no F5 :shock:
F6 ask me to Exit Debugger :?:
F7 is different while it only goto End of function :roll:
F9 Trace ... no Idea :idea:

Request : Crtl-G or Alt-G goto line 1234

Re: fwdbg.dll when start FIVEDIT.EXE

Posted: Mon Dec 16, 2019 9:46 pm
by cnavarro
Copy that DLL from the SAMPLES folder to the folder where FIVEDIT.EXE is ( c:\fwh\FIVEDIT\ )

Re: fwdbg.dll when start FIVEDIT.EXE

Posted: Mon Dec 16, 2019 10:13 pm
by Jimmy
cnavarro wrote:Copy that DLL from the SAMPLES folder to the folder where FIVEDIT.EXE is ( c:\fwh\FIVEDIT\ )
OK that work :D
now FivEdit ask me where is PRG to debug ...