|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.ide digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D.dwt - Clipboard Example
I have not found a class for this Line 152 new ArrayWrapperString(data) Mar 09 2008
Same here it seems dwtexamples/texteditor/TextEditor.d => dwtexamples/texteditor/TextEditor + /usr/bin/rebuild -Idsss_imports/ -I. -S./ -I/home/tytower/d/include/d -S/home/tytower/d/lib/ -I/usr/include/d -S/usr/lib -I/home/tytower/d/include/d -S/home/tytower/d/lib -oqdsss_objs/D -g -gc -debug -Jdwtexamples/texteditor dwtexamples/texteditor/TextEditor.d -ofdwtexamples/texteditor/TextEditor dwtexamples/texteditor/TextEditor.d(364): Error: undefined identifier codepointCount dwtexamples/texteditor/TextEditor.d(364): Error: function expected before (), not codepointCount of type int Command /usr/bin/rebuild returned with code 256, aborting. Error: Command failed, aborting. [tytower linuxbox dwt-samples-200a229be5ca]$ Mar 09 2008
yidabu Wrote:build TextEditor step by step: 1. added to TextEditor.d and Images: pragma(lib, "dwt.lib"); pragma(lib, "advapi32"); pragma(lib, "comctl32.lib"); pragma(lib, "comdlg32.lib"); pragma(lib, "gdi32.lib"); pragma(lib, "kernel32.lib"); pragma(lib, "shell32.lib"); pragma(lib, "ole32.lib"); pragma(lib, "oleaut32.lib"); pragma(lib, "olepro32.lib"); pragma(lib, "oleacc.lib"); pragma(lib, "user32.lib"); pragma(lib, "usp10.lib"); pragma(lib, "msimg32.lib"); pragma(lib, "opengl32.lib"); 2. run dmd TextEditor.d Images.d -Jyour\path\dwtexamples\texteditor -release -L/SUBSYSTEM:windows:5 On Sun, 09 Mar 2008 19:58:45 -0400 Ty Tower <tytower hotmail.com.au> wrote:Same here it seems dwtexamples/texteditor/TextEditor.d => dwtexamples/texteditor/TextEditor + /usr/bin/rebuild -Idsss_imports/ -I. -S./ -I/home/tytower/d/include/d -S/home/tytower/d/lib/ -I/usr/include/d -S/usr/lib -I/home/tytower/d/include/d -S/home/tytower/d/lib -oqdsss_objs/D -g -gc -debug -Jdwtexamples/texteditor dwtexamples/texteditor/TextEditor.d -ofdwtexamples/texteditor/TextEditor dwtexamples/texteditor/TextEditor.d(364): Error: undefined identifier codepointCount dwtexamples/texteditor/TextEditor.d(364): Error: function expected before (), not codepointCount of type int Command /usr/bin/rebuild returned with code 256, aborting. Error: Command failed, aborting. [tytower linuxbox dwt-samples-200a229be5ca]$ Mar 10 2008
yidabu Wrote:build TextEditor step by step: 1. added to TextEditor.d and Images: pragma(lib, "dwt.lib"); pragma(lib, "advapi32"); pragma(lib, "comctl32.lib"); pragma(lib, "comdlg32.lib"); pragma(lib, "gdi32.lib"); pragma(lib, "kernel32.lib"); pragma(lib, "shell32.lib"); pragma(lib, "ole32.lib"); pragma(lib, "oleaut32.lib"); pragma(lib, "olepro32.lib"); pragma(lib, "oleacc.lib"); pragma(lib, "user32.lib"); pragma(lib, "usp10.lib"); pragma(lib, "msimg32.lib"); pragma(lib, "opengl32.lib"); 2. run dmd TextEditor.d Images.d -Jyour\path\dwtexamples\texteditor -release -L/SUBSYSTEM:windows:5 Mar 10 2008
build TextEditor step by step: 1. added to TextEditor.d and Images: pragma(lib, "dwt.lib"); pragma(lib, "advapi32"); pragma(lib, "comctl32.lib"); pragma(lib, "comdlg32.lib"); pragma(lib, "gdi32.lib"); pragma(lib, "kernel32.lib"); pragma(lib, "shell32.lib"); pragma(lib, "ole32.lib"); pragma(lib, "oleaut32.lib"); pragma(lib, "olepro32.lib"); pragma(lib, "oleacc.lib"); pragma(lib, "user32.lib"); pragma(lib, "usp10.lib"); pragma(lib, "msimg32.lib"); pragma(lib, "opengl32.lib"); 2. run dmd TextEditor.d Images.d -Jyour\path\dwtexamples\texteditor -release -L/SUBSYSTEM:windows:5 On Sun, 09 Mar 2008 19:58:45 -0400 Ty Tower <tytower hotmail.com.au> wrote:Same here it seems dwtexamples/texteditor/TextEditor.d => dwtexamples/texteditor/TextEditor + /usr/bin/rebuild -Idsss_imports/ -I. -S./ -I/home/tytower/d/include/d -S/home/tytower/d/lib/ -I/usr/include/d -S/usr/lib -I/home/tytower/d/include/d -S/home/tytower/d/lib -oqdsss_objs/D -g -gc -debug -Jdwtexamples/texteditor dwtexamples/texteditor/TextEditor.d -ofdwtexamples/texteditor/TextEditor dwtexamples/texteditor/TextEditor.d(364): Error: undefined identifier codepointCount dwtexamples/texteditor/TextEditor.d(364): Error: function expected before (), not codepointCount of type int Command /usr/bin/rebuild returned with code 256, aborting. Error: Command failed, aborting. [tytower linuxbox dwt-samples-200a229be5ca]$ Mar 09 2008
|