![]() |
![]() |
Cheeseh |
![]()
Post
#1
|
||
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
I've been working hard on this fickle beast and I've got to a point where I can make the source available since it seems to work at the lowest of levels. Source link is at the bottom of this post here is the readme
it only works with CS:S atm if you manage to compile it, requires MS.NET. Note : there are some crashes in the getOrigin() code (anything relating to Networkables) if they bots/players leave the server. Still to get a better way of getting origins. source download: http://filebase.bots-united.com/index.php?action=file&id=259 |
||
![]() ![]() |
Salvax |
![]()
Post
#2
|
![]() Advanced Member ![]() ![]() ![]() Group: Members Posts: 75 Joined: 14-February 07 Member No.: 1,034 ![]() |
Faint!
mathlib.cpp error gone! but i got another 104 errors... ![]() error C2065 "int_CRTNOALIAS" ??? \hl2scr\public\tier0\memoveride.cpp(124); error C2146 Error C2501 error . . . . I really wanna cry ![]() |
Cheeseh |
![]()
Post
#3
|
![]() Admin ![]() ![]() ![]() ![]() ![]() Group: Admin Posts: 3,066 Joined: 11-September 03 From: uk Member No.: 1 ![]() |
I wrote about this already on the first page of this thread: http://rcbot.bots-united.com/forums/index....post&p=6616
QUOTE Memoverride Linking Errors & Fixes: memoverride.obj : error LNK2019: unresolved external symbol __aligned_malloc_base referenced in function __aligned_malloc memoverride.obj : error LNK2019: unresolved external symbol __aligned_free_base referenced in function __aligned_free Lines 405 - 430 in memoverride.cpp: Before: #if defined(_DEBUG) && _MSC_VER >= 1300 void __cdecl _aligned_free_base( void * ); void * __cdecl _aligned_malloc_base( size_t, size_t ); void * __cdecl _aligned_malloc( size_t size, size_t align ) { return _aligned_malloc_base(size, align); } void __cdecl _aligned_free( void *memblock ) { _aligned_free_base(memblock); } #endif After: #if defined(_DEBUG) && _MSC_VER >= 1300 void __cdecl _aligned_free( void * ); void * __cdecl _aligned_malloc( size_t, size_t ); void * __cdecl _aligned_malloc_base( size_t size, size_t align ) { return _aligned_malloc(size, align); } void __cdecl _aligned_free_base( void *memblock ) { _aligned_free(memblock); } #endif source: http://developer.valvesoftware.com/wiki/Co...ng_under_VS2005 |
![]() ![]() |
![]() |
Lo-Fi Version | Time is now: 22nd August 2025 - 07:37 AM |