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

Search found 11 matches
Forum Index
Author Message
  Topic: Cannot build Derelict2 using dsss
krcko

Replies: 6
Views: 11129

PostForum: Derelict   Posted: Tue Nov 16, 2010 7:50 pm   Subject: Cannot build Derelict2 using dsss
had same problem - I'm pretty sure you can't use D2 and DSSS together.
I'm using it for my newest project without any problems.
  Topic: Building Derelict2
krcko

Replies: 7
Views: 15866

PostForum: Derelict   Posted: Tue Nov 16, 2010 7:46 pm   Subject: Building Derelict2
I've tried to build Derelict2 using DSSS and DMD 2.050 but got few "C-style function pointer and pointer to array syntax is deprecated. Use 'function' to declare function pointers" errors.
...
  Topic: To guys.......
krcko

Replies: 6
Views: 14298

PostForum: Poseidon   Posted: Tue Sep 04, 2007 6:27 pm   Subject: To guys.......
i would like to help (i'm also new to D, i'm programming in just 3-4 months but i really like the language and from now on it's going to be my first choice when i need something to be coded easy and y ...
  Topic: Feature request
krcko

Replies: 5
Views: 18141

PostForum: Poseidon   Posted: Mon Sep 03, 2007 8:57 pm   Subject: Feature request
there is one feature i really need in Poseidon, and that is ADD-INS!!!

i would like to see support for add-ins (plugins, call it how you like) in one of the next releases, in that way many users (i ...
  Topic: Splash screen & icons
krcko

Replies: 3
Views: 10474

PostForum: Poseidon   Posted: Mon Sep 03, 2007 8:49 pm   Subject: Splash screen & icons
here are the icon for *.d files with "D" and i did another icon for poseidon (trident is now more visible)

[URL=http://www.filecrunch.com/file/~euhod0]Download Poseidon icons.zip
  Topic: Splash screen & icons
krcko

Replies: 3
Views: 10474

PostForum: Poseidon   Posted: Mon Sep 03, 2007 6:11 am   Subject: Re: Splash screen & icons
Personally I like the splash and poseidon image Very Happy , but I think the D image( for *.d ) should be with "D".....

yes you're right, i'll do one with "D" Smile


btw i'm no graphic ...
  Topic: Making copy of a class instance?
krcko

Replies: 6
Views: 14024

PostForum: General   Posted: Sun Sep 02, 2007 3:28 pm   Subject: Making copy of a class instance?
well, it seems that i must do it in that way (to make a dup method) since, i cannot find a way to copy recursive classes (ie classes that have references to other classes as their members)... well i'm ...
  Topic: Splash screen & icons
krcko

Replies: 3
Views: 10474

PostForum: Poseidon   Posted: Sun Sep 02, 2007 1:13 pm   Subject: Splash screen & icons
hi, i recently downloaded Poseidon and i really like it (there are few thigs i would like to be added/changed, but i know that it's work in progress, and those things will be added in future i hope), ...
  Topic: Making copy of a class instance?
krcko

Replies: 6
Views: 14024

PostForum: General   Posted: Sat Sep 01, 2007 9:48 pm   Subject: Making copy of a class instance?
i found a way to make a copy of class, by using windows' CopyMemory and gc's capacity:

// on the top:
import std.gc;

extern(Windows)
{
void RtlMoveMemory(void* src, void ...
  Topic: Making copy of a class instance?
krcko

Replies: 6
Views: 14024

PostForum: General   Posted: Sat Sep 01, 2007 9:13 am   Subject: Making copy of a class instance?
thanx csauls, but manualy duplicating is my last option, which i'm trying to avoid... i'll see to try some ides which i have... (but they are all in asm, and i'm beginner in asm, so i'll first need to ...
  Topic: Making copy of a class instance?
krcko

Replies: 6
Views: 14024

PostForum: General   Posted: Fri Aug 31, 2007 8:41 pm   Subject: Making copy of a class instance?
is it possible? and how?

i'm writting stack class (template) to use in my first d project, but i'm having problems with classes. the stack has dup and dupBottom methods for duplicatin top-most and ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group