Author |
Message |
Topic: Reviving Juno on GitHub |
samsam698
Replies: 6
Views: 76533
|
Forum: Juno Posted: Tue Nov 29, 2011 1:20 am Subject: Reviving Juno on GitHub |
Really excited that someday somebody take up this project!!!!Appreciated and looking forward to your keeping on updates!!! |
Topic: ToolTip caused Form desn't destroy |
samsam698
Replies: 0
Views: 13893
|
Forum: DFL Posted: Wed May 25, 2011 7:49 pm Subject: ToolTip caused Form desn't destroy |
I tested quite a while with DMD2.053+newest DFL(as of today) and found it using ToolTip in a Form will cause the Form can't really destroy after the application quit.Check in the task manager will see ... |
Topic: Entice & Dcode Chinese font support |
samsam698
Replies: 0
Views: 13700
|
Forum: DFL Posted: Mon May 23, 2011 8:38 pm Subject: Entice & Dcode Chinese font support |
Greetings!
Very glad to see DFL & Entice is in the updating.It would be great if Aisa font is supported int the Entice & Doce editor.Currently I can not enter Chinese font in the editor.
... |
Topic: Can DFL/Entice generate code in class for (common) controls? |
samsam698
Replies: 0
Views: 14189
|
Forum: DFL Posted: Thu Dec 02, 2010 6:39 pm Subject: Can DFL/Entice generate code in class for (common) controls? |
MFC wizard can generate many controls into classes which are not presented in the resource editor panel.I am wondering can DFL or entice do the same way to make use of many windows native controls?
... |
Topic: Failed to build gtkD latest svn with dmd 2.050 under XP |
samsam698
Replies: 0
Views: 7386
|
Forum: gtkD Posted: Mon Nov 15, 2010 1:33 am Subject: Failed to build gtkD latest svn with dmd 2.050 under XP |
Greetings!
I met problems when built gtkd the latest svn with dmd 2.050 under windows XP.Tried both dsss and bud.Below are problems:
For dsss:
Creating imports for DD-pango
Creating...
...
... |
Topic: How can I turn on code completion |
samsam698
Replies: 4
Views: 10916
|
Forum: Visual D Posted: Fri Jun 04, 2010 1:18 am Subject: How can I turn on code completion |
Hi,
1.I can build a plain D (just phobos) program under release mode but can not build under Debug mode even a plain d program.I reports
"cannot launch debugger on d:\Dlang\dex\d2ex\consoleap ... |
Topic: How can I turn on code completion |
samsam698
Replies: 4
Views: 10916
|
Forum: Visual D Posted: Thu May 27, 2010 9:40 am Subject: How can I turn on code completion |
Greetings!
I have vs2008 Shell and Visual D installed in xp (dmd2044).But I encountered three problems:
1.I can build a plain D (just phobos) program under release mode but can not build under De ... |
Topic: How to compile my gtkd program under Ubuntu |
samsam698
Replies: 5
Views: 12773
|
Forum: gtkD Posted: Sat May 22, 2010 12:12 am Subject: How to compile my gtkd program under Ubuntu |
Ok, on a plain text editor, as "gedit" (I prefer "geany") paste this code:
import std.stdio;
import gtk.MainWindow;
import gtk.Label;
import gtk.Main;
void main(string ... |
Topic: How to compile my gtkd program under Ubuntu |
samsam698
Replies: 5
Views: 12773
|
Forum: gtkD Posted: Fri May 21, 2010 10:19 am Subject: How to compile my gtkd program under Ubuntu |
You can try these
Sorry I did not make it clear.
What I want is not to compile gtkd ,rather I mean I have got the gtkD package in my pc,now how can compile my own d program written in gtkD.
... |
Topic: How to compile my gtkd program under Ubuntu |
samsam698
Replies: 5
Views: 12773
|
Forum: gtkD Posted: Fri May 21, 2010 12:56 am Subject: How to compile my gtkd program under Ubuntu |
Greetings to everybody!
I know this is a very silly qestion.If I was missing something in the gtkd page and gtkd forum,or D main page,forgive me.
I can compile and run a plain D(phobos2) app und ... |
Topic: Which version the latest of D2 support juno.051? |
samsam698
Replies: 22
Views: 75915
|
Forum: Juno Posted: Mon Dec 14, 2009 8:57 pm Subject: Which version the latest of D2 support juno.051? |
When i try it with LocalServer, it creates an instance of IE ok, but it's invisible.
Adding a
setProperty(ieApp, "Visible", VARIANT_TRUE);
Before calling navigate makes ... |
Topic: Which version the latest of D2 support juno.051? |
samsam698
Replies: 22
Views: 75915
|
Forum: Juno Posted: Thu Dec 10, 2009 8:44 pm Subject: Which version the latest of D2 support juno.051? |
Seems to be related to COM execution contexts. I don't remember how it all works offhand, but try changing the example code to:
IDispatch excelApp=coCreate!(IDispatch)("Excel.App ... |
Topic: Which version the latest of D2 support juno.051? |
samsam698
Replies: 22
Views: 75915
|
Forum: Juno Posted: Thu Dec 10, 2009 2:52 am Subject: Which version the latest of D2 support juno.051? |
Try adding an import for juno.xml.msxml.
Thanks a lot.It works now.
I found automation examples (ie,word,excel),but none works fine:
module example;
import juno.com.core;
import std. ... |
Topic: Which version the latest of D2 support juno.051? |
samsam698
Replies: 22
Views: 75915
|
Forum: Juno Posted: Wed Dec 09, 2009 3:59 am Subject: Which version the latest of D2 support juno.051? |
I don't know about #1 or #2, but #3 sounds like you're still missing an entry in your OleAut32.lib. I see that Numpsy offered you an OleAut32.lib, but it could be lacking a particular entry.
Yo ... |
Topic: Which version the latest of D2 support juno.051? |
samsam698
Replies: 22
Views: 75915
|
Forum: Juno Posted: Sun Dec 06, 2009 7:24 pm Subject: Which version the latest of D2 support juno.051? |
During the past a couple of days,I tried to build juno under dmd 1.052 and dmd 1.053,both fine on build.For the sample programs,some work fine very well ,esp those ole_come samples,but some still dosn ... |
|