> 1. I've made a new console application, but i get these errors. I've have > ADDED wsock32.lib in the "link" section of build|settings. I think I'm > missing something somewhere, like a path statement, or something. > C:\Mud Stuff\Circle Mud\src\sysdep.h(49): Could not find the file <more, ect...> > > and it goes on. > These files seem to be the standard ones that come with the compiler, i > thought. When i use Nmake, i get NO problems at all. When I goto > build|settings -> Link, i DON'T touch anything (ie. Category = General, > output file = circle (i added that in) and Common Options list all those > .lib files, including wsock32.lib which is the first one in the list. The reason that you get those errors is because when MSVC parses through the file it doesn't use the defines ifdef's at all it just looks at everything and when the compiler see's a #include it looks for the file. the reason why nmake doesn't show this is because it actually looks at all the #defines and such. Christopher M. Ryan drizzt@visi.net http://www.visi.net/~drizzt/index.html http://www.visi.net/~drizzt/quake/index.html +-----------------------------------------------------------+ | Ensure that you have read the CircleMUD Mailing List FAQ: | | http://cspo.queensu.ca/~fletcher/Circle/list_faq.html | +-----------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/18/00 PST