Bugs item #1595397, was opened at 2006-11-12 21:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1595397&group_id=2439
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: SciTE
Group: Bug
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Will not compile and no help file.
Initial Comment:
#include <iostream>
I wrote this simple test program.
int main()
{
std::cout << "Hello";
return 0;
}
I saved it as test01.cpp in C:\BCC55\BIN folder and it
went well.
I then tryed to compile it and got the following in
the right pane.
>g++ -pedantic -Os -fno-exceptions -c test01.cpp -o
test01.o
>The system cannot find the file specified.
Here are the bat and cfg files I created:
StartBC.bat (located in C:\BCC55)
PATH=C:\BCC55\Bin;%PATH%
DOSKEY /INSERT
CD\
CD C:\BCC55\BIN
START C:\BCC55\Bin\Sc1.exe
BCC32.CFG (located in C:\BCC55\BIN)
-I"C:\BCC55\INCLUDE"
-L"C:\BCC55\LIB"
-P
-v-
-w
-DWINVER=0x0400
-D_WIN32_WINNT_0x0400
ILINK32.CFG (located in C:\BCC55\BIN)
-v-
-x
-L"C:\BCC55\LIB;C:\BCC55\LIB\PSDK"
I tryed to use the menu Help option and F1 but nothing
happened.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1595397&group_id=2439
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest