Author |
Message |
Topic: make error in linux |
Nrgyzer
Replies: 3
Views: 16985
|
Forum: QtD Posted: Fri Jan 27, 2012 6:43 am Subject: make error in linux |
Hm... I'm working on Win7 64bit but I got this error...
I solved the problem by simply insert "cast(QMetaObject)" in QMetaObject.d. After that I got some errors regarding "typedef&qu ... |
Topic: make error in linux |
Nrgyzer
Replies: 3
Views: 16985
|
Forum: QtD Posted: Thu Jan 19, 2012 4:11 pm Subject: make error in linux |
I get the same error on Windows 7 64 bit and compiler 2.057
Is there any workaround for to solve the error? |
Topic: Suppress "-g" arg on cmd-line |
Nrgyzer
Replies: 1
Views: 11124
|
Forum: Visual D Posted: Mon Oct 17, 2011 12:14 pm Subject: Suppress "-g" arg on cmd-line |
Hey guys,
VisualD works fine for me (except the directory issue from the other thread), but my current problem is the compile-command which VisualD uses. I want declare a string enumeration (enum m ... |
Topic: Would be nice if... |
Nrgyzer
Replies: 5
Views: 20570
|
Forum: Poseidon Posted: Sat Oct 08, 2011 3:37 pm Subject: Would be nice if... |
It would be also cool if the parser supports keywords like "@property". When I create a class with such property-methods, the parser always says "Parsed Failure." and code completi ... |
Topic: Import paths doesn't work (VS2005) |
Nrgyzer
Replies: 1
Views: 10779
|
Forum: Visual D Posted: Wed Sep 28, 2011 8:51 am Subject: Import paths doesn't work (VS2005) |
Hi guys,
I've some projects where one depends on another like:
Project 1 (base project)
Project 2 (depends on "Project 1"),
so I've to add some import paths. I already added some ... |
Topic: Would be nice if... |
Nrgyzer
Replies: 5
Views: 20570
|
Forum: Poseidon Posted: Sun Aug 14, 2011 3:48 am Subject: Would be nice if... |
It would be also cool if the parser supports keywords like "@property". When I create a class with such property-methods, the parser always says "Parsed Failure." and code completi ... |
Topic: How to load max available version |
Nrgyzer
Replies: 4
Views: 11042
|
Forum: Derelict Posted: Sat Jun 11, 2011 1:49 pm Subject: How to load max available version |
Ah, okay... I really misunderstood you - thanks |
Topic: How to load max available version |
Nrgyzer
Replies: 4
Views: 11042
|
Forum: Derelict Posted: Sat Jun 11, 2011 7:42 am Subject: How to load max available version |
I need to load at least OGL 1.5... so I tried to load it by using loadModernVersions:
GLVersion ver = DerelictGL.loadModernVersions(GLVersion.GL15);
writeln(ver)
This prints 11 ... |
Topic: How to load max available version |
Nrgyzer
Replies: 4
Views: 11042
|
Forum: Derelict Posted: Sat Jun 11, 2011 1:31 am Subject: How to load max available version |
Hey there,
how can I load the max available version of OGL? My current code looks like:
DerelictGL.load();
DerelictSDL.load();
SDL_Init(SDL_INIT_VIDEO);
SDL_SetVideo ... |
Topic: Derelict and GL_TEXTURE_RECTANGLE |
Nrgyzer
Replies: 2
Views: 9694
|
Forum: Derelict Posted: Sun Apr 17, 2011 8:47 am Subject: Derelict and GL_TEXTURE_RECTANGLE |
Ah, okay... I thought, I've already used Derelict 2, but it just works - thanks |
Topic: Derelict and GL_TEXTURE_RECTANGLE |
Nrgyzer
Replies: 2
Views: 9694
|
Forum: Derelict Posted: Sat Apr 16, 2011 3:11 pm Subject: Derelict and GL_TEXTURE_RECTANGLE |
Hey guys,
I'm trying to use GL_TEXTURE_RECTANGLE but I always get "Error: undefined identifier GL_TEXTURE_RECTANGLE". I get the same result when I try GL_TEXTURE_RECTANGLE_ARB or GL_TEXTU ... |
Topic: Error: Unexpected char |
Nrgyzer
Replies: 0
Views: 10349
|
Forum: QtD Posted: Thu Mar 31, 2011 11:34 am Subject: Error: Unexpected char |
Hey guys,
I'm trying to build qt, but I always get the following error:
-- D compiler found -- Digital Mars D Compiler v2.052
-- Configuring done
-- Generating done
[ 10%] Built targe ... |
Topic: Background image for window |
Nrgyzer
Replies: 1
Views: 8036
|
Forum: gtkD Posted: Fri Jan 21, 2011 1:39 pm Subject: Background image for window |
Hey guys,
gtk provides a method called "gdk_window_set_back_pixmap" to set the background image of a window. Is there any equivalent method in gtkd?
Thanks 4 help |
Topic: Getting unrecognized switch |
Nrgyzer
Replies: 2
Views: 8448
|
Forum: Visual D Posted: Thu Nov 25, 2010 11:40 am Subject: Getting unrecognized switch |
Ah, really - thanks |
Topic: Getting unrecognized switch |
Nrgyzer
Replies: 2
Views: 8448
|
Forum: Visual D Posted: Wed Nov 24, 2010 11:28 am Subject: Getting unrecognized switch |
Hey guys,
I simply installed VisualD (under VS 2008) and I just want compile the sample application. When I try to compile, I get the following error:
Error: unrecognized switch '-map'
dm ... |
|