Re: dia win32 compilation with MSVC

2003-01-06 Thread Steffen Macke
> 1. In the PANGO section, the URL for the 2nd bullet > is whacked, and the text implies libiconv vs pango > (looks like url should be: > http://umn.dl.sourceforge.net/sourceforge/dia-installer/pango-dev-1.0.5-200 >21201.zip ) > > 2. I'm guessing you intended to have an ICONV > section... > (FWIW

Re: dia win32 compilation with MSVC

2003-01-05 Thread Mike Garnsey
Steffen, Looks great...thanks for pulling this together! I'll try following the build notes tonite. BTW, I caught a couple of errors on your "dia win32 sources" page: 1. In the PANGO section, the URL for the 2nd bullet is whacked, and the text implies libiconv vs pango (looks like url should

Re: dia win32 compilation with MSVC

2003-01-05 Thread Steffen Macke
cool. Most of what I am doing/documenting now is how to build the libs used by dia. I assume you are using prebuilt copies of the dlls? Yes Steffen ___ Dia-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/dia-list FAQ at h

Re: dia win32 compilation with MSVC

2003-01-05 Thread James Michael DuPont
--- Steffen Macke <[EMAIL PROTECTED]> wrote: > James Michael DuPont wrote: > > >impressive > >can i use that for the basis of the one for mingw32 cross? > > > Sure, as you can see all the sources were already in the CVS. > The script in dia_extra_src_msvc.zip is just copying some files to > the

Re: dia win32 compilation with MSVC

2003-01-05 Thread Steffen Macke
James Michael DuPont wrote: impressive can i use that for the basis of the one for mingw32 cross? Sure, as you can see all the sources were already in the CVS. The script in dia_extra_src_msvc.zip is just copying some files to the right places and replacing art_rgb.h with the latest CVS versio

Re: dia win32 compilation with MSVC

2003-01-04 Thread James Michael DuPont
impressive can i use that for the basis of the one for mingw32 cross? thanks, mike --- Steffen Macke <[EMAIL PROTECTED]> wrote: > Hello All, > > with some help from Hans, I was able to compile dia for Win32. > > http://dia-installer.sourceforge.net > > has step-by-step instructions how to compil