Visual Studio: Difference between revisions

m
Again
[unchecked revision][unchecked revision]
m (Corrected my previous edit)
m (Again)
Line 207:
== Quirks ==
In the 64 bit compilers you '''cannot:'''
Create naked functions Do inline assembly Do non-fastcall calling
<nowiki>Create naked functions
 
Do inline assembly
Do non-fastcall calling
</nowiki>
 
This is why if you intend to do 64 bit development in MSVC++ you should have an external assembly layer (seperate versions for 32 bit and 64 bit), and if you want to avoid name decoration you need to declare them in a header file like this:
Anonymous user