• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

UTF8toSJIS変換 LabVIEWのためのiconv ラッパライブラリ(win32,linux,crio)


Commit MetaInfo

Revision6e10388781b445ac8a6e51ceaf41ea9fcb1c09fc (tree)
Time2012-05-07 00:34:32
Authorarakaki <alucky4416@user...>
Commiterarakaki

Log Message

ADD crio/00readme.txt

Change Summary

Incremental Difference

--- /dev/null
+++ b/lviconvwrapper/cRIO/00readme.txt
@@ -0,0 +1,30 @@
1+lviconvwrapper for cRIO
2+
3+lviconfwrapper is SJIS to UTF8 converter, with GNU iconv library
4+
5+compile lviconvwrapper.c, need GCC toolchain.
6+
7+get vxworks63gccdist.zip (for Windows)
8+
9+reference by http://zone.ni.com/devzone/cda/tut/p/id/10011
10+
11+extract vxworks63gccdist.zip to C:\
12+
13+DOS Prompt
14+\> c:\gccdst\supp\setup-gcc.bat
15+\> cd lviconvwrapper
16+\> make
17+\> cd PPC603gnu
18+
19+outputfile is lviconvwrapper.out (VxWorks Shared Library),
20+this file ftp transfer to cRIO. C:\ni-rt\system.
21+
22+
23+Open LabVIEW cRIORT_Iconv.lvproj, for LabVIEW 2010 and RT Module.
24+deploy cRIO
25+
26+UTF8toSJIS.vi
27+SJIStoUTF8.vi
28+
29+
30+