Topic: INLINE asm and MSVC++
Author: glenma@netcom.com (Glen the COOL dude!)
Date: Mon, 5 Dec 1994 06:01:38 GMT Raw View
Hello Everyone,
I have a situation. I am using inline assembly with MSVC++ 1.0.
According to the manuals etc. an inline function that is returning
a value to the calling statement will get the "WARNING C4035 :
'function' : no return value" should be ignored.
That is all fine and dandy, but instead I am getting an ERROR message:
error C2561: 'myfunc' : function must return a value
and this is causing it not to compile. I really need to get around
this. any suggestions?
Thanx,
--
*****************************************************
* < The only stupid question > *
* < is the one that is never > *
* < asked! > glenma@netcom.com *
*****************************************************