Re: [Plib-devel] Example Program Changes
Brought to you by:
sjbaker
From: Wolfram K. <w_...@rz...> - 2006-11-08 14:54:36
|
I wrote: >M. wrote: > >> >> p-guide doesn't compile. It issues this error message: > >It does not compile under Windows with a clean checkout either. I finally can commit to SVN and am so spending a bit more time. The issue with the MSVC6 compilation actually was fairly trivial and MSVC6 specific; It did not link to puAux in the *.dsp (MSVC6 project). =46ixed and committed, here is the output of compilation: ------------Configuration: pGuide - Win32 Release---------------- Compiling... LoadSave.cxx pGuide.cxx PropertiesWindow.cxx StatusWindow.cxx WidgetWindow.cxx WriteCode.cxx Linking... LINK : warning LNK4098: defaultlib "LIBCMT" conflicts with use of other libs; use /NODEFAULTLIB:library pGuide.exe - 0 error(s), 1 warning(s) I don't know what to do about that warning, sorry. But from experience it is harmless. Unfortunately Microsoft does not tell you what conflicts with what, only that there is a conflict. BTW I get the same with a few other PLIB projects as well. @ Melchior: As you see, it does not compile CreateWidget.cxx and renaming that file does not affect compilation. Please take that file out of the makefile and see what happens.=20 @John F. Fay: Please check that file is superfluous and then remove it from SVN. >- tools, exposer, ttt3d and almost all examples work without warnings. >The non working one is tween_test, which I fixed on my computer. Now I >just need to be able to commit stuff. I am working on this. Committed, again the error was in a MSVC only file. >- There are no MSVC6 workspaces for some projects (IIRC: simon and >widgy).=20 The new Simon one works and widgy is superseded by p-guide, so everything ok here as well. Bye bye, Wolfram |