Advertisement
Guest User

Nintendo nx sdk - minggoddess

a guest
Feb 21st, 2017
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. https://translate.google.com/translate?hl=en&sl=zh-CN&u=http://www.cnblogs.com/minggoddess/p/6121864.html&prev=search
  2.  
  3. Recently made in Nintendo pit.
  4.  
  5. He would like to make a key to install, can always have some problems, so to find a very troublesome. Are wrapped in the inside, depends on a lot of documents
  6.  
  7. The first question is NintendoSDK Configuration Manager
  8.  
  9. This thing would have to make a one-click configuration, but NDI shows the installation of the NitendoSDK VsExtension, but the game is not
  10.  
  11. To re-installed in NDI, because there is no developer account, can not be networked, can only be used megazarf installed, you need a cache path to reinstall
  12.  
  13. C: \ Users \ xxx \ AppData \ Local \ Nintendo \ NDI \ Cache
  14.  
  15. To set up in NDI setting.
  16.  
  17. After the installation, this thing is not easy to use. He will add some lib and path, but the feeling did not add the whole, the manual fill up, and finally there will be the problem
  18.  
  19. 1> libnn_os.lib (os_InvokeNnMain-os.win32.obj): error LNK2019: unresolved external symbol _nnong referenced in function _WinMain @ 16
  20.  
  21. Feeling that some other places set, that configuration manager did not set up me, the document did not seem to say. You can only one by one compared to the sample and their own settings. The The Look at the document again. The The
  22.  
  23. Also google the original is to add this sentence
  24.  
  25. Extern "C" void nnMain ()
  26. {
  27. }
  28.  
  29. Can not find nnMain. The The The The Thanks to stackoverflow a brother's inspiration
  30.  
  31.  
  32. original Chinese
  33. http://www.cnblogs.com/minggoddess/p/6121864.html
  34.  
  35. 最近在做ns 任天堂略坑..
  36.  
  37. 他想做成一键安装,可总是有些问题,这样再去找就很麻烦了.都是包在里面的,要看很多文档
  38.  
  39. 第一个问题是 NintendoSDK Configuration Manager
  40.  
  41. 这个东西本来要做成一键式配置,但NDI里显示安装了 NitendoSDK VsExtension,可vs里就是没有
  42.  
  43. 要在NDI里再装一次,因为没有开发者帐号,不能联网,只能用megazarf装,就需要一个cache路径才能reinstall
  44.  
  45. C:\Users\xxx\AppData\Local\Nintendo\NDI\Cache
  46.  
  47. 要在NDI setting里设置过去。
  48.  
  49. 装好后,这东西并不好用。他会加一些lib和路径,但是感觉没加全,这个手动补了,最后还会有这个问题
  50.  
  51. 1>libnn_os.lib(os_InvokeNnMain-os.win32.obj) : error LNK2019: unresolved external symbol _nnMain referenced in function _WinMain@16
  52.  
  53. 感觉是 某些其它地方的设置,那个configuration manager没有给我设置好,文档里似乎也没说。就只能挨个比对sample和自己的项目的设置。。。再看看文档。。。
  54.  
  55. 还google了 原来是要加这句
  56.  
  57. extern "C" void nnMain()
  58. {
  59. }
  60.  
  61. 找不到nnMain。。。。。 多亏stackoverflow一位兄弟的启发
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement