Thread overview
DWT2 state update
Mar 27, 2009
Frank Benoit
Mar 28, 2009
Frank Benoit
Mar 28, 2009
yidabu
Mar 28, 2009
Frank Benoit
March 27, 2009
State update:
...................|_D1 Tango________||_D2 Phobos_______|
...................|_Linux__|_Win32__||_Linux__|_Win32__|
base...............|_OK_____|_OK_____||_OK_____|_OK_____|
swt................|_OK_____|_OK_____||_OK_____|_OK_____|
core...............|_OK_____|_OK_____||_NO_____|_NO_____|
jface..............|_OK_____|_OK_____||_NO_____|_NO_____|
jfacetext..........|_OK_____|_OK_____||_NO_____|_NO_____|
uiforms............|_OK_____|_OK_____||_NO_____|_NO_____|
draw2d.............|_OK_____|_OK_____||_NO_____|_NO_____|
swtsnippets........|_NONE___|_OK_____||_NONE___|_SOME___|
jfacesnippets......|_NONE___|_OK_____||_NONE___|_NONE___|

Linux D1 Tango sample app are not yet running, because of the build process for them is not yet set up.

Phobos on win/linux is compiling but none of the code can be used for
applications right now. I really need help from some Phobos users to get
the implementations done. This is not hard, it just needs to be done.
And since I am not a phobos user, i hope for others.
On Windows there are some swt snippets buildable. they can be used to
make the first mini app running.

March 28, 2009
State update:
...................|_D1 Tango________||_D2 Phobos_______|
...................|_Linux__|_Win32__||_Linux__|_Win32__|
base...............|_OK_____|_OK_____||_COMPILE|_COMPILE|
swt................|_OK_____|_OK_____||_COMPILE|_COMPILE|
core...............|_OK_____|_OK_____||_NO_____|_NO_____|
jface..............|_OK_____|_OK_____||_NO_____|_NO_____|
jfacetext..........|_OK_____|_OK_____||_NO_____|_NO_____|
uiforms............|_OK_____|_OK_____||_NO_____|_NO_____|
draw2d.............|_OK_____|_OK_____||_NO_____|_NO_____|
swtsnippets........|_OK_____|_OK_____||_NONE___|_SOME___|
jfacesnippets......|_OK_____|_OK_____||_NONE___|_NONE___|

It turns out it was not too hard to get the samples build on linux
March 28, 2009
On Sat, 28 Mar 2009 00:03:05 +0100
Frank Benoit <keinfarbton@googlemail.com> wrote:

> State update:
> ...................|_D1 Tango________||_D2 Phobos_______|
> ...................|_Linux__|_Win32__||_Linux__|_Win32__|
> base...............|_OK_____|_OK_____||_OK_____|_OK_____|
> swt................|_OK_____|_OK_____||_OK_____|_OK_____|
> core...............|_OK_____|_OK_____||_NO_____|_NO_____|
> jface..............|_OK_____|_OK_____||_NO_____|_NO_____|
> jfacetext..........|_OK_____|_OK_____||_NO_____|_NO_____|
> uiforms............|_OK_____|_OK_____||_NO_____|_NO_____|
> draw2d.............|_OK_____|_OK_____||_NO_____|_NO_____|
> swtsnippets........|_NONE___|_OK_____||_NONE___|_SOME___|
> jfacesnippets......|_NONE___|_OK_____||_NONE___|_NONE___|
> 
> Linux D1 Tango sample app are not yet running, because of the build process for them is not yet set up.
> 
> Phobos on win/linux is compiling but none of the code can be used for
> applications right now. I really need help from some Phobos users to get
> the implementations done. This is not hard, it just needs to be done.
> And since I am not a phobos user, i hope for others.
> On Windows there are some swt snippets buildable. they can be used to
> make the first mini app running.
> 


unhandled D Exception (tango.sys.SharedLib.SharedLibException
 "Couldn't load symbol 'BufferedPaintUnInit' from shared library 'UxTheme.dll' : The specified procedure could not be found.") at KERNEL32.dll (0x7c812a5b) thread(1180)

with revison 57, tango 0.99.8, exception on app starts.



-- 
yidabu <yidabu.spam@gmail.com> http://www.dsource.org/projects/dwin

D 语言-中文(D Chinese): http://www.d-programming-language-china.org/ http://bbs.d-programming-language-china.org/ http://dwin.d-programming-language-china.org/ http://scite4d.d-programming-language-china.org/


March 28, 2009
yidabu schrieb:
> On Sat, 28 Mar 2009 00:03:05 +0100
> Frank Benoit <keinfarbton@googlemail.com> wrote:
> 
>> State update:
>> ...................|_D1 Tango________||_D2 Phobos_______|
>> ...................|_Linux__|_Win32__||_Linux__|_Win32__|
>> base...............|_OK_____|_OK_____||_OK_____|_OK_____|
>> swt................|_OK_____|_OK_____||_OK_____|_OK_____|
>> core...............|_OK_____|_OK_____||_NO_____|_NO_____|
>> jface..............|_OK_____|_OK_____||_NO_____|_NO_____|
>> jfacetext..........|_OK_____|_OK_____||_NO_____|_NO_____|
>> uiforms............|_OK_____|_OK_____||_NO_____|_NO_____|
>> draw2d.............|_OK_____|_OK_____||_NO_____|_NO_____|
>> swtsnippets........|_NONE___|_OK_____||_NONE___|_SOME___|
>> jfacesnippets......|_NONE___|_OK_____||_NONE___|_NONE___|
>>
>> Linux D1 Tango sample app are not yet running, because of the build process for them is not yet set up.
>>
>> Phobos on win/linux is compiling but none of the code can be used for
>> applications right now. I really need help from some Phobos users to get
>> the implementations done. This is not hard, it just needs to be done.
>> And since I am not a phobos user, i hope for others.
>> On Windows there are some swt snippets buildable. they can be used to
>> make the first mini app running.
>>
> 
> 
> unhandled D Exception (tango.sys.SharedLib.SharedLibException
>  "Couldn't load symbol 'BufferedPaintUnInit' from shared library 'UxTheme.dll' : The specified procedure could not be found.") at KERNEL32.dll (0x7c812a5b) thread(1180)
> 
> with revison 57, tango 0.99.8, exception on app starts.

thx, should work now.