User forums > Help
CC3250MT.DLL missing
niblettr:
ok, I created a new blank win32 project, added my code and made all the necessary changes to the build options including
Build Options->Policy and selected "Use project options only"
linker Options->Policy and selected "Use project options only" and then did a rebuild.
Result:-
-------------- Build: Release in hexsource ---------------
bcc32.exe -q -tW -w -IC:\Borland\BCC55\include -oobj\Release\HexMain.obj -c ..\HexMain.cpp
..\HexMain.cpp:
brcc32.exe -32 -foobj\Release\HexMain.res ..\HexMain.rc
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
bcc32.exe -q -tW -w -IC:\Borland\BCC55\include -oobj\Release\HexNobbler.obj -c ..\HexNobbler.c
..\HexNobbler.c:
..\HexMain.auto.cpp:
ilink32.exe -q -aa -LC:\Borland\BCC55\lib -LC:\Borland\BCC55\lib\psdk c0w32 obj\Release\HexMain.obj obj\Release\HexNobbler.obj obj\Release\HexMain.auto.obj ,bin\Release\hexsource.exe,,gdi32.lib user32.lib kernel32.lib cw32.lib comdlg32.lib cw32i.lib ,,obj\Release\HexMain.res
Output size is 74.00 KB
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings
(where is cw32i.lib coming from?)
It all worked as it should (the .exe in the \release folder runs without the dll which is good)
I checked the settings from yesterdays project and compaired then to the new project and they are the same (as far as I can tell)
So not sure quite whats going on.
MortenMacFly:
--- Quote from: niblettr on August 10, 2012, 09:22:25 am ---(where is cw32i.lib coming from?)
--- End quote ---
I can't tell you. You must have setup that anywhere, because if you search over the entire code base of Code::Blocks there is no such thing, we don't do any magic. You can also try to remove your default.conf file which stores all settings you did for C::B to see if it is gone then. Also, you can post a minimal zipped sample project here for convenience.
oBFusCATed:
--- Quote from: MortenMacFly on August 10, 2012, 09:38:38 am ---I can't tell you. You must have setup that anywhere, because if you search over the entire code base of Code::Blocks there is no such thing, we don't do any magic. You can also try to remove your default.conf file which stores all settings you did for C::B to see if it is gone then. Also, you can post a minimal zipped sample project here for convenience.
--- End quote ---
Another option is to search the default.conf for this string, to see if it is there.
MortenMacFly:
--- Quote from: oBFusCATed on August 10, 2012, 09:46:13 am ---Another option is to search the default.conf for this string, to see if it is there.
--- End quote ---
Yes - I was about to mention the same... well if you did - then also search inside your project files (meaning source, header, C::B files).
niblettr:
ok, I found this in the default.conf file :-
<bcc>
<NAME>
<str>
<![CDATA[Borland C++ Compiler (5.5, 5.82)]]>
</str>
</NAME>
<COMPILER_OPTIONS>
<str>
<![CDATA[-w;]]>
</str>
</COMPILER_OPTIONS>
<INCLUDE_DIRS>
<str>
<![CDATA[C:\Borland\BCC55\include;]]>
</str>
</INCLUDE_DIRS>
<LIBRARY_DIRS>
<str>
<![CDATA[C:\Borland\BCC55\lib;C:\Borland\BCC55\lib\psdk;]]>
</str>
</LIBRARY_DIRS>
<LIBRARIES>
<str>
<![CDATA[comdlg32.lib;cw32i.lib;]]>
</str>
</LIBRARIES>
<MASTER_PATH>
<str>
<![CDATA[C:\Borland\BCC55]]>
</str>
</MASTER_PATH>
<macros>
Should I just change cw32i.lib to cw32.lib and save or just delete the entry (means I have to manually add to project which I have been doing anyway.)
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version