Latenite - 1.0.6.1 Update [Monday 20/08/2007]

One suite to code them all. An complete IDE and assembler for all your z80 projects!

Moderators: benryves, kv83

Post Reply
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

lloydkirk1989 wrote:I've had trouble compiling...
It would be useful to know what trouble you've had- how else can I fix it? :D
(the bug I mentioned is that the compile scripts that add "#define"s to the source file save to a temp file, which means that click error lines will try to use the .tmp file instead of the original .z80).
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

ok I just decided to download it and I tryed the "hello world!" one and got 1 error could not find source file. what do I do?

edit: where is a link to the LATINITE site? my default internet service (firefox) is down so I have to use internet explorer and it won't let me get to it... :cry:
koolmansam375
Extreme Poster
Posts: 479
Joined: Fri 17 Dec, 2004 11:09 pm
Contact:

Post by koolmansam375 »

thecheat wrote:edit: where is a link to the LATINITE site? my default internet service (firefox) is down so I have to use internet explorer and it won't let me get to it... :cry:
what? theres no way Firefox is your internet service.

Ben I suppose i could try it. I prefer syntax highlting because it makes it easier to go over it and debug (that and line numbering which this has if im correct)
Image

Pongwars shall live!

blog is down atm. :-(
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

err I meant I use fire fox and it died on me so I have to use IE but when I downloaded latenite it wanted me to use firefox and sense it's down for me well guess the rest.
CalcKing
Regular Member
Posts: 147
Joined: Sat 18 Dec, 2004 3:24 am
Contact:

Post by CalcKing »

... to access Internet Explorer, just open a folder and type in a web address OR press <WindowsKey>+[E]. :roll:
lloydkirk1989
Calc Wizard
Posts: 680
Joined: Wed 22 Dec, 2004 5:37 am
Location: West Palm Beach,FL
Contact:

Post by lloydkirk1989 »

From your journal on gamedev.net, it looks like you're still working on this. Mind sharing the latest build? :D
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

Heh, if you really want... I am not sure how good the TI parts of it are, not using them myself. I'll try to remember to zip up a setup at some point!
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

Post by the_unknown_one »

Ben: Use http://webmessenger.msn.com/?mkt=us for MSN Messenger on ur PC. And could you give me a good Visual Basic .NET tutorial, plz?
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

I'm at work... >_>
As for a .NET tutorial, MSDN is very good (and as it's integrated into VS anyway it's easily to hand).
the_unknown_one
Calc Master
Posts: 1089
Joined: Fri 17 Dec, 2004 9:53 am

Post by the_unknown_one »

Ok thanks. I've started programming VB .NET because i got Visual Studio .NET by school because we're learning VB .NET :lol: I wonder what to make...
CalcKing
Regular Member
Posts: 147
Joined: Sat 18 Dec, 2004 3:24 am
Contact:

Post by CalcKing »

I _finally_ downloaded the .NET runtime. I will test Latenite now. :)
Long live Z80 and #tiasm!


^^ Alas, I wrote that a long time ago. :(
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

It'd help if I'd uploaded a copy of Latenite for you to test... Sorry, I forgot :|
koolmansam375
Extreme Poster
Posts: 479
Joined: Fri 17 Dec, 2004 11:09 pm
Contact:

Post by koolmansam375 »

dunno what the status of this is but Darth Android (Telroth) over at UTI is making his own IDE in VB.net 2005 and is having a little trouble as you can read from the IRC log:
<Telroth> kms375, my ide is working so far
<kms375> oh? cool
<Telroth> it can launch tasm, trap all the output, and format it and display it in the error box
<kms375> i use pn2 and then manually run asm.bat
<Telroth> it'll do all the compiling for you ^^
<Telroth> it will detect all errors that tasm gives and highlihght them in the buffer for you
<kms375> coolness
<kms375> can i see it?
<Telroth> well, catching the output is all it does atm
<kms375> oh
<Telroth> i have the highlighting engine partially working, but i deleted a lot of the gui to start over
<kms375> what language are you writing it in? C? C++? Java?
<Telroth> VB.Net 2005
<kms375> you know, benryves was writing a IDE is vb.net 2005 too
<Telroth> heh
<kms375> http://joepnet.com/hosted/maxcoderz/php ... t=latenite
<Telroth> kms375,
<kms375> mmhmm?
<Telroth> in that max coderz thread
<kms375> mmhmm?
<Telroth> will you post that i have a rtf text box highlighter
<Telroth> that runs off of regex
<Telroth> in vb.net 2005
<Telroth> and i'd like to know
<Telroth> how he did the multi-column list box
<Telroth> at the bottom for the errors
Image

Pongwars shall live!

blog is down atm. :-(
User avatar
benryves
Maxcoderz Staff
Posts: 3087
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

Crap, I'm good at remembering to package a setup file, aren't I? :roll:
In any case, I got an email about one of his points (the listbox thing) this morning.

And it's VB.NET 2003. I haven't seen VB.NET 2005 out yet, but MS finally sent the beta in the post a couple of days ago, so... *crosses fingers*
Darth Android
New Member
Posts: 7
Joined: Mon 10 Oct, 2005 12:16 am
Location: Texas
Contact:

Post by Darth Android »

I might be able to write a control that extends the rich text box to do all the highlighting - you would interface it like a regular text box

BTW don't use 2005 if you plan to share any applications created with it, as it uses the new .Net framework which isn't available for download yet
Post Reply