Any good C++ compiler allows for inline assembly. It'd be better to just use a C++ compiler and anything you need assembly for, just do it inline. It'd be much easier. A C++ compiler can take care of a lot of mundane details that would be a pain to deal with in assembly.
Besides, could you imagine dealing with those decorated exported names in their raw form? :ph34r: