BasicX
Discussion forum for the BasicX family of microcontroller chips.
Search Results for "compiler"
Post a new Thread
So far in May, you have voted 0 times ou of a total of 20 votes by the community.
Please help us clean the archives from unuseful discussion threads by using the voting system! Details here.
hinzvc - Jul 31 2002
Hi,
Is there a way to link object files with the compiler without having
to recompile all the program?
Say the subroutines I wrote are ok but then I edit only o... 
Elijah Parker - Jan 11 2001
Here is a link to a compiler for the asm/c BX24.
http://8bit.at/avr/
This is gcc for AVR's. If your not familiar with gcc, it is
distributed under the ... 
Patrick Murphy - Feb 24 2001
Greetings,
I just downloaded the 1.48.2 compiler on my Win98 2nd Ed. Dell
and am not able to compile my program. However, on a second computer,
having copied my ... 
Miguel Puchol - Feb 6 2001
Hi,
After having installed the BasicX compiler, V1.47, on the desktop PC running
Windows Millenium Ed. and then updated the DLL file as mentioned a few days
ag... 
- Jul 9 2000
Hello,
I know that Netmedia had its Basicx compiler available for download.
I just checked the site but I could not find it. Does anyone know the
link to the fi... 
pjc309430 - May 12 2002
Good morning,
I have compiler V 2.00 installed.
(installed after the other was uninstalled first)
Recently I tried to open projects I made with the last com... 
Miguel Puchol - Feb 17 2001
All,
The V1.48 compiler environment has installed fine on my spanish-language
Windows ME-running computer.
I have compiled a project, it went fine, no errors, ... 
mdrapal2000 - Dec 21 2003
Seems that there was a bug introduced in the later version of the
2.10 compiler on the NetMedia site. Specifically, for those who try
to use a Ram Sandwich and en... 
Don Kinzer - Apr 1 2004
One thing that I noticed with enum types, which think is a compiler
bug, is that if you use an enumeration value in two or more
enumerations, no compiler error is... 
Vic Fraenckel - May 21 2001
what does the compiler error message:
Object does not support this property or method
mean?
Vic
________________________________________________________
... 
Frank Manning - Apr 17 2002
From: "eric_seale" <>
> Is there supposed to be an intrinsic limit on the
> length of string literals passed to Debug.Print?
>
> When I attempt to print comm... 
Victorf - May 6 2000
Could someone at NetMedia comment on the changes made to the the BasicX
documentation with the release of the new compiler. I like to have printed
docs and would li... 
venture288209 - Jan 31 2002
I currently have Compiler ver. 1.48 installed (using Win-95). If I
want to install the new compiler (Beta 5) should I first uninstall
ver. 1.48, or should I insta... 
lgharriman - Aug 4 2003
I am using the version 2.1 beta 2 of the Netmedia compiler. I was
just wondering if there are any plans to include a printer option to
print the basic program listi... 
David E. Basile - Oct 16 2002
Every once in a while when I compile I will get a Runtime Error 5: Invalid
procedure call or argument. The compiler will exit and I'll re-open the
compiler and it w... 
Frank Manning - Dec 19 2001
From: "Neil Jepsen" <>
> [...]
> Also from time to time, the assembler reassembles
> the same code over and over, and it won't stop.
> [...]
This is the... 
Vic Fraenckel - Oct 16 2001
I understand that NetMedia is on the verge of issuing a new compiler
version. I hope that they have fixed the install problem so we don't have to
monkey around manu... 
Frank Manning - Jan 19 2002
The BasicX compiler beta 5 version is available for download:
http://www.basicx.com/beta/
The main change was a speed increase. Compared to V1.48, the new... 
Tony Brenke - Jan 15 2001
option explicit
it is a compiler function. the compiler will give you an error if you
are tring to use a var that you have not defined.
it catches typos
... 
James R. Parish - Sep 9 2001
I have not had any problems with this Beta2 Compiler. My 18000byte and
growing program compiles in about 6 seconds. But my complaint is more of an
annoyance problem... 
Neil Jepsen - Dec 19 2001
Sorry Frank..yes I'm referring to the compiler. I am still using 1.48 on
an IBM thinkpad laptop ( 'cos I'm too lazy to plug it into the net to
download the beta ver... 
- Sep 19 2001
Hi Group,
The BX-24 documentation states that the Basic-X operating system
allows direct, low level access to the special purpose registers.
How efficient i... 
Frank Manning - Mar 25 2003
From: "cluelessstu2003" <>
> when I try and write a program, any program, I get
> the message
> "Math library not found"
> Anyone had a similar experience? I... 
Daniel Chia - May 10 2003
When i run the setup program form compiler v2.1 beta 2, the pre-install
extraction runs to full, then setup exits without any error messages.
I'm running Win XP ... 
- Feb 26 2001
After installing Version 1.46.8 or 1.47.2 of the basicx compiler,
the "Power Down", the " "Downloading" and "Clear windows" button's
text is to large and does not... 
Victorf - Jun 11 2000
What does the compiler error message:
Object does not support this property or method
mean? What is an object? What is the property or method not supported? W... 
merogman2004 - Nov 12 2011
I have been trying to put and retrieve data into the LCDX Eeprom. I have looked at many examples, guides and programs for doing that.
I have tried the Put/Get Eeprom, Persistent ... 
Frank Manning - May 4 2004
From: Paul Dubinsky <>
> [...] You really can be led astray by the ram usage
> number at the bottom of the compiler dialogue. [...]
Yes, good point. It's ea... 
Frank Manning - Jan 6 2003
From: <>
> Please kindly advise me on the following (attach is my
> code):
>
> a) Am I following the correct path for using the
> WaitForInterrupt? If yes,... 
sara36j - Sep 17 2002
I was wondering if I could use the BasiCX compiler and download from
command line. My problem is I am using the block data classes and a
vb front end to create th... 
Don Kinzer - Jan 5 2005
--- In , "Tom Becker" wrote:
> > ... Stack space is used to properly implement operator
precedence...
>
> Does that suggest that otherwise-... 
Victor Fraenckel - Jan 4 1980
I get a compiler error message:
Object does not support this property or method
each time I compile. The cursor is on line 1 of an 'include' module which is a... 
Frank Manning - Jun 21 2001
From: "James Parish" <>
> So, does a variable STRING reserve 64 BYTES or does it
> allocate as needed and just return a LEN() of how many
> CHRs are used with ... 
hinzvc - Jul 2 2002
Hi,
I am looking for an easy way to use the Visual Basic interface for
editing the code i'm building for BasicX. By using VB it is faster
for me to debug syn... 
Frank Manning - Jun 6 2003
From: Dexter Francis <>
> [...] It's been many years since I programmed anything
> in any language, but I'm hopeful that I can get up to
> speed on the fundame... 
Frank Manning - Mar 27 2003
From: "Dave Houston" <>
> [...] it would be nice to have a
> function that could be called to use the
> OutputCapture pin for something like...
>
> PulseSt... 
Frank Manning - Jan 7 2003
From: <>
> Does anybody have a method of implementing a timeout
> on a serial port. [...]
Yes, this is being included in the new V2.1 compiler. Procedure
... 
David Emrich - Feb 16 2001
>I've programmed PICs in the past in assembler. Does anyone have experience
>in C for these chips, and what are your impressions?
Highly compiler dependent. If y... 
airmaledfw - May 26 2003
Thanks to a posting I came across by dan bielecki (msg 7510), I
quickly shaved 100 bytes off my ram useage by not submitting Sub Main
() to just sleeping while run... 
Frank Manning - Aug 30 2001
From: <>
> I have been out of town since installing beta software
> last saturday, had encountered the error 6 problem,
> have read the posts and understand th... 
|
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
next