in & outportb in c++ and intel asm

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Post by pcmattman »

I just created a Makefile project for my kernel instead of writing it with the Visual C++ compiler in mind.

It means I still get Intellisense and the IDE, without the compiler.
HJED
Member
Member
Posts: 61
Joined: Tue Sep 04, 2007 4:18 am
Location: the world wide web
Contact:

Post by HJED »

there's alot of tutorials for VC++ you just need to have the right settings 8)
.................................. um what should i put here .............................?..........................................
..... :D................
User avatar
kataklinger
Member
Member
Posts: 381
Joined: Fri Nov 04, 2005 12:00 am
Location: Serbia

Post by kataklinger »

pcmattman wrote:I just created a Makefile project for my kernel instead of writing it with the Visual C++ compiler in mind.

It means I still get Intellisense and the IDE, without the compiler.
As long as you use VC++ project system.
mohammed wrote:i thought that every body here is using gcc !! another deed changed : ) )
Imagine that 8)
Post Reply