ASPN ActiveState Programmer Network
ActiveState
/ Home / Perl / PHP / Python / Tcl / XSLT /
/ Safari / My ASPN /
Cookbooks | Documentation | Mailing Lists | Modules | News Feeds | Products | User Groups


Recent Messages
List Archives
About the List
List Leaders
Subscription Options

View Subscriptions
Help

View by Topic
ActiveState
.NET Framework
Open Source
Perl
PHP
Python
Tcl
Web Services
XML & XSLT

View by Category
Database
General
SOAP
System Administration
Tools
User Interfaces
Web Programming
XML Programming


MyASPN >> Mail Archive >> scintilla-interest
scintilla-interest
[scintilla] [ scintilla-Bugs-1595397 ] Will not compile and no help file.
by SourceForge.net other posts by this author
Nov 16 2006 11:55AM messages near this date
[scintilla] [ scintilla-Bugs-1597164 ] LexPascal doesn't style last "end" | Re: [scintilla] [ scintilla-Bugs-1595397 ] Will not compile and no help file.
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
CDCD 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
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
Thread:
SourceForge.net
Robert Roessler

Privacy Policy | Email Opt-out | Feedback | Syndication
© ActiveState Software Inc. All rights reserved