Author |
Message |
Topic: Not having some keywords bold.... |
[Unknown]
Replies: 0
Views: 14010
|
Forum: DCoder Posted: Thu Jul 01, 2004 2:13 am Subject: Not having some keywords bold.... |
I saw [url=http://www.dsource.org/forums/viewtopic.php?t=60]this topic, but felt it might be better to start a new one rather than reply to an old one...
As far as the different syntax highlighting ... |
Topic: Simple question.... |
[Unknown]
Replies: 3
Views: 10467
|
Forum: General Posted: Sat Jun 26, 2004 10:20 pm Subject: Simple question.... |
The FILETIME parameters need to be declared as pointers:
Thanks, that fixed it.
-[Unknown] |
Topic: Simple question.... |
[Unknown]
Replies: 3
Views: 10467
|
Forum: General Posted: Sat Jun 26, 2004 5:43 pm Subject: Simple question.... |
I'm looking for a way to get the time a file was modified on. (filemtime, GetFileTime, etc.)
Now, I tried cooking the following up:
private import std.c.windows.windows;
private import std.utf; ... |
|