MFC v.s. valarray
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
It seems that is incompatible with the MFC, by searching the google I found it may work to #undefine min(), max(). Is there any alternative to solve this problem? Thanks!
ytod wrote:
'06 It seems that is incompatible with the MFC
What do you mean by incompatible ? Do you get any errors ?
ytod wrote:
Is there any alternative to solve this problem?
If you are getting compilation errors, make include statement for
valarray
as first statement instdafx.h
.Prasad Notifier using ATL | Operator new[],delete[][^]