storage of " " is not known;今天移植了一个程序,原程序是在windows vc6.0 下完成,编译运行 通过。一直的过程中,出了windows.h要自己写一个,也要注意到数据结构的内存对齐(sizeof)。并将new 、delete使用malloc、free来替代。最后在linux下运行有error:storage of ""is not known!后来才知道不只在移植过程中发生了什么,#include<>,成了eclude<>.
storage of " " is not known
最新推荐文章于 2025-01-17 17:25:11 发布