VS2005 COMPLITION PROBLEM WITH SETTINGS
        Posted  
        
            by vijay.j
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by vijay.j
        
        
        
        Published on 2010-04-14T05:47:28Z
        Indexed on 
            2010/04/14
            5:53 UTC
        
        
        Read the original article
        Hit count: 294
        
vc++
|visual-studio-2005
Hi all
i am trying to integrating PJNSMTPCONNECTION CLASSES in my project,they say that those classes donot uses mfc. MY project is with the setting like MT, and using standard library linking,
when i try to complie i am getting
CSTRING not defined and
fatal error C1189: #error :  WINDOWS.H already included.  MFC apps must not #include 
if i include afx.h and remove windows.h, i am getting iDLLMain aleardy defined like errors
© Stack Overflow or respective owner