Author |
Message |
Topic: CDC, an alternative to BUD |
moechofe
Replies: 4
Views: 20316
|
Forum: Build Posted: Fri Aug 13, 2010 10:29 am Subject: CDC, an alternative to BUD |
Yes I have some linking trouble, but it seems more about my own config. |
Topic: Is FastCGI4D being maintained |
moechofe
Replies: 3
Views: 63292
|
Forum: FastCGI4D Posted: Sat Jun 26, 2010 5:36 am Subject: Is FastCGI4D being maintained |
Wowooo
Thanks! |
Topic: CDC, an alternative to BUD |
moechofe
Replies: 4
Views: 20316
|
Forum: Build Posted: Sat Jun 26, 2010 5:24 am Subject: CDC, an alternative to BUD |
I'm using it. |
Topic: How to get finalizer called? |
moechofe
Replies: 2
Views: 14669
|
Forum: MiniD Posted: Wed Apr 21, 2010 1:00 am Subject: How to get finalizer called? |
I made a simple example, to observe that my finalizer function isn't called. Do I forgot something?module minidtestdelete;
import tango.util.log.Trace;
import minid.api;
pragma(lib,"DD-min ... |
Topic: [DELETE] How to sfml create_image |
moechofe
Replies: 3
Views: 8472
|
Forum: Derelict Posted: Fri Apr 16, 2010 11:43 am Subject: [DELETE] How to sfml create_image |
I understand, and now, I'm pretty sure my problem concerns Tango. |
Topic: [DELETE] How to sfml create_image |
moechofe
Replies: 3
Views: 8472
|
Forum: Derelict Posted: Tue Apr 13, 2010 1:47 pm Subject: [DELETE] How to sfml create_image |
Hi, I'm trying to load an image from memory.
I'm not sure if my mistake concerns tango or sfml.
auto data = new FileFolder("path"); // VfsFolder
auto file = data.file(" ... |
Topic: [FIXED] How to simulate private class members |
moechofe
Replies: 6
Views: 22184
|
Forum: MiniD Posted: Sat Apr 10, 2010 12:55 pm Subject: [FIXED] How to simulate private class members |
I have a miniD class (with allocator and constructor) in a miniD module like this:
makeModule(t, "Engine", function uint( MDThread* t, size_t num_params)
{
CreateClass& ... |
Topic: [FIXED] How to simulate private class members |
moechofe
Replies: 6
Views: 22184
|
Forum: MiniD Posted: Fri Apr 09, 2010 2:45 pm Subject: [FIXED] How to simulate private class members |
Thanks,
I missed the "A First Attempt" section when I was reading the "Part5" article. What I want is writing here : allocator, checkIntParam... |
Topic: [FIXED] How to simulate private class members |
moechofe
Replies: 6
Views: 22184
|
Forum: MiniD Posted: Wed Apr 07, 2010 11:41 am Subject: [FIXED] How to simulate private class members |
So. I can create a native class.
And I need to use newInstance with extraByte to hide my pointer from miniD side.
That means: I cannot instanciate the class from miniD with "new", isn't ... |
Topic: [FIXED] How to simulate private class members |
moechofe
Replies: 6
Views: 22184
|
Forum: MiniD Posted: Mon Apr 05, 2010 11:55 am Subject: [FIXED] How to simulate private class members |
I'm using sfml and I make a class to manager sprite and animation.
I want to control animation, time, effect... with miniD because I'm too lazy to create a complex binary format to do the same thing. ... |
Topic: How to start with sfml ? |
moechofe
Replies: 3
Views: 8496
|
Forum: Derelict Posted: Thu Mar 25, 2010 1:24 am Subject: How to start with sfml ? |
Yes, It works for me now.
I don't figure out that SFMLwindow is for sfWindow_Create and SFMLgraphic for sfRenderWindow_Create
Tanks you. |
Topic: [FIXED] How to get a global value in D |
moechofe
Replies: 4
Views: 18492
|
Forum: MiniD Posted: Wed Mar 24, 2010 3:02 pm Subject: [FIXED] How to get a global value in D |
Oups,
Tanks you, I completly forgot that. |
Topic: How to start with sfml ? |
moechofe
Replies: 3
Views: 8496
|
Forum: Derelict Posted: Wed Mar 24, 2010 1:55 pm Subject: How to start with sfml ? |
Hi,
I'm trying to open a window with sfml and Derelict2module sfmltest;
pragma(lib, "DerelictSFML.lib");
pragma(lib, "DerelictUtil.lib");
import derelict. ... |
Topic: [FIXED] How to get a global value in D |
moechofe
Replies: 4
Views: 18492
|
Forum: MiniD Posted: Fri Mar 19, 2010 3:48 pm Subject: [FIXED] How to get a global value in D |
Yes, from the D side.
I want to use it in my unittest.
After putting the lookup value in the Stack, how can I get it from D side?
----
Ok, I think I'm begin to understand miniD. I found it:m ... |
Topic: Is FastCGI4D being maintained |
moechofe
Replies: 3
Views: 63292
|
Forum: FastCGI4D Posted: Thu Mar 04, 2010 9:53 am Subject: Is FastCGI4D being maintained |
same question |
|