search for: formsvc

Displaying 6 results from an estimated 6 matches for "formsvc".

Did you mean: forms
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
...ure, but presumably you want to differentiate between nasm and masm (if >>> they are not compatible) right? >> >> Right > > Then you need something more specific than 'isWindows'. I'd suggest, > isNASM and isMASM. 'for' rather than 'is' forMSVC ? There is more to it than that :( I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32' if it is actually needed. Aaron
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...nasm and masm (if >>>> they are not compatible) right? >>> >>> Right >> >> Then you need something more specific than 'isWindows'. I'd suggest, >> isNASM and isMASM. > > 'for' rather than 'is' Yeah sorry. > forMSVC ? There is more to it than that :( > I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32' if it is > actually needed. I'll leave this to you and jeffc to hash out. I'll point out again that if NASM and MASM are not the same, that using 'win32' will...
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
...gt;>>> >>>> Right >>> >>> >>> Then you need something more specific than 'isWindows'. I'd >>> suggest, isNASM and isMASM. >> >> >> 'for' rather than 'is' > > > Yeah sorry. > >> forMSVC ? There is more to it than that :( >> I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32' >> if it is actually needed. > > > I'll leave this to you and jeffc to hash out. I'll point out again > that if NASM and MASM are not the same, that...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
...t; >>>> Then you need something more specific than 'isWindows'. I'd >>>> suggest, isNASM and isMASM. >>> >>> >>> >>> 'for' rather than 'is' >> >> >> >> Yeah sorry. >> >>> forMSVC ? There is more to it than that :( >>> I was going from the _WIN32 preprocessor symbol. So maybe 'forWIN32' >>> if it is actually needed. >> >> >> >> I'll leave this to you and jeffc to hash out. I'll point out again >> that if NASM...
2005 Jul 12
0
[LLVMdev] Mod for using GAS with MS VC++
On Tue, 12 Jul 2005, Aaron Gray wrote: >>> Right, presumably Wndows does not set the TT. Should Windows or MSVC++ >>> have one ? If so how do I go about it. Maybe Jeff should be involved ? >> >> It should/will. Currently there is no C/C++ front-end that works on native >> windows, but that doesn't really matter. In the future, we want to key off
2005 Jul 12
2
[LLVMdev] Mod for using GAS with MS VC++
>>> 1. Please send patches instead of full files. The best way to do this >>> is >>> to use CVS like this: 'cvs diff -u' in the directory that you care >>> about. You can also specify specific files to diff as well. >> >> Okay, I will do this in future, our posts crossed so I have not done that >> for the MASM backend. I will