Dark Bit Factory & Gravity

PROGRAMMING => Other languages => ASM => Topic started by: Clyde on September 23, 2007

Title: Include files for FASM
Post by: Clyde on September 23, 2007
Hi,

Im very new to ASM and want to have a look at some examples, but cant get them working. I've downloaded FASM, anyone know of where to get hold of the include files please?

Cheeers and many thanks,
Clyde
Title: Re: Include files for FASM
Post by: Shockwave on September 23, 2007
The includes are in the directory called "INCLUDE"  :)
Title: Re: Include files for FASM
Post by: Rbz on September 23, 2007
The help is here -> http://dbfinteractive.com/index.php?topic=652.0
 :P
Title: Re: Include files for FASM
Post by: Shockwave on September 23, 2007
The other thing that you could do is this...

(assuming that your FASM directory is at C:\FASM )

Click the start menu.
Go to Settings
Control panel
System
Advanced
Environment Variables

And make a new environment variable called include with the value C:\FASM\INCLUDE\

And this will also take care of the problem.
Title: Re: Include files for FASM
Post by: Clyde on September 23, 2007
I feel a complete twit - and appologiesl I hadnt realized I'd asked this before hand.
And Yep I knew that the iNcludes where in that folder, just had problems compiling examples that had OGL and Win32a.

Thanks for you responses,
Cheers - Clyde
Title: Re: Include files for FASM
Post by: Shockwave on September 23, 2007
No need to feel like a twit :) Just have a go at asm :) It's good fun!