Re: VIM in rxvt & syntax highlighting

2002-02-28 Thread vipin aravind
does the :version display +syntax? if yes, do syntax on vipin - Original Message - From: "Alec" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 2:03 PM Subject: Re: VIM in rxvt & syntax highlighting > On Thursday 28 February 2002 03:08 am, Fergus Da

Re: dlopen(0, RTLD_LAZY) doesn't work?

2002-02-08 Thread vipin aravind
__declspec is used as an information to the compiler, don'tdo double jumps. one jumpto a stub and then from the stub-code to the actual code. mere optimization nothing else. > --- Robert Collins <[EMAIL PROTECTED]> > wrote: > > > > === > > - Original Messa

gdi+ question

2002-02-08 Thread vipin aravind
The following code snippet is failing when I use local variable for Pen and Graphics instead of dynamically allocating them. Can someone help me out with a reason? StartDoc(dlg.hDC, &di); StartPage(dlg.hDC); GdiplusStartup(&gdiplusToken, &gdiplusStartupInput