I've found out that you cannot have static libraries depend on each other in the *.dsw workspace files for MSVC 6. Apparently only apps can depend on libraries. MSVC 6 does something strange when you have static libs depend on each other and warns you that symbols in a "dependent" static lib are multiply defined even though static libs are not linked together when built, but later when an app is created.
What this means is that the hundreds of LNK4006 warnings are now gone. Fixed in CVS. Regards, John Labenski ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ wxlua-users mailing list wxlua-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wxlua-users