On Sun, May 3, 2009 at 5:15 AM, John C <johnch_a...@hotmail.com> wrote: > BCS Wrote: > >> I find my self in need of a line drawing package. I need to pop a window >> and draw lines and points. Text would be nice but I can live without it. >> Most importantly, I need something that is dirt simple to get running. I >> don't have time to dink around with libs (if I did have time I'd be willing >> but I'm already way behind as it is). >> >> Windows XP, D1.0, Phobos >> >> I'd also be able to use an out of process solution as in: generate input >> file, call program if anyone knows of a windows program like that. >> >> > > Had you ruled out CreateWindowEx, LineTo and DrawText from the Win32 API?
If there are bindings for GDI+ then that gets you nice antialiased lines too. --bb