Subj : Re: link error To : comp.programming From : Rob Thorpe Date : Mon Jul 11 2005 03:41 am Dumitru Pletosu wrote: > After googling, I found the solution. > > You should uncheck 2 options from C/C++ Code Generation (in project > properties). They are: 1) C++ Exceptions and 2) Security Browser ( i > suppose ). > > All the best, You shouldn't really directly replace the malloc and free functions, even though it is possible on Windows. It's much better to use different names for memory allocation functions you write yourself - it saves namespace problems. .