User forums > Using Code::Blocks
Problems with wxWidgets Applications
sethjackson:
--- Quote from: RKCole on January 27, 2006, 11:26:14 pm ---In the gcc_dll folder there is a folder called "msw" with a "build.cfg" file in it. There is a folder in this directory called "wx" with the "setup.h" file in it. I did not see a mylibs.txt file, though.
--- End quote ---
He means run this in the command prompt (he says to in the last line of his post). :wink:
--- Code: ---dir C:\wxWidgets-2.6.2\lib\gcc_dll > mylibs.txt
--- End code ---
tiwag:
--- Quote from: sethjackson on January 27, 2006, 11:29:17 pm ---He means run this in the command prompt (he says to in the last line of his post). :wink:
--- Code: ---dir C:\wxWidgets-2.6.2\lib\gcc_dll > mylibs.txt
--- End code ---
--- End quote ---
exactly , thx seth !
sethjackson:
--- Quote from: tiwag on January 27, 2006, 11:35:27 pm ---
--- Quote from: sethjackson on January 27, 2006, 11:29:17 pm ---He means run this in the command prompt (he says to in the last line of his post). :wink:
--- Code: ---dir C:\wxWidgets-2.6.2\lib\gcc_dll > mylibs.txt
--- End code ---
--- End quote ---
exactly , thx seth !
--- End quote ---
Yeah. np 8) I almost missed that you said to run in command prompt myself. :P
RKCole:
Sorry guys...guess I'm not fully here today...Have had a headache all day...
[attachment deleted by admin]
tiwag:
i don't wonder, why your project doesn't build,
you don't have any wxWidgets library at all in your libs directory
Volume in drive C has no label.
Volume Serial Number is 4C72-D410
Directory of C:\wxWidgets-2.6.2\lib\gcc_dll
01/27/2006 03:42 PM <DIR> .
01/27/2006 03:42 PM <DIR> ..
01/27/2006 03:20 PM <DIR> msw
0 File(s) 0 bytes
3 Dir(s) 71,395,835,904 bytes free
[edit]
in your case, ANSI build only, it should look like
Directory of C:\wxWidgets-2.6.2\lib\gcc_dll
2005.12.30 01:07 <DIR> .
2005.12.30 01:07 <DIR> ..
2006.01.01 17:25 <DIR> msw
2006.01.01 17:27 158.734 libwxexpat.a
2006.01.01 17:26 146.784 libwxjpeg.a
2006.01.01 17:52 13.106.452 libwxmsw26.a
2006.01.01 17:26 169.592 libwxpng.a
2006.01.01 17:26 79.110 libwxregex.a
2006.01.01 17:26 327.646 libwxtiff.a
2006.01.01 17:26 73.036 libwxzlib.a
2006.01.01 17:53 9.577.786 wxmsw26_gcc.dll
[edit2]
if you have the wxwidgets object files still on your harddisk,
open a command prompt,
navigate to
C:\wxWidgets-2.6.2
and run the make process again
cd build\msw
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=0
this will rebuild the libraries
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version