News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Unable to open file 'WXMSW28U_CORE.LIB'

Started by asitis, June 30, 2009, 07:40:03 AM

Previous topic - Next topic

asitis

Hi guys

I wonder if any of you guys having the same problem like I am having.
I am trying to use Borland c++ compiler version 5.5 with CodeBlocks8.02 and wxWidgets2.8 with not much success, latest error I received when compiling a GUI project was

-------------- Build: Release in bcc ---------------
Compiling: bccMain.cpp
bccMain.cpp:
Warning W8057 bccMain.cpp 96: Parameter 'event' is never used in function bccFrame::OnQuit(wxCommandEvent &)
Warning W8057 bccMain.cpp 102: Parameter 'event' is never used in function bccFrame::OnAbout(wxCommandEvent &)
Compiling: resource.rc
Borland Resource Compiler  Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation.  All rights reserved.
Compiling: bccApp.cpp
bccApp.cpp:
Linking executable: bin\Release\bcc.exe
Fatal: Unable to open file 'WXMSW28U_CORE.LIB'
Process terminated with status 2 (0 minutes, 4 seconds)
1 errors, 2 warnings

I've tried in vain for the last couple of days without any success, can someone shed me a light please.

Thanks in advance

MortenMacFly

Quote from: asitis on June 30, 2009, 07:40:03 AM
I've tried in vain for the last couple of days without any success, can someone shed me a light please.
Did you compile wxWidgets itself before (probably using BCC, too)?
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

asitis

Quote from: MortenMacFly on June 30, 2009, 11:56:40 AM
Quote from: asitis on June 30, 2009, 07:40:03 AM
I've tried in vain for the last couple of days without any success, can someone shed me a light please.
Did you compile wxWidgets itself before (probably using BCC, too)?

Thanks MortenMacFly for replying
No I did not compile them, I downloaded them precompiled for windows they were codeblocks-8.02mingw and wxPack_v2.8.9.02

MortenMacFly

Quote from: asitis on June 30, 2009, 12:34:40 PM
wxPack_v2.8.9.02
Don't know this ´but if it's compiled for MinGW then you won't find a *.lib file. Check the package and consult the package author accordingly.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]