Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

COM example DSLINES fails...

isn-removed200637
332 Views
I built DSLINES.EXE in DEVstudio and ran it from the command line using

dslines.exe testfile.for $ DEBUG

MSDEV opened, with testfile.for opened in a window, cursor at the start of the first line. Nothing else happened.

The DOSBOX message, after a while, was

Unable to get ITextSelection object; Aborting; OLE error status = 0x80029C4A; A
borting

MSDEV was left opened after the DOS box closed.
(I had to freeze the box by inserting a 'pause' in the exit routine code in order to save the text)

What's happening?

The testfile.for consists of

$DEBUG
PROGRAM TESTSOMETHING
C
SOME CODE
SOME CODE
SOME CODE
SOME CODE
$DEBUG
SOME CODE
END
0 Kudos
0 Replies
Reply