Jump to content
dummzeuch

How to modify the code for $R+

Recommended Posts

59 minutes ago, Attila Kovacs said:

it's actually ^H^H^H^H^H^H^H^H^H^H

You passed the test. 😉

Share this post


Link to post
3 hours ago, dummzeuch said:

Isn't there something like {$SomeOption default} to reset an option to the value given in the project options? I seem to remember reading about that at some time in the what's new with Delphi Xxxx.

This would not be of much use given that one can use include files or other means to control their compiler options. You want a way to preserve the effective options at a given location to restore precisely that state.

Share this post


Link to post
8 hours ago, dummzeuch said:

Isn't there something like {$SomeOption default} to reset an option to the value given in the project options?

I think only {$WARN} has that option, but most other directives do not.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×