tier1.lib(bitbuf.obj) : warning LNK4078: multiple '.CRT' sections found with
different attributes (40300040)

I'm getting this error in the lib section of the linker.

I'll start from the start.

I have a strange problem with MSVC 2003 and 2005 for that matter.
Intellisense seems to have farted, it can find definitions of local classes
but anything in the SDK it chokes, yet it compiles fine.
I thought it was maybe because I had last opened the SDK in 2005, so the ncb
might be 2005 and my projects are all 2003 so i deleted all ncb's and opened
then compiled them all in 2003 and it still didn't work.
And yes, closed and opened each project when i deleted the ncb's

So, I refreshed the SDK source content, the intellisense isn't fixed and I
now get these unresolved externals:

-----------------------------------------------------------------

unresolved external symbol ___CxxFrameHandler3

unresolved external symbol __ftol2_sse

unresolved external symbol ___CxxFrameHandler3 referenced in function
[EMAIL PROTECTED]@@QAE_NPAVIBaseFileSystem@@[EMAIL PROTECTED]

unresolved external symbol __alloca_probe_16 referenced in function
"private: void __thiscall KeyValues::WriteConvertedString(class
IBaseFileSystem *,void *,class CUtlBuffer *,char const *)"
([EMAIL PROTECTED]@@AAEXPAVIBaseFileSystem@@PAXPAVCUtlBuffer@@
[EMAIL PROTECTED])

unresolved external symbol __ftol2_sse referenced in function "char *
__cdecl V_pretifymem(float,int,bool)" (?V_pretifymem@@[EMAIL PROTECTED])
zombie_mm error LNK2019: unresolved external symbol __ftol2_sse referenced
in function "private: void __thiscall KeyValues::RecursiveSaveToFile(class
IBaseFileSystem *,void *,class CUtlBuffer *,int)"
([EMAIL PROTECTED]@@AAEXPAVIBaseFileSystem@@PAXPAVCUtlBuffer@@H
@Z)

unresolved external symbol __vswprintf referenced in function "int __cdecl
swprintf(wchar_t *,wchar_t const *,...)" (?swprintf@@YAHPA_WPB_WZZ)


-----------------------------------------------------------------

So I added /verbose and saw the first error.

Any hints?

Thanks,
Jason Croghan


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders

Reply via email to