Re: [AD] msvc7 compiler issue |
[ Thread Index | Date Index | More lists.liballeg.org/allegro-developers Archives ]
At 08:15 PM 19/03/2004 +0100, you wrote:
> C:\Program Files\Microsoft Visual Studio .NET > 2003\Vc7\include\allegro\system.h(29) : fatal error C1001: INTERNAL > COMPILER ERROR We probably can't do anything. You could try to find a workaround by slightly tweaking the file.
i found the problem.i was using struct BITMAP; as a forward decl, but msvc7 did the above. I had to include the allegro.h file in another header... aarrghhh i so hate having to do that.. means the complete allegro.h is read for most of the project when all i needed was a frwd decl.
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |