各位大哥有什么经验,透露一点
或是帮忙帮我移植一下

解决方案 »

  1.   

      用 ANSI C写的就没问题.
      

  2.   

    Don't use the Windows OS related stuff .
    Easy to transplant!
      

  3.   

    移植后那个makefile要自己写吗
      

  4.   

    aesxam.c:148: parse error before '*' token
    aesxam.c: In function `cycles':
    aesxam.c:163: `rtn' undeclared (first use in this function)
    aesxam.c:163: (Each undeclared identifier is reported only once
    aesxam.c:163: for each function it appears in.)
    aesxam.c: In function `fillrand':
    aesxam.c:177: parse error before "__int64"
      

  5.   

    __int64相当于标准c上的什么数据类型
      

  6.   

      当然需要自己写了,也可以直接在命令行编译  在Windows下面编辑的源程序,可能包含有符号信息,导致编译时报错,  在Linux下直接使用 vi 进行编辑较好,也可以用EditPlus连接到Linux主机上进行编辑.