From: Friedrich Dominicus Date: 2003-10-10T01:24:44+09:00 Subject: Re: I'm stuck ts writes: > >>>>> "F" == Friedrich Dominicus writes: > > F> But now the very same program under Windows (just modified to call > F> NtInitialize before somethint else crashes after rb_const_get > > Well, I know nothing about Windows but I think that you must define > IMPORT and NT (if it run under NT) when you compile it > > Something like /D "IMPORT" /D NT=1 Well it seems I was missing the IMPORT define, with it it now give the expected output. Thanks for your help Friedrich