Click here to Skip to main content
15,924,036 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralPIDLs and Parents Pin
Miszou6-Oct-04 13:56
Miszou6-Oct-04 13:56 
GeneralTrying to call OpenGL functions in a dll Pin
Programmer_Chris6-Oct-04 13:45
Programmer_Chris6-Oct-04 13:45 
GeneralRe: Trying to call OpenGL functions in a dll Pin
Ryan Binns6-Oct-04 18:30
Ryan Binns6-Oct-04 18:30 
GeneralRe: Trying to call OpenGL functions in a dll Pin
jan larsen6-Oct-04 21:49
jan larsen6-Oct-04 21:49 
GeneralDatabase Project Pin
Kehllendros6-Oct-04 12:59
Kehllendros6-Oct-04 12:59 
GeneralRe: Database Project Pin
Christian Graus6-Oct-04 16:48
protectorChristian Graus6-Oct-04 16:48 
GeneralRe: Database Project Pin
Henry miller7-Oct-04 5:27
Henry miller7-Oct-04 5:27 
GeneralInternal compiler error C1001 Pin
Bob Stanneveld6-Oct-04 12:26
Bob Stanneveld6-Oct-04 12:26 
Hello,

I'm getting an internal compiler error C1001. Microsoft says it's a bug. More information on the bug can be found here[^].

I triple checked my compiler options for the /Zg option, and it's simply not specified, but I do get the error C1001.

This error comes up when I want to initialize a private static array of structs.
<br />
class a : public CMessageBase<br />
{<br />
	private:	<br />
		static const  MYSTRUCT		*myStruct[];	<br />
};<br />
// initialize the array here<br />
// if I remove this line, no error occurs<br />
const MYSTRUCT *a::myStruct[] = {{0, 0, 0, 0}};<br />


Does anybody have an idea?

Thanks in advance


Multiply it by infinity and take it beyond eternity and you'll still have no idea about what I'm talking about.

GeneralRe: Internal compiler error C1001 Pin
Joaquín M López Muñoz6-Oct-04 12:45
Joaquín M López Muñoz6-Oct-04 12:45 
GeneralSolved. Pin
Bob Stanneveld7-Oct-04 2:27
Bob Stanneveld7-Oct-04 2:27 
GeneralRe: Internal compiler error C1001 Pin
Anonymous6-Oct-04 15:01
Anonymous6-Oct-04 15:01 
GeneralRe: Internal compiler error C1001 Pin
David Crow6-Oct-04 16:40
David Crow6-Oct-04 16:40 
GeneralRe: Internal compiler error C1001 Pin
Ryan Binns6-Oct-04 18:41
Ryan Binns6-Oct-04 18:41 
GeneralRe: Internal compiler error C1001 Pin
Bob Stanneveld7-Oct-04 2:35
Bob Stanneveld7-Oct-04 2:35 
GeneralDialog accelerators Pin
Atlence6-Oct-04 12:14
Atlence6-Oct-04 12:14 
GeneralRe: Dialog accelerators Pin
David Crow6-Oct-04 16:42
David Crow6-Oct-04 16:42 
GeneralTransparent Slider Pin
Atlence6-Oct-04 12:07
Atlence6-Oct-04 12:07 
GeneralAccelerators ... Pin
Andre Massada6-Oct-04 11:24
Andre Massada6-Oct-04 11:24 
GeneralMapping Right mouse click to button click Pin
Manu816-Oct-04 10:59
Manu816-Oct-04 10:59 
GeneralRe: Mapping Right mouse click to button click Pin
Yulianto.6-Oct-04 18:08
Yulianto.6-Oct-04 18:08 
GeneralRe: Mapping Right mouse click to button click Pin
sreejith ss nair7-Oct-04 0:17
sreejith ss nair7-Oct-04 0:17 
GeneralCaption Names Pin
jj9216-Oct-04 9:40
jj9216-Oct-04 9:40 
GeneralRe: Caption Names Pin
Ravi Bhavnani6-Oct-04 10:42
professionalRavi Bhavnani6-Oct-04 10:42 
GeneralRe: Caption Names Pin
Joaquín M López Muñoz6-Oct-04 11:16
Joaquín M López Muñoz6-Oct-04 11:16 
GeneralEach letter a diffetent color to a dc Pin
...---...6-Oct-04 9:30
...---...6-Oct-04 9:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.