Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fatal error in Visual C++

Status
Not open for further replies.

Calder2

Programmer
Jan 10, 2004
6
SE
Could someone please tell me what this means?

fatal error C1063:
Command line warning D4028 : minimal rebuild failure, reverting to normal build
Error executing cl.exe.

CxSkinButtonDemo.exe - 1 error(s), 1 warning(s)
 
Never seen that one myself but the help files suggest deleting the .ibd file and rebuilding.
 
Well, after restarting VC++ it worked perfectly!
However, it seems like I keep running into troubles...
I'm building a dialog-based app with databasesupport (OLE DB), image background and flashy-looking buttons (in my mind!).
The app has built without problems until I added databasesupport, then I got this error:

F:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\urlmon.idl(486) : error MIDL2025 : syntax error : expecting a type specification near "DWORD"
F:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\urlmon.idl(487) : error MIDL2026 : cannot recover from earlier syntax errors; aborting compilation
Error executing midl.exe.

Can someone tell me what this is?
My project is available at:
 
Its a (quite bizarre) bug in midl.exe

1. Change your regional settings to English.
2. Compile. Wow, now it works!
3. Once compiled you can change the settings back (to swedish I assume :) )



/Per
[sub]
"It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."[/sub]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top