Re: DrawMenuBar
Re: DrawMenuBar
- Subject: Re: DrawMenuBar
- From: Frederick Cheung <email@hidden>
- Date: Sat, 25 Jun 2005 11:25:40 +0100
On 25 Jun 2005, at 08:59, Jonas Maebe wrote:
Hello,
How come the assembler code for the following program does not
contain any call at all to DrawMenuBar? (even when compiled with -O0)
---
#include <Carbon/Carbon.h>
int main(int argc, char* argv[])
{ OSStatus err;
err = fesetround(FE_TOWARDZERO);
DrawMenuBar;
return err;
}
because you are not actually calling it?
Fred
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >DrawMenuBar (From: Jonas Maebe <email@hidden>) |