This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

关于api LCR_ValidatePatLutData 问题



各位你們好。最近我用一個空專案想要執行LCR_ValidatePatLutData 利用它打出pattern,可是我在執行的時候會出現記憶體錯誤的訊息。所以想要來跟大家討論一下你們是否有遇到相關的問題出現。

#include<API.h>
#include<dlp350_usb.h>

#include<iostream>

int main()
{
 int df;
 df=DLPC350_USB_Open();
 LCR_SetMode(1);
 printf("%d",df);
 LCR_AddToPatLut(0,1,1,1,true,true,true,true);
 unsigned int i;
LCR_ValidatePatLutData(&i)

 LCR_PatternDisplay(2);
}