| View previous topic :: View next topic |
| Author |
Message |
Newbie
Joined: 11 Feb 2011 Posts: 4
|
Posted: Sat Jun 25, 2011 8:06 am Post subject: Commodore64 basic - assembler IDE for windows and linux |
|
|
I've just written a rather good Basic - assembler IDE for the commodore64. Direct editing of basic prg files, advanced renumbering, coupling with an assembler - push button to assemble - errors returned in a window, direct editing of files in a d64 file - with save, inserting of control - color characters in a basic prg file, and many other features. Windows and Linux version. Source code included (C.C++). Anybody interested?
Dancie |
|
| Back to top |
|
 |
Immortal Grandmaster of C64

Joined: 13 Oct 2004 Posts: 4702
|
Posted: Sat Jun 25, 2011 8:50 am Post subject: |
|
|
where to download so i could check it? =P _________________ |
|
| Back to top |
|
 |
Newbie

Joined: 04 Mar 2008 Age: 29 Posts: 48 Location: Birmingham, AL, US
|
Posted: Sat Jun 25, 2011 2:15 pm Post subject: |
|
|
Of course we are! |
|
| Back to top |
|
 |
Newbie
Joined: 11 Feb 2011 Posts: 4
|
Posted: Sun Jun 26, 2011 8:02 am Post subject: |
|
|
Here is a link to a site. I have corrected a small bug in the Recent Files routine. I will post this later in a new SourceForge project. I'll post the link later to the new version. This one works fairly good. I would appreciate some feedback. The executables for Window$ and Linux are in the root directory.
I forgot to put the dll's that are necessary in the project. I will post them soon on the pudn site and on SourceForge.
"http://en.pudn.com/downloads363/sourcecode/app/detail1577534_en.html"
Pudn.com > Downloads > SourceCode/Document > Applications > Commodore64Editor.tar
Last edited by dancie on Sun Jun 26, 2011 10:26 am; edited 1 time in total |
|
| Back to top |
|
 |
Immortal Grandmaster of C64

Joined: 13 Oct 2004 Posts: 4702
|
Posted: Sun Jun 26, 2011 8:32 am Post subject: |
|
|
download requires login it seems _________________ |
|
| Back to top |
|
 |
Über Groupie

Joined: 09 Apr 2008 Posts: 341 Location: Hartlepool, UK
|
|
| Back to top |
|
 |
Newbie
Joined: 11 Feb 2011 Posts: 4
|
Posted: Sun Jun 26, 2011 11:26 am Post subject: |
|
|
here is the link to the sourceforge project. this one has the new updates, the dll for windows and the two fonts needed for the PRG edit. Read the Readme.make file to see how to intsall the fonts and other needed programs. For windows you just need to copy the CommodoreEditor directory to your harddisk.
http://sourceforge.net/projects/commodoreeditor/ |
|
| Back to top |
|
 |
Newbie

Joined: 29 Sep 2005 Posts: 28 Location: Deep Umbra ;)
|
Posted: Sun Sep 11, 2011 11:35 pm Post subject: |
|
|
Trying to compile it and get this:
| Code: | src/OpenFile.cpp: In member function ‘void OpenFile::DeCursorPositionChanged()’:
src/OpenFile.cpp:2255: error: ‘class QTextCursor’ has no member named ‘positionInBlock’
make: *** [OpenFile.o] Fehler 1 |
I am using:
Ubuntu 10.04
gcc 4.4.3
Qt 4.6.2 _________________
"Look at you hacker. A pathetic creature of meat and bone, panting and sweating as you run trough my corridors. How can you challenge a perfect, immortal machine......" - Shodan at Citadel Station |
|
| Back to top |
|
 |
Forum Junkie

Joined: 07 Sep 2009 Age: 37 Posts: 597 Location: Fort Worth, TX
|
Posted: Mon Sep 12, 2011 1:33 pm Post subject: |
|
|
You should post a screen shot. |
|
| Back to top |
|
 |
|