Visual Studio 2013編譯Mozilla NPAPI 樣本注意事項

來源:互聯網
上載者:User

標籤:io   for   re   c   cti   ar   window   windows   

1、Platform Toolset設定Visual Studio 2013 - Windows XP (v120_xp)。

2、Character Set設定Use Multi-Byte Character Set。

3、添加以下Preprocessor Definitions:

NPRT_EXPORTS

XP_WIN32

MOZILLA_STRICT_API

XPCOM_GLUE

XP_WIN

_X86_

_CRT_SECURE_NO_WARNINGS

4、Precomplied Header設定Not Using Precompiled Headers。

5、npupp.h修改為npfunctions.h。

6、類似int16、int32的修改為int16_t、int32_t。

7、返回PR_TRUE、PR_FALSE的直接true、false。

8、NPString的utf8characters、utf8length修改為UTF8Characters、UTF8Length。

9、添加stdio.h確保printf可以調用。

10、strdup修改為_strdup。

11、Module Definition File設定nprt.def。

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.