Recently I was trying out the Dev C++ compiler. I commonly use the __declspec(naked) attribute from Microsoft Visual C++, however I was unable to find anything similar to this in Dev. Does anyone know if there is anything like this in Dev? All the attribute does is strip the prologue and epilogue of a function so you can create functions using inline assembly and not have to worry about any extra code messing you up.


Reply With Quote










thanks.
