The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: ecube on August 11, 2007, 11:53:50 PM

Title: includes
Post by: ecube on August 11, 2007, 11:53:50 PM
ok I have a directory that looks like this

main (directory)
   includes(directory)
      test.inc (file)
   sub(directory)
       sub.asm


and I want sub.asm to be able to include test.inc which is a folder back

include includes\..\test.inc   

thats not working
Title: Re: includes
Post by: RotateRight on August 12, 2007, 12:03:03 AM
[]
Title: Re: includes
Post by: ecube on August 12, 2007, 02:50:53 PM
thanks alot :D i could have sworn I tried that but I guess not, it works! cheers