YSI heapalloc.inc help
#4

Well, it's great if you fixed them. I thought that 26 errors appeared suddenly - in that case it may be a syntax error (not closed curly braket somewhere in another file).

To fix that last error you may find "forward Malloc_OnRuntimeError" string and create your own public function with declared argument list, e.g.:
Код:
forward Malloc_OnRuntimeError( ...some arguments... );

public Malloc_OnRuntimeError( ...exactly the same arguments... ) {
// do something - this function is called on runtime error (maybe log an error?)
}
Reply


Messages In This Thread
YSI heapalloc.inc help - by elhan005 - 16.08.2015, 12:36
Re: YSI heapalloc.inc help - by prineside - 16.08.2015, 14:33
Re: YSI heapalloc.inc help - by elhan005 - 16.08.2015, 15:03
Re: YSI heapalloc.inc help - by prineside - 16.08.2015, 15:19
Re: YSI heapalloc.inc help - by elhan005 - 16.08.2015, 15:27
Re: YSI heapalloc.inc help - by Abagail - 16.08.2015, 15:41
Re: YSI heapalloc.inc help - by elhan005 - 16.08.2015, 15:51

Forum Jump:


Users browsing this thread: 1 Guest(s)