FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 56 matches
Forum Index
Author Message
  Topic: DAllegro on D2 - install_int not interrupting
torhu

Replies: 1
Views: 41647

PostForum: dallegro   Posted: Sat Oct 22, 2011 8:54 am   Subject: DAllegro on D2 - install_int not interrupting
I'm sorry I haven't checked this forum for a while, but I will leave a reply anyway.

Try declaring i as shared or __gshared. Globals in D2 are thread-local by default, and IIRC, Allegro uses a sep ...
  Topic: How to initialize associative arrays?
torhu

Replies: 1
Views: 10774

PostForum: General   Posted: Sat Jun 26, 2010 11:51 am   Subject: How to initialize associative arrays?
Unfortunately, assoc array initializers can't be used in static initialization. You have to put them inside a function.
  Topic: Compiling with DMD2
torhu

Replies: 12
Views: 32791

PostForum: dallegro   Posted: Wed Jun 23, 2010 12:21 am   Subject: Compiling with DMD2
You could use tortoisesvn, sure. But if you're building on the command line anyway, I'd just go with the use it the thing. Cool

How do you handle memory that 'BITMAP*' and 'SAMPLE*' variables point ...
  Topic: Compiling with DMD2
torhu

Replies: 12
Views: 32791

PostForum: dallegro   Posted: Tue Jun 22, 2010 8:19 pm   Subject: Compiling with DMD2
Btw, you might want to use SVN to check out the latest dallegro revision, to get today's bugfixes. At least once your program starts crashing or behaving weirdly. Laughing
  Topic: Compiling with DMD2
torhu

Replies: 12
Views: 32791

PostForum: dallegro   Posted: Tue Jun 22, 2010 7:56 pm   Subject: Compiling with DMD2

I tried the -Xallegro and -Xcore, but got compile errors sighting in the phobos library.

Yeah, there's something going on with the phobos build.


I've got a program that has a list of string ...
  Topic: Compiling with DMD2
torhu

Replies: 12
Views: 32791

PostForum: dallegro   Posted: Tue Jun 22, 2010 5:50 pm   Subject: Compiling with DMD2
Yeah, use writeln() instead when you don't need to use format codes.

I tend to just build with -full to avoid those linker errors. You can prebuild dallegro with make-lib.bat and link with the r ...
  Topic: Compiling with DMD2
torhu

Replies: 12
Views: 32791

PostForum: dallegro   Posted: Sun Jun 20, 2010 12:43 pm   Subject: Compiling with DMD2
I just uploaded a [url=http://www.dsource.org/projects/dallegro/browser/downloads/dallegro_r13364.zip?format=raw]snapshot that's got better support for the latest DMD 2.x versions. Still need to comp ...
  Topic: SUBSYSTEM:WINDOWS:6.00 doesn't work on WindowsXP
torhu

Replies: 7
Views: 13570

PostForum: Visual D   Posted: Sat Jun 19, 2010 5:38 pm   Subject: SUBSYSTEM:WINDOWS:6.00 doesn't work on WindowsXP
I think msvc 2008 defaults to version 5.0 too, at least the express version does.

It's hard to find any info about the subsystem versions. I found these links:
http://blog.koroirc.com/2008/06/visu ...
  Topic: SUBSYSTEM:WINDOWS:6.00 doesn't work on WindowsXP
torhu

Replies: 7
Views: 13570

PostForum: Visual D   Posted: Sat Jun 19, 2010 9:09 am   Subject: SUBSYSTEM:WINDOWS:6.00 doesn't work on WindowsXP
Optlink defaults to 3.1, so I usually build my stuff with /subsystem:windows:4. Windows disables some GUI features for 3.1, but version 4 seems to be ok.
  Topic: Stretch blit - crash?
torhu

Replies: 8
Views: 20753

PostForum: dallegro   Posted: Fri Feb 19, 2010 2:39 pm   Subject: Stretch blit - crash?
It would be easier to see the problem if you could provide a minimal, compilable program that exhibits the behavior.
  Topic: Any plans to actualize it
torhu

Replies: 2
Views: 13768

PostForum: dallegro   Posted: Fri Jan 08, 2010 9:26 am   Subject: Any plans to actualize it
I did some work on this over christmas, and it seems to work. I'll check it in once I've tested and cleaned it up a bit more. Let me know if you need it right away, and I'll send you a patch of my w ...
  Topic: Any plans to actualize it
torhu

Replies: 2
Views: 13768

PostForum: dallegro   Posted: Mon Nov 16, 2009 10:49 pm   Subject: Any plans to actualize it
I don't have any plans right now, sorry. But see my reply on the news group if you want to try doing it yourself. Smile
  Topic: The escape key (key[KEY_ESC])
torhu

Replies: 10
Views: 24674

PostForum: dallegro   Posted: Sat Jun 13, 2009 10:35 am   Subject: The escape key (key[KEY_ESC])
I don't know if Vista can cause trouble, I still use XP. You could try asking over at the [url=www.allegro.cc/forums]Allegro forum. I don't have widescreen either. Sorry that I can't be of much help. ...
  Topic: Private class members missing
torhu

Replies: 3
Views: 13613

PostForum: cv2pdb   Posted: Mon Jun 08, 2009 4:52 pm   Subject: Private class members missing
Thanks, seems to work fine now. Smile
  Topic: Private class members missing
torhu

Replies: 3
Views: 13613

PostForum: cv2pdb   Posted: Sun Jun 07, 2009 2:45 pm   Subject: Private class members missing
It seems that most private class fields are not displayed when expanding the 'this' line in autos or locals. Is that a bug, or am I missing something?
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group