? 久久久无码精品国产一区,极品丝袜高跟91白沙发在线,黄色应用免费大全
聯(lián)系我們

給我們留言

聯(lián)系我們

地址:福建省晉江市青陽(yáng)街道洪山路國(guó)際工業(yè)設(shè)計(jì)園納金網(wǎng)

郵箱:info@narkii.com

電話:0595-82682267

(周一到周五, 周六周日休息)

當(dāng)前位置:主頁(yè) > 3D教程 > 圖文教程

UE4 windows類型沖突的解決方法

來源: 52vr | 責(zé)任編輯:傳說的落葉 | 發(fā)布時(shí)間: 2019-06-06 08:29 | 瀏覽量:

原文:http://aigo.iteye.com/blog/2286920

 

error C2872: 'INT': ambiguous symbol    ue4 DoNotUseOldUE4Type::INT 

[UE4]windows類型沖突的解決方法

 

'UINT': ambiguous symbol

 

出現(xiàn)這個(gè)錯(cuò)誤的原因是因?yàn)橐玫牡谌綆?kù)中的變量類型與UE4變量類型沖突。

 

解決辦法:在每個(gè)include第三方庫(kù)頭文件的地方,前后分別加上#include "AllowWindowsPlatformTypes.h"#include "HideWindowsPlatformTypes.h"

例如,以引用ffmpeginc為例:

 
  1. #include "AllowWindowsPlatformTypes.h"  
  2. #include "ffmpeginc.h"  
  3. #include "HideWindowsPlatformTypes.h"  

 

 

參考:

Trouble using windows includes with DWORD, INT

https://answers.unrealengine.com/questions/27560/trouble-using-windows-includes-with-dword-int.html


相關(guān)文章
網(wǎng)友評(píng)論

您需要登錄后才可以發(fā)帖 登錄 | 立即注冊(cè)

關(guān)閉

全部評(píng)論:0條

推薦
熱門