•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the C++ section within the Software Development category of DaniWeb, a massive community of 397,717 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,577 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C++ advertiser:
Views: 166 | Replies: 8
![]() |
•
•
Join Date: Apr 2007
Posts: 41
Reputation:
Rep Power: 2
Solved Threads: 3
good afternoon.. do you know how to install or configure clanlib in vs2005 ?? im getting hard time... i tried it so many times but up to now i havent succeed... i read this link
http://www.clanlib.org/docs/clanlib-...g.html#windows
but its hard to understand and im not sure if i download all file they say...
i never found a external libraries they were claiming... is it all the links???
im using xp(OS)...
pls help..
im desparate.. tnx
http://www.clanlib.org/docs/clanlib-...g.html#windows
but its hard to understand and im not sure if i download all file they say...
i never found a external libraries they were claiming... is it all the links???
im using xp(OS)...
pls help..
im desparate.. tnx
•
•
Join Date: Oct 2006
Location: the Netherlands
Posts: 1,598
Reputation:
Rep Power: 8
Solved Threads: 163
•
•
•
•
im not sure if i download all file they say...
i never found a external libraries they were claiming... is it all the links???
I went to clanlib.org and clicked downloads->Win32, Microsoft Visual C++ 8 (precompiled binaries).
There's a link there that says: "For the lazy: All libs required by ClanLib-0.9" . How about clicking that and downloading it?
Then follow the rest of the tutorial. It looks relatively straight forward, so I can't explain it any better then that
Last edited by niek_e : Jul 18th, 2008 at 3:07 am.
do NOT pm me for help, it makes me angry. You wouldn't like me when I'm angry...
•
•
Join Date: Apr 2007
Posts: 41
Reputation:
Rep Power: 2
Solved Threads: 3
i tried it again. but here the errors
Cannot open include file: 'dinput.h': No such file or directory
and
Cannot open include file: 'dsound.h': No such file or directory
and
Cannot open include file: 'png.h': No such file or directory
and
Cannot open include file: 'jpeglib.h
do you know how to fix this..
thank you very much...
Cannot open include file: 'dinput.h': No such file or directory
and
Cannot open include file: 'dsound.h': No such file or directory
and
Cannot open include file: 'png.h': No such file or directory
and
Cannot open include file: 'jpeglib.h
do you know how to fix this..
thank you very much...
•
•
Join Date: Oct 2006
Location: the Netherlands
Posts: 1,598
Reputation:
Rep Power: 8
Solved Threads: 163
If you downloaded the file I previously mentioned, you should have gotten 2 extra directories right?
In VS click:
- project-> ... properties
- click c/c++
- add the path to the "include" directory to "additional include directories" (on the right side of the screen)
- click 'linker'
- in the "additional library directories" field; enter the "lib" directory that came out of the rarfile
In VS click:
- project-> ... properties
- click c/c++
- add the path to the "include" directory to "additional include directories" (on the right side of the screen)
- click 'linker'
- in the "additional library directories" field; enter the "lib" directory that came out of the rarfile
do NOT pm me for help, it makes me angry. You wouldn't like me when I'm angry...
•
•
Join Date: Oct 2006
Location: the Netherlands
Posts: 1,598
Reputation:
Rep Power: 8
Solved Threads: 163
Re-read my previous post:
•
•
•
•
Originally Posted by myself
add the path to the "include" directory to "additional include directories"
The lib-directory should be the only thing you add to the library-path.
If the problem still exists, post the errors
do NOT pm me for help, it makes me angry. You wouldn't like me when I'm angry...
•
•
Join Date: Apr 2007
Posts: 41
Reputation:
Rep Power: 2
Solved Threads: 3
in VC++ directory -- library files --> i add c:development\external\lib
in VC++ directory -- include files --> i add c:development\external\include
after that i open configure.dsw
build...
heres the error
CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Build log was saved at "file://c:\development\ClanLib-0.8.1\Debug\Configure\BuildLog.htm"
Configure - 2 error(s), 15 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
in VC++ directory -- include files --> i add c:development\external\include
after that i open configure.dsw
build...
heres the error
CVTRES : fatal error CVT1100: duplicate resource. type:MANIFEST, name:1, language:0x0409
LINK : fatal error LNK1123: failure during conversion to COFF: file invalid or corrupt
Build log was saved at "file://c:\development\ClanLib-0.8.1\Debug\Configure\BuildLog.htm"
Configure - 2 error(s), 15 warning(s)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
•
•
Join Date: Oct 2006
Location: the Netherlands
Posts: 1,598
Reputation:
Rep Power: 8
Solved Threads: 163
•
•
•
•
in VC++ directory -- library files --> i add c:development\external\lib
in VC++ directory -- include files --> i add c:development\external\include
In the directory or in the project settings as I mentioned earlier?
I don't know what the duplicate resource-problem is, because I don't have ClanLib installed..
do NOT pm me for help, it makes me angry. You wouldn't like me when I'm angry...
![]() |
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
•
•
•
•
DaniWeb C++ Marketplace
Other Threads in the C++ Forum
- Previous Thread: How to manually type directory of txt to open...
- Next Thread: [Linker error] undefined reference to `PrintDlgA@4'



Linear Mode