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

Search found 241 matches
Forum Index
Author Message
  Topic: QtD - win7 - mingw - D2.036
baxissimo

Replies: 4
Views: 15545

PostForum: QtD   Posted: Wed Dec 16, 2009 2:28 pm   Subject: QtD - win7 - mingw - D2.036
I haven't tried installing QtD on windows. Presumably, you performed mingw32-make install? If so, have you set CMAKE_INSTALL_PREFIX option in cmake? Although I do recall some issues with make install ...
  Topic: Which version is supported in D2
baxissimo

Replies: 6
Views: 19740

PostForum: QtD   Posted: Thu Dec 03, 2009 8:53 pm   Subject: Which version is supported in D2
there is not a single errors in this listing, they are all warning, and I believe it is said in the building instructions not to worry about them Smile
As I can see the libs were built fine.

Actually ...
  Topic: QtD - win7 - mingw - D2.036
baxissimo

Replies: 4
Views: 15545

PostForum: QtD   Posted: Thu Dec 03, 2009 10:26 am   Subject: QtD - win7 - mingw - D2.036
The build seemed to work fine but it didn't seem to install anything. When I go to build samples I get errors like "Cannot find QApplication.d". It seems to have been generated and exists ...
  Topic: How to goto compiler error in Console
baxissimo

Replies: 8
Views: 23379

PostForum: Descent   Posted: Thu Aug 20, 2009 10:24 am   Subject: How to goto compiler error in Console
Hi Bill,

I just uploaded a new version that maybe fixed the problem you are having. Can you try it? Smile

Yes sir! That fixes it for me too.

Thanks for the quick fix!
  Topic: How to goto compiler error in Console
baxissimo

Replies: 8
Views: 23379

PostForum: Descent   Posted: Tue Aug 18, 2009 10:27 am   Subject: How to goto compiler error in Console
Also... in which operating system are you?

It's Windows 7.
The command setup I used was dsss.exe for the command and
"build ${res_name}" for the arguments.

Thanks for looking into it ...
  Topic: How to goto compiler error in Console
baxissimo

Replies: 8
Views: 23379

PostForum: Descent   Posted: Mon Aug 17, 2009 7:28 pm   Subject: How to goto compiler error in Console
When I build using dsss I get a compiler error of the form

source.d(123): some error

The part before the colon is underlined like a link, but clicking on it doesn't take me to the ...
  Topic: Please post here if you start a new topic!
baxissimo

Replies: 4
Views: 21213

PostForum: std2   Posted: Mon Jul 13, 2009 10:29 am   Subject: Re: unittests
Lots of unittests fail with latest dmd1.
Haven't tested it with previous versions

Care to try fixing them?
Smile
  Topic: Porting status
baxissimo

Replies: 2
Views: 46743

PostForum: OpenMeshD   Posted: Thu Mar 12, 2009 10:36 am   Subject: Porting status
Any hope this port will go up to OpenMesh 2.0 and Tango compatible someday? Cause I'll really like to use this and I know many people who would. Thanx for al lu have done for this D community, it is r ...
  Topic: Const problem with DerelictFT
baxissimo

Replies: 1
Views: 5794

PostForum: Derelict   Posted: Tue Feb 17, 2009 12:58 am   Subject: Const problem with DerelictFT
In fttypes.d there's this struct:

struct FT_Open_Args
{
FT_UInt flags;
const FT_Byte* memory_base;
FT_Long memory_size;
FT_String* pathname;
FT_Stream stream;
FT_Module driver;
...
  Topic: Application.startupPath gives UTF error
baxissimo

Replies: 3
Views: 11178

PostForum: DFL   Posted: Sat Jan 17, 2009 12:18 am   Subject: The stack trace
The forum barfed on the stack trace. Here's another attempt at posting it:

Here's the stack trace:



path dir name of: 'F:\usr\pkg\d\dmd\packages\dfl\examples\treeview.exe'
Unhandled ...
  Topic: Application.startupPath gives UTF error
baxissimo

Replies: 3
Views: 11178

PostForum: DFL   Posted: Sat Jan 17, 2009 12:17 am   Subject: More info
I built a debug build of tango so I could get a stack trace. Turns out there are several things going on here at once.

First the toString32 Utf8 error is actually coming from treeview's call to ...
  Topic: Application.startupPath gives UTF error
baxissimo

Replies: 3
Views: 11178

PostForum: DFL   Posted: Fri Jan 16, 2009 11:21 pm   Subject: Application.startupPath gives UTF error
Try adding Application.startupPath to one of the examples of dfl 0.9.8. I put it in treeview.d.

It gives me this error:

tango.core.Exception.UnicodeException: Unicode.toString32 : inval ...
  Topic: Font code in control.d
baxissimo

Replies: 1
Views: 7783

PostForum: DFL   Posted: Fri Jan 16, 2009 10:17 pm   Subject: Font code in control.d
This code doesn't look right to me:


private static Font _createCompatibleFont()
{
Font result;
//result = _createOldFont();

try
{
OSVERSIONINFOA o ...
  Topic: Some libraries to steal ideas from
baxissimo

Replies: 8
Views: 73096

PostForum: MultiArray   Posted: Thu Jul 24, 2008 12:18 pm   Subject: Some libraries to steal ideas from
It's worth knowing that the next DMD2 release (probably in a couple of days -- I have a pre-release already) contains array operations.
So you can write stuff like:

double

You mean it gets con ...
  Topic: Custom load/save of classes with inheritance
baxissimo

Replies: 5
Views: 46310

PostForum: Doost   Posted: Mon Jun 30, 2008 5:41 pm   Subject: Custom load/save of classes with inheritance
Hmm. Normally the value should always be null. It is only declared in load() function and instantiated later. But I can imagine that the class which contains TransparentClass can initialize Transparen ...
 
Page 1 of 17 Goto page 1, 2, 3 ... 15, 16, 17  Next
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group