Skip to content

Latest commit

 

History

History
27 lines (13 loc) · 663 Bytes

Notes.md

File metadata and controls

27 lines (13 loc) · 663 Bytes

C内联汇编只能支持32位

代码升级到新的编译标准

#include <iostream.h> ==> #include

Chap5代码不与t3dlib2.cpp、t3dlib3.cpp同时编译

运行及Debug时设置兼容模式,颜色模式根据情况设为8或16位

image-20230406153845632

unresolved external symbol _CLSID_DirectMusicLoader

unresolved external symbol _GUID_DirectMusicAllTypes

包含GUID引用错误时考虑

  1. 添加dxguid.lib
  2. 在文件开头#define INITGUID

参考 https://www.cnblogs.com/0odrifto0/p/3598431.html