fwdbg.dll when start FIVEDIT.EXE

Post Reply
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

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: 6557
Joined: Wed Feb 15, 2012 8:25 pm
Location: España
Been thanked: 3 times

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\ )
Cristobal Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

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