Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / Managed C++ / November 2007

Tip: Looking for answers? Try searching our database.

VC++ 2008 compiler bug

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Remi THOMAS - 29 Nov 2007 14:29 GMT
Hi,

In Visual Studio Team System 2008 (cl version 15.0.21022.8)
I can't reproduce the problem in a mini project.

class1 name is picoDB::MemBlob
class2 name is pixtek::tools::Blob
class3 name is pixtek::tools::MemBlob : public Blob

in the code
bool CBusiness::ExtractPDB(pixtek::tools::MemBlob *output, int type)
{
...
picoDB::MemBlob blob; // Line 127
bResult = row.GetBlob(2+type, &blob);
....
}
I get
business.cpp(127) : fatal error C1001: An internal error has occurred in the
compiler.
(compiler file
'f:\dd\vctools\compiler\utc\src\p2\main.c[0x5111D33B:0x00000030]', line 182)

Now I rename blob in blob2 and it works.
I had some other error during preprocessing, the compiler seems to mix class
name and instance name. Changing include order resolve the problem that
should not exist

If you (Microsoft) want the full project ask by mail.

Sincerely,
Remi
Former C++ MVP
Carl Daniel [VC++ MVP] - 30 Nov 2007 05:16 GMT
> Hi,
>
[quoted text clipped - 25 lines]
>
> If you (Microsoft) want the full project ask by mail.

I'd suggest posting a bug report on
http://connect.microsoft.comVisualStudio/Feedback

-cd

Rate this thread:







Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.