Page 1 of 2

Can we turn off FWDbg ? No .dll found !

PostPosted: Sun May 30, 2010 3:17 pm
by TimStone
I recently downloaded 10.05. I'm working with an XML transmission and I get an alert that says "FWDbg.dll not found. Impossible to continue".

I assume there is a call to SET RESOURCES TO "FWDbg.dll", and when it can't be found, I get the alert. However, when pressing OK, the code then executes properly.

I cannot find FWDbg.dll anywhere and it would appear it is an older file no longer distributed.

Could some code have been left in a .prg from testing that would be calling this

I did a text scan of all my code and it isn't used anywhere. The new libs I'm using don't even use FW.

Any help would be greatly appreciated. If we can't find the source of the call, then getting a copy of FWDbg.dll would at least eliminate the error.

Re: FWDbg.dll

PostPosted: Sun May 30, 2010 6:29 pm
by Otto
Hello Tim,
do you use UeStudio. If so there is a combobox where you can select Release or Debug mode.

Best regards,
Otto

Can we turn off FWDbg.dll ?

PostPosted: Sun May 30, 2010 7:02 pm
by TimStone
I use xHarbour xBuilder. Certainly there must be a call to turn off the debugger that I can put into my code, but I cannot find anything in the docs or these forums.

Is their a SET option that can be used in the MAIN( ) program ?

I do have the debugger options un-checked in xBuilder

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon May 31, 2010 5:59 pm
by TimStone
Anyone ? Please ?

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon May 31, 2010 7:17 pm
by Carles
Hello Tim,

If you see this alert message, you have some flag of debugging in the compiler (/b). This activates the internal debugger and activates FWDbg. If not found FwDbg.dll then the message appears.

Can you see this dll in dll folder of fwh ?

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon May 31, 2010 8:40 pm
by TimStone
I only have default flags set for the compiler, and the link script has all references to debug as .F.

No, the .dll is not in the latest FWH folder ( 10.05 ).

Is there a flag to force it to not debug ?

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon May 31, 2010 8:51 pm
by Carles
Tim,

FWdbg only work fine in Harbour and xHarbour, but not in xH builder. I dont understand why you app start FWDbg if u dont have any flag of debugging. I think that xH builder have their debug. I think that you can have problems using FWDbg. I will try to solve possible bugs in Harbour and xHarbour. I don't use xHarbour Builder, i'm sorry :(

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon May 31, 2010 10:05 pm
by TimStone
The xBuilder debug options are all OFF. I never had this problem before but now I'm using some new libs. Debug is NOT implemented in any of them.

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Tue Jun 01, 2010 5:58 am
by Carles
Tim,

If you compile for example tutor01.prg , appears the alert message of FWDbg.dll again ?

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Wed Jun 02, 2010 11:55 am
by frose
Tim,

getting the same error message.

This message comes up, if some debug codes are still in any obj-files when building the project without debug flag.

For me 'Force clean build' turn off this error message :)

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Wed Jun 02, 2010 2:33 pm
by TimStone
Unfortunately Force Rebuild didn't do the job here ... I've tried it a couple of times. I had to remove the error message from the source and link the FWdbg.prg file into my code.

I don't understand why it would even call a file that doesn't exist in the current build ( FWDbg.dll ). Secondly, I never use the debugger and my xBuilder has never had the debugger flags turned on.

Finally, I don't know why there is not a flag, ie. SET FWDEBUG OFF that would disable it completely.

I'd sure appreciate some answers to this.

Tim

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Wed Jun 02, 2010 6:12 pm
by Carles
Tim,

I'll try to help you but u have to know that i don't use xH builder. I'm thinking that Frank have reason and i think the same. Is posible that you have some obj compiled with a flag /b. Can you delete all obj's and rebuild all your app ? And another question, if you compile with you environment for example tutor01 of fwh, also appears message alert ?

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon Jul 12, 2010 12:45 pm
by Monteiro
Hiho, I'm having the same problem with UEStudio, I wonder if they found a solution to the case. Grateful

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon Jul 12, 2010 12:49 pm
by Otto
Image

Re: Can we turn off FWDbg ? No .dll found !

PostPosted: Mon Jul 12, 2010 12:52 pm
by Otto
I you have no linenumbers inside your errorlog remove this flag.
Best regards,
Otto


Image