Anyone know what this error is?

Bruno Medeiros brunodomedeirosATgmail at SPAM.com
Wed May 24 03:17:02 PDT 2006


Joe wrote:
> Hello all,
> 
> I've been researching this one error for many hours now using google and this
> discussion group, but have not come up with a solution.
> 
> Can anyone tell me what this error is and how to fix it?
> 
> Error 42: Symbol Undefined __init_5win324cool
> 
> I have seen Symbol Undefineds before, and it's usually a missing lib or
> something. Yes, other code in the same program is accessing the win32API, but
> the struct which is generating the error isn't external to the code...
> 
> I have a file called win32, and the struct inside that is called cool (a temp
> name). And it has to do with a static array inside the struct.
> 
> thanks,
> joe
> 
> 

Are you compiling and linking the win32 file with your program, or just 
importing it? If you're just importing it, that would explain the error.

-- 
Bruno Medeiros - CS/E student
http://www.prowiki.org/wiki4d/wiki.cgi?BrunoMedeiros#D



More information about the Digitalmars-d mailing list