Tim,
I'm sorry but I don't agree with this assertion. I think that FWDbg is part of FWH, but anyway this is not my decision. Anyway, we must find a solution. You can easily add this line of code and we can see the message which module has the call from the debugger and rebuild it again here if needed.
FWDbg.prg -> line 205
- Code: Select all Expand view
MsgStop( ::cResFile + " not found, imposible to continue" + CRLF + CRLF + ;
"Entry Point: " + ProcFile(2) + ' -> ' + ;
ProcName(2) + '(' + ;
Ltrim(Str(ProcLine(2))) + ')' , ;
"FWH Debugger Error" )
I tried to execute without FWdbg.dll and the result is:
I insist that we must find the right solution. So far I have found only users who have encountered problems using UE, and is simply a compilation error flags. You can try this solution to see if it can help fix this?