Wrox Programmer Forums
|
Visual C++ 2005 For discussion of Visual C++ 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual C++ 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 1st, 2005, 10:39 PM
Registered User
 
Join Date: Dec 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Problems with MFC

I'm having problems with visual c++ 2005

I have old works in visual c++.NET 2003 and I’m having problems with the libraries like this

...\include\afxwin1.inl(1014) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
...\include\afxwin1.inl(1016) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
...\include\ocidl.h(4675) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

and I need to do this work soon can some one help me indicating where I can find this libraries fixed?


Pedro Pinto
 
Old February 13th, 2006, 11:15 AM
Registered User
 
Join Date: Feb 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Specify /wd 4430 in the compiler options. (RTFM)

Take care,

Axel
--
There's always beer





Similar Threads
Thread Thread Starter Forum Replies Last Post
Using MFC CTree Control Bill_Thompson Visual C++ 0 November 27th, 2007 05:00 AM
MFC-hELP pazzuzu Visual C++ 0 June 28th, 2005 10:49 AM
COM Using MFC vxp4799 Visual C++ 0 May 12th, 2005 08:16 AM
Connecting C# to ATL/MFC/C++ COM? skyjenn VS.NET 2002/2003 0 December 29th, 2003 08:39 AM
use MFC in WIN32API i_anubhav Visual C++ 1 June 20th, 2003 02:59 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.