Search found 1 match

by pahihu
Wed Mar 03, 2010 1:08 pm
Forum: newLISP in the real world
Topic: run-time check failed in function p_bayesTrain nl-math.c
Replies: 1
Views: 949

run-time check failed in function p_bayesTrain nl-math.c

Hi,
I am porting newLISP to MS Visual C++ using the Windows 7 SDK.
In the p_bayesTrain function total should be allocated as an array:

total = alloca(maxIdx * sizeof(int));

Thanks,
pahihu