Re: Delphi 7 vs Delphi 2005



Robert Parrish wrote:

> The problem is it dies during the compile and no exception is thrown.

I suggest removing sections of code until it compiles OK, keeping track
of what you've removed. It might help to take a backup of the project
prior to starting the process.

--
Dave Nottage [TeamB]
.



Relevant Pages

  • Re: How to debug this?
    ... >> When you compile a program in 'debug' configuration these 'symbols' are ... >> allow for richer information to be displayed when an exception occurs. ... >> is thrown ...
    (microsoft.public.dotnet.languages.vb)
  • Re: runtime.exec cant launch link.exe (the linker of windows)
    ... C:\ProcessLauncher\ProcessLauncher.java:184: unreported exception ... must be caught or declared to be thrown ... I changed it to get it to compile. ... to help you if you could extract the relevant code ...
    (comp.lang.java.programmer)
  • Re: ArgumentOutofRangeException in ListView
    ... > With a little reworking of the code, I was able to get this to compile; ... exception to be thrown. ... and debug it step by step to see where exactly the exception is being ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: is catch and re-throw a good idea?
    ... >>catching a Throwable doesn't stop the exception from being a MyException ... > The below code doesn't compile because ... declared to be thrown ...
    (comp.lang.java.programmer)
  • Re: Design by contract and unit tests
    ... compile it for x86 and run on a PowerPC. ... exception was thrown, not caught, and mis-interpreted. ...
    (comp.object)