Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - .NET 2005 compilation error
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

.NET 2005 compilation error

 Post Reply Post Reply
Author
Message
jfblier View Drop Down
Newbie
Newbie


Joined: 29 March 2006
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote jfblier Quote  Post ReplyReply Direct Link To This Post Topic: .NET 2005 compilation error
    Posted: 07 April 2006 at 2:10pm

Hi, I currently use version 9.60.1 and I am trying to port my project under VC++.NET 2005. The following compilation error appears:

error C4430: missing type specifier - int assumed. Note: C++ does not support default-int

Any ideas?

Thanks

Back to Top
Oleg View Drop Down
Admin Group
Admin Group


Joined: 21 May 2003
Location: United States
Status: Offline
Points: 11234
Post Options Post Options   Thanks (0) Thanks(0)   Quote Oleg Quote  Post ReplyReply Direct Link To This Post Posted: 07 April 2006 at 2:44pm
Just add "int" as return type.
Oleg, Support Team
CODEJOCK SOFTWARE SOLUTIONS
Back to Top
jfblier View Drop Down
Newbie
Newbie


Joined: 29 March 2006
Status: Offline
Points: 4
Post Options Post Options   Thanks (0) Thanks(0)   Quote jfblier Quote  Post ReplyReply Direct Link To This Post Posted: 09 April 2006 at 6:26am

Thanks it works. I was not sure if I needed to change the CodeJock code.

Originally posted by oleg oleg wrote:

Just add "int" as return type.

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.156 seconds.