all groups > visual c libraries > october 2004
POSIX mmap in new release?
Posted by ultranet at 10/29/2004 9:55:01 AM
I heard that (better) compliance with ANSI C standards is one of the
advantages of the upcoming VC++ 8.0 release. I was wondering about POSIX as
well. In particular, whether mmap, and munmap would be supported.
I know it might not be an easy question to answer, but any feeback is
appreciated.... more >>
Using unified Event Handling mechanism for COM events
Posted by Ashok Kumar K at 10/25/2004 7:39:09 PM
Hi all,
Where can I get some insight on using the __hook, __unhook, event_source and
event_receiver for specifically COM events. The documentation given in MSDN
is very minimal. I have the following scenario
Server (COM event source) is written in VC++ 6.0 using ATL (event interfaces
can... more >>
NEEDING HELP
Posted by RoyalKnight at 10/22/2004 5:05:04 AM
Can someone help me please,,
I keep getting this err Microsoft C++ Runtime Library
Program:C/Compaq\Lutil\WizHost.EXE
Abnormal Program Termination
I have NO ideal what is causeing this,,but I get this messa... more >>
'Redefinition; Different type of modifiers'
Posted by sm at 10/13/2004 4:09:05 AM
Hi All,
I am trying to build a dll from a lib file.
On compilation, I get errors stating 'redefinition; different type of
modifiers', though the dll export statement in the cpp file and the prototype
in the header have no specified modifiers.
The dll export statement looks like this
__... more >>
|