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: New GUI system in development.
DMINATOR

Replies: 31
Views: 42925

PostForum: ArcLib   Posted: Thu Jul 06, 2006 12:59 pm   Subject: New GUI system in development.
I have also made a few gui systems before

This was my first attempt = failed
http://show.imagehosting.us/show/494770/12414/user_12414/T1_12414_494770.JPGhttp://show.imagehosting.us/show/1428183/12 ...
  Topic: sscanf problem
DMINATOR

Replies: 2
Views: 8071

PostForum: General   Posted: Thu Jul 06, 2006 11:50 am   Subject: Re: sscanf problem
P.S.S. Another problem I can't reply or create new post at digitalmars newsgroup page somehow, they are just don't get showed.I think that your messages are being posted (e.g.

Thats the problem I ...
  Topic: sscanf problem
DMINATOR

Replies: 2
Views: 8071

PostForum: General   Posted: Thu Jul 06, 2006 12:52 am   Subject: sscanf problem
Hi

I found a little strange problem, when using sscanf:

I am writing a small parser for an 3d .OBJ format. I am using sscanf for
parsing. Most of the results are correct, except one place.

H ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Sun Jun 25, 2006 2:01 pm   Subject: First application problem

I really don't want to pause the script at the end of execution. But I think I've found a good compormise. Rather than exit on an error, the script will pause instead. This will make sure that the u ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Fri Jun 23, 2006 12:58 pm   Subject: First application problem
Why don't just signal that there were errors. Let it build all the libs. After it finishes if there are any errors, pause the program and show the user a message that there were problems - check the l ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Fri Jun 23, 2006 8:58 am   Subject: First application problem

We're just going to have to disagree on this point, then. I believe in going the extra mile for the average computer-illiterate consumer, but a software developer should know enough to be able to fi ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Thu Jun 22, 2006 1:07 pm   Subject: First application problem

They should be doing that. I know every time I finish a build I scroll up to make sure there were no errors.


Thats the problem, you think that people should do something, but real people don't ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Thu Jun 22, 2006 12:43 am   Subject: First application problem
Just create a batch file like

build main.d
PAUSE
main
PAUSE

Sorry I was talking about buildme.exe, I put the right name now.
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Wed Jun 21, 2006 12:11 pm   Subject: Re: First application problem

I'm not sure what you mean by this. Any errors during the build process are printed to the console. Also, you can build packages one at a time by passing the name of the package on the command line. ...
  Topic: Build problem. DMD version dependant ?
DMINATOR

Replies: 10
Views: 20795

PostForum: Build   Posted: Wed Jun 21, 2006 12:04 pm   Subject: Build problem. DMD version dependant ?
yep it works. Thank you.
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Wed Jun 21, 2006 1:29 am   Subject: Re: First application problem
First I couldn't find any tutorials or samples how to build applications with derelict. I checked the docs and examples, but there were code only, no instructions on how to compile it.

There is a p ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Tue Jun 20, 2006 2:40 pm   Subject: First application problem
Thank you. I got it working without any errors now, here are some functions, I have specified:


bool myMissingProcCallback(char[] libName, char[] procName)
{

...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Tue Jun 20, 2006 1:51 pm   Subject: First application problem
Thank you for your replies. I got a little further.

The OpenGL.lib was missing, although I don't know why it wasn't build first place.

So now when building the same program with this command li ...
  Topic: Build problem. DMD version dependant ?
DMINATOR

Replies: 10
Views: 20795

PostForum: Build   Posted: Tue Jun 20, 2006 11:57 am   Subject: Build problem. DMD version dependant ?
I have recently installed new DMD version, after that I am receiving new errors, when using build.

Here is a sample program

import std.stdio;

int main()
{
writef(" l ...
  Topic: First application problem
DMINATOR

Replies: 23
Views: 32923

PostForum: Derelict   Posted: Tue Jun 20, 2006 11:36 am   Subject: First application problem
Hi.

I am both new to D and Derelict, and I have stumbled upon few problems.

First I couldn't find any tutorials or samples how to build applications with derelict. I checked the docs and example ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group