lgeorge123 发表于 2012-8-19 20:37:17

ucgui 問題

在 NIOS II ( UCGUI )加 上 GRAPH_DATA_Handle_ahDataXY 不能編程 , 請各位看看 :

#include "GUI.h"
#include "sys/alt_stdio.h"   
   
#include "system.h"
#include "GRAPH.h"
#include "FRAMEWIN.h"
#include "GRAPH_Private.h"
#include "WIDGET.h"

GRAPH_DATA_Handle_ahDataXY;
int main()
{
alt_putstr("Hello from Nios II!\n");
GUI_Init();


   while (1);

return 0;
}

chanly1 发表于 2012-8-21 13:22:05

什么错误提示?

ganhui1300 发表于 2012-9-17 20:36:13

关注!!!!!!!!!!
页: [1]
查看完整版本: ucgui 問題