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

Search found 15 matches
Forum Index
Author Message
  Topic: DerelictLua
mweber1488

Replies: 2
Views: 13719

PostForum: Derelict   Posted: Sat Feb 25, 2012 9:19 am   Subject: DerelictLua
Yeah, I wrote the readme pretty quickly and it is not the only mistake I made. Regardless, I think I cleared it all up.

I should also mention that this currently does not support the debug function ...
  Topic: New to Derelict2, some Guidance Please!
mweber1488

Replies: 5
Views: 21407

PostForum: Derelict   Posted: Fri Feb 24, 2012 2:29 pm   Subject: New to Derelict2, some Guidance Please!
All you need to do is put the .dll file into the working directory of the program or into your system32 folder. Derelict takes care of the rest.
  Topic: New to Derelict2, some Guidance Please!
mweber1488

Replies: 5
Views: 21407

PostForum: Derelict   Posted: Fri Feb 24, 2012 2:02 pm   Subject: New to Derelict2, some Guidance Please!
It would be more along the lines of:
import derelict.sdl.sdl;

void main()
{
DerelictSDL.load;
//now run your SDL code
}The version of SDL is the version that you do ...
  Topic: DerelictLua
mweber1488

Replies: 2
Views: 13719

PostForum: Derelict   Posted: Fri Feb 24, 2012 9:45 am   Subject: DerelictLua
Of the two links for DerelictLua on the website, the first is broken and the other is really out of date. In order to fix both of these issues I have created my own DerelictLua package which you can f ...
  Topic: Undefined Symbols in CodeBlocks
mweber1488

Replies: 3
Views: 9444

PostForum: Derelict   Posted: Fri Feb 03, 2012 9:51 am   Subject: Undefined Symbols in CodeBlocks
I have been having a similar issue (using windows). I am getting the following link errors in codeblocks and with just a simple batch file.
C:\dmd2\src\derelict\lib\DerelictUtil.lib(loader ...
  Topic: Build Error
mweber1488

Replies: 2
Views: 7940

PostForum: Derelict   Posted: Thu Feb 02, 2012 3:59 pm   Subject: Build Error
Apparently my work computer doesn't for some stupid reason but everything works on my home computer so its all good
  Topic: Build Error
mweber1488

Replies: 2
Views: 7940

PostForum: Derelict   Posted: Thu Feb 02, 2012 2:52 pm   Subject: Build Error
ugh...makefiles
I cannot wait for the new version but in the meantime I am getting this message while trying to build derelict2
C:\dmd2\src\derelict>C:\dmd2\windows\bin\make -fwin32.mak ...
  Topic: Usage of SLOT
mweber1488

Replies: 3
Views: 12324

PostForum: QtD   Posted: Sun Mar 13, 2011 8:34 am   Subject: Usage of SLOT
If your using the meta object system, then yes.
  Topic: Usage of SLOT
mweber1488

Replies: 3
Views: 12324

PostForum: QtD   Posted: Sat Mar 12, 2011 9:17 pm   Subject: Usage of SLOT
SLOT is just macro that wraps the parameter in quotes so you would use:QTimer.singleShot(delaySpinBox.value() * 1000, this, "shootScreen");Note that for the most part you do ...
  Topic: Qtd Painter Error
mweber1488

Replies: 9
Views: 56093

PostForum: QtD   Posted: Tue Mar 01, 2011 3:20 pm   Subject: Qtd Painter Error
How do you compile the c++ code? I have been unable to get it to work.
  Topic: Qtd Painter Error
mweber1488

Replies: 9
Views: 56093

PostForum: QtD   Posted: Mon Feb 14, 2011 7:43 am   Subject: Qtd Painter Error
It works but definitely not ideal.
  Topic: Qtd Painter Error
mweber1488

Replies: 9
Views: 56093

PostForum: QtD   Posted: Mon Feb 07, 2011 2:47 pm   Subject: Qtd Painter Error
I always do close in case I want to do something before the window is destroyed but I doesn't matter as the error triggers when the tip of the mouse hovers over the button, not when it is clicked.
  Topic: Qtd Painter Error
mweber1488

Replies: 9
Views: 56093

PostForum: QtD   Posted: Fri Feb 04, 2011 8:48 am   Subject: Qtd Painter Error
I set up some test code to see if I built Qtd properly. Whenever I mouse over the quit button I get the following error:
QPaintDevice: Cannot destroy paint device that is being painted
object.Er ...
  Topic: Library unloading priorities
mweber1488

Replies: 3
Views: 7091

PostForum: Derelict   Posted: Wed Jun 11, 2008 9:18 am   Subject: Re: Library unloading priorities
The funny thing is the I generally manually delete all of my objects but this one some how wasn't. But I figured it would ask and get the right answer as to what is going on rather then assume I was r ...
  Topic: Library unloading priorities
mweber1488

Replies: 3
Views: 7091

PostForum: Derelict   Posted: Tue Jun 10, 2008 5:28 pm   Subject: Library unloading priorities
A while back (around revision 280, not sure which off hand) I incorporated derelictIl into my program and it worked great. Then I had stop working on my project to focus on some other pressing needs. ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group