News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

includes

Started by ecube, August 11, 2007, 11:53:50 PM

Previous topic - Next topic

ecube

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

RotateRight

#1
[]

ecube

thanks alot :D i could have sworn I tried that but I guess not, it works! cheers