Re: bug in visual studio .net 2003 - breakpoints and memcpy



Alexander Grigoriev wrote:
>
> BTW, converting a function pointer to void * is illegal in C and C++.

Not illegal, just undefined. Which means that an implementation is free to
define it if it wants so. Both Win32 and Posix define the conversion.


--
Eugene
http://www.gershnik.com


.



Relevant Pages

  • Re: EOF location?
    ... that will use Win32 semantics may show Win32 features rather than POSIX ... line is 11 characters long; 9 characters and two line-end characters. ...
    (comp.lang.cobol)
  • waitpid with a time limit
    ... My company may be getting a contract to port a Win32 application to ... the Win32 stuff I'm seeing have straightforward Posix ... indicate the completion of the child process by posting to a semaphore. ... Then we simulate a timed waitpid() call by making a sem_timedwaitcall ...
    (comp.os.linux.development.apps)
  • Re: Win32 condition variables redux
    ... Win32 is no natural ground for condition variables as ... defined by POSIX. ... it was wrong for me to try to lay a POSIX layer on top of ... My abstraction layer won't have condition variables, ...
    (comp.programming.threads)
  • Re: Confused about which way to go
    ... First versions of NT was supposed to run OS/2, posix and Win32 ... Every subsystem eventualy called native NT API. ... posix and OS/2 subsystems become absolete. ...
    (borland.public.delphi.non-technical)
  • Re: portable C code?
    ... Either ANSI or ISO. ...
    (comp.unix.programmer)