Compile w/ older source

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I originally posted a message in the ide_general newsgroup...but nobody
responded. My question is this:

can you specify an older version upon compiling (much like specifying
"-source" in Java)? My guess is no, but I thought I'd ask.

Thanks,
 
Maynard said:
I originally posted a message in the ide_general newsgroup...but
nobody responded. My question is this:

can you specify an older version upon compiling (much like specifying
"-source" in Java)? My guess is no, but I thought I'd ask.

If by "specify an older version" you mean "Can I force the compiler to
behave like a previous version when compiling this code?", the answer is no.

-cd
 
Back
Top