81
General (but related to Code::Blocks) / Re: File Association?
« Last post by Miguel Gimenez on April 08, 2026, 09:43:04 am »Profile spammer reported to moderator.
When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.
Ok, I try with my Github with the C::B mirror: codeblocks_sfmirror
You can see the diff in this page : https://github.com/GitHubLionel/codeblocks_sfmirror/commit/9307e9b2852532796914b218042194578831f59b
), and ... YES, I resolve this problem.cmd /c bcc32 | grep Borland
File STDIN:
Borland C++ 5.5.1 for Win32 Copyright (c) 1993, 2000 Borland
bcc32.exe -q -w -tW -6 -y -v -D_DEBUG -DDEBUG -IC:\BCC55\include -IC:\bccsdk\include -oobjBC55\Debug\src\Lesson03.obj -c src\Lesson03.c
brcc32.exe -32 -foobjBC55\Debug\src\Lesson03.res -IC:\BCC55\include -IC:\bccsdk\include -d_DEBUG -dDEBUG src\Lesson03.rc
ilink32.exe -q -aa -v -LC:\BCC55\lib\psdk -LC:\BCC55\lib c0w32 objBC55\Debug\src\Lesson03.obj,binBC55\Debug\Lesson03.exe,,import32.lib cw32mti.lib opengl32.lib glu32.lib gdi32.lib winmm.lib user32.lib kernel32.lib,,objBC55\Debug\src\Lesson03.res
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
src\Lesson03.c:
Warning W8060 src\Lesson03.c 386: Possibly incorrect assignment in function CreateGLWindow
Warning W8071 src\Lesson03.c 406: Conversion may lose significant digits in function CreateGLWindow
Warning W8060 src\Lesson03.c 408: Possibly incorrect assignment in function CreateGLWindow
Warning W8060 src\Lesson03.c 429: Possibly incorrect assignment in function CreateGLWindow
Warning W8057 src\Lesson03.c 590: Parameter 'hInstance' is never used in function WinMain
Warning W8057 src\Lesson03.c 590: Parameter 'hPrevInstance' is never used in function WinMain
Warning W8057 src\Lesson03.c 590: Parameter 'lpCmdLine' is never used in function WinMain
Warning W8057 src\Lesson03.c 590: Parameter 'nCmdShow' is never used in function WinMain
Error: Error processing module src\Lesson03.c
Process terminated with status 2 (0 minute(s), 1 second(s))
0 error(s), 8 warning(s) (0 minute(s), 1 second(s))
Build log saved as:
file://C:/src/OpenGL/NeHe_Lesson03-master/Lesson03_build_log.htmlset PATHSAV=%PATH%
set PATH=C:\BCC55\bin;%PATH%
bcc32.exe -q -w -tW -6 -y -v -D_DEBUG -DDEBUG -IC:\BCC55\include -IC:\bccsdk\include -oobjBC55\Debug\src\Lesson03.obj -c src\Lesson03.c
src\Lesson03.c:
Warning W8060 src\Lesson03.c 386: Possibly incorrect assignment in function CreateGLWindow
Warning W8071 src\Lesson03.c 406: Conversion may lose significant digits in function CreateGLWindow
Warning W8060 src\Lesson03.c 408: Possibly incorrect assignment in function CreateGLWindow
Warning W8060 src\Lesson03.c 429: Possibly incorrect assignment in function CreateGLWindow
Warning W8057 src\Lesson03.c 590: Parameter 'hInstance' is never used in function WinMain
Warning W8057 src\Lesson03.c 590: Parameter 'hPrevInstance' is never used in function WinMain
Warning W8057 src\Lesson03.c 590: Parameter 'lpCmdLine' is never used in function WinMain
Warning W8057 src\Lesson03.c 590: Parameter 'nCmdShow' is never used in function WinMain
C:\src\OpenGL\NeHe_Lesson03-master>brcc32.exe -32 -foobjBC55\Debug\src\Lesson03.res -IC:\BCC55\include -IC:\bccsdk\include -d_DEBUG -dDEBUG src\Lesson03.rc
Borland Resource Compiler Version 5.40
Copyright (c) 1990, 1999 Inprise Corporation. All rights reserved.
ilink32.exe -q -aa -v -LC:\BCC55\lib\psdk -LC:\BCC55\lib c0w32 objBC55\Debug\src\Lesson03.obj,binBC55\Debug\Lesson03.exe,,import32.lib cw32mti.lib opengl32.lib glu32.lib gdi32.lib winmm.lib user32.lib kernel32.lib,,objBC55\Debug\src\Lesson03.res
Error: Error processing module src\Lesson03.c

ilink32.exe -q -aa -v -LC:\BCC55\lib\psdk -LC:\BCC55\lib c0w32 objBC55\Debug\src\Lesson03.obj,binBC55\Debug\Lesson03.exe,,import32.lib cw32mti.lib opengl32.lib glu32.lib gdi32.lib winmm.lib user32.lib kernel32.lib,,objBC55\Debug\src\Lesson03.res <Target title="Debug BorlandC">
<Option platforms="Windows;" />
<Option output="binBC55/Debug/Lesson03" prefix_auto="1" extension_auto="1" />
<Option object_output="objBC55/Debug" />
<Option type="0" />
<Option compiler="bcc" />
<Compiler>
<Add option="-w" />
<Add option="-tW" />
<Add option="-6" />
<Add option="-y" />
<Add option="-v" />
<Add option="-D_DEBUG" />
<Add option="-DDEBUG" />
</Compiler>
<ResourceCompiler>
<Add option="-d_DEBUG" />
<Add option="-dDEBUG" />
</ResourceCompiler>
<Linker>
<Add option="-v" />
<Add library="import32" />
<Add library="cw32mti" />
<Add library="opengl32" />
<Add library="glu32" />
<Add library="gdi32" />
<Add library="winmm" />
<Add library="user32" />
<Add library="kernel32" />
</Linker>
</Target>