View previous topic :: View next topic |
Author |
Message |
tsalm
Joined: 18 Feb 2008 Posts: 26 Location: France
|
Posted: Fri Feb 29, 2008 4:40 pm Post subject: Missing libraries mpr.lib, imm32.lib,lz32.lib and rpcns4.lib |
|
|
Hi,
When I compile the example of FingerPaint, I've got the errors :
Code: | OPTLINK (R) for Win32 Release 8.00.1
Copyright (C) Digital Mars 1989-2004 All rights reserved.
mpr.lib
Warning 2: File Not Found mpr.lib
imm32.lib
Warning 2: File Not Found imm32.lib
lz32.lib
Warning 2: File Not Found lz32.lib
rpcns4.lib
Warning 2: File Not Found rpcns4.lib |
Where can I find mpr.lib, imm32.lib,lz32.lib and rpcns4.lib for D ?
Thanks in advance,
TSalm |
|
Back to top |
|
|
lifelover
Joined: 20 Dec 2007 Posts: 2
|
Posted: Sat Mar 01, 2008 9:07 am Post subject: |
|
|
TSalm,
I'm sorry to hear you are having trouble compiling the Windows Fingerpaint test program. I will ask GaboonViper to take a look at this. It's probably either that you need to run something like coff2omf or the libraries you need have simply not been added to the repository.
How do you like Fingerpaint otherwise?
Cheers, Alan |
|
Back to top |
|
|
GaboonViper
Joined: 02 Nov 2007 Posts: 5
|
Posted: Sat Mar 01, 2008 9:22 am Post subject: |
|
|
They are warnings, not errors, which means the compilation succeeded.
Those libs aren't necesary at the moment. The reason those warnings occur is because the bindings to the windows api are a lot more extensive than necessary. Basically some winapi modules are imported eventhough they're not used. These modules expect those lib files.
Eventually this will be fixed, but since it merely results into warnings that can be ignored, it's not a priority right now.
Cheers,
Boyd. |
|
Back to top |
|
|
tsalm
Joined: 18 Feb 2008 Posts: 26 Location: France
|
Posted: Sat Mar 01, 2008 3:06 pm Post subject: |
|
|
GaboonViper wrote: | They are warnings, not errors, which means the compilation succeeded. |
oups... yes, the exe runs right
lifelover wrote: | How do you like Fingerpaint otherwise? |
In first, I need to point out that I'm a newbie on D.
And I search for a GUI light and fast library for a open-source project.
Of course, if I can help in some way or other, I'll do it.
And Fingerpaint seems to have very good foundations, in first the importance you give to documentation, and of course the lightweight quality of Fingerpaint.
By the way, must we call this project Fingerpaint or Descent ? |
|
Back to top |
|
|
lifelover
Joined: 20 Dec 2007 Posts: 2
|
Posted: Sun Mar 02, 2008 2:40 pm Post subject: |
|
|
TSalm,
Welcome to the wonderful land of D!
There is nothing really right now that you can do aside from giving us feedback. If that sounds like a minor task it's not, feedback is very important and makes us know our project is useful to other people aside from ourselves. The best thing you can do for any open source project, short of submitting bucket loads of high quality bug fixes, is give high quality feedback.
Quote: | By the way, must we call this project Fingerpaint or Descent ? |
If you mean our project, yes, we're are going to keep the name Fingerpaint. The original name of Dception was only given because it was the only thing thought up at the time. When I joined I voted we changed the name to something more fitting and after a little brainstorming we came up with the name it has now, Fingerpaint.
Peace, Alan |
|
Back to top |
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|