fwdbg.dll when start FIVEDIT.EXE

Post Reply
User avatar
Jimmy
Posts: 165
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

fwdbg.dll when start FIVEDIT.EXE

Post 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
greeting,
Jimmy
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Re: fwdbg.dll when start FIVEDIT.EXE

Post by cnavarro »

Copy that DLL from the SAMPLES folder to the folder where FIVEDIT.EXE is ( c:\fwh\FIVEDIT\ )
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Jimmy
Posts: 165
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany

Re: fwdbg.dll when start FIVEDIT.EXE

Post 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 ...
greeting,
Jimmy
Post Reply