On 10/25/2013 04:04 AM, Gary Willoughby wrote:
1). Does D has any support for MSSQL?
See here:
http://forum.dlang.org/thread/qcxoafwuachwnnwqk...@forum.dlang.org
Thanks for the link, but what I meant by MSSQL is Microsoft SQL Server.
Not MySQL.
On 10/24/2013 10:28 PM, Adam D. Ruppe wrote:
On Tuesday, 22 October 2013 at 06:33:04 UTC, John Joyus wrote:
That works! Thanks.
cool. If you need anything more in this, let me know (feel free to email
me directly too destructiona...@gmail.com ) and i'll see what I can do.
That is
On 10/21/2013 07:27 PM, Adam D. Ruppe wrote:
On Monday, 21 October 2013 at 22:23:16 UTC, John Joyus wrote:
1. When I click the OK button, the message dialog pops-up *after* the
main window is closed, though the window.close(); line is after the
call to the MessageBox..
that's becaus
On 10/21/2013 03:29 PM, Adam D. Ruppe wrote:
oops, it was not supposed to have a scroll bar at all. Fixed, it was a
one line change, line 1823, remove the HSCROLL members.
New version is on github too.
That works!
I've had some trouble with WinXP and background colors on checkboxes and
radio
The full example now compiles with those two new files, thanks.
When I run the executable, the edit control shows no usable height. It
reduced to 0.5 mm, and width goes beyond the window, leaving a scroll bar.
Trying to set its Height and Width in the example program had no effect.
Btw, I hav
On 10/20/2013 02:15 PM, Adam D. Ruppe wrote:
On Sunday, 20 October 2013 at 17:24:30 UTC, John Joyus wrote:
Regarding the GUI part, all I really need is a form and a bunch of
buttons. Can I do that through pure Windows API in D to create a small
stand-alone executable that does everything by
On 10/20/2013 01:56 PM, Jacob Carlborg wrote:
You can use DWT:
https://github.com/d-widget-toolkit/dwt
For examples, just search for SWT.
Thanks. Does it need Java runtime on end user's machine?
On 10/20/2013 09:39 AM, Mike Wey wrote:
On 10/20/2013 10:13 AM, John Joyus wrote:
2). If I build with GtkD, it generates about 3.5 MB executable. Does
this contain everything or do I still have to distribute anything with
it to make it work on new Windows machines?
Thanks in advance.
You
I am learning D and itching to create some small tools (basically
Windows executables) for our internal use, but any tool I think of
creating also needs some support for SQL Server! So my question is:
1). Does D has any support for MSSQL?
I need the ability to connect to a SQL Server and run a