> Error: Could not delete file > "C:\Hasan\Mods\src\dlls\$(IntDir)\$(InputName)1.obj" : Access is > denied.
havent fixxed that yet, im working on it, ill tell you if i can get them to compile, by the way thanks for the link to the converter you gave earlier > I also get tens of "could not find <some header file>.h" like: > C:\Hasan\Mods\src\game_shared\baseparticleentity.h(21): Could not find > the file particlemgr.h. > C:\Hasan\Mods\src\public\tier1\interface.h(31): Could not find the file dlfcn.h. i get that too, but they dont count as errors, this is why // CLIENT DLL includes #if defined( CLIENT_DLL ) #include "iclassmap.h" #include "recvproxy.h" class SendTable; // Game DLL includes #else #include "sendproxy.h" #endif // !CLIENT_DLL that looks to see what project you are compiling, if you are using the client project it will include the client version of the header, obviously source uses different headers for each. I don't think they matter. -Draco _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders