it's the amazon search that is inserted after every first post in a thread, e.g. the forum
Type: Posts; User: hadv215
it's the amazon search that is inserted after every first post in a thread, e.g. the forum
There may be a number of suspects in any crowd
Any crowd may contain 0, 1, or more suspects
at least, so I suspect
Yes, it would be nice. But does that have to delay things?
It's not only the normal irritation I have with advertisement, it is also the slowed down loading of pages to pick up all the images again....
I'm in, where do I sign?
I understand the idea behind the advertising, but that does not mean I have to like it.
And I just found out that adblocker does not reject everything, so now I'm stuck with white holes (what's the...
I think it's the install. After a quarter of an hour (!) it decides that is OK after all.....
Basically I both love and hate AV programs. My provider gives me a free version of F-Secure but it does...
AVG is choking on this
Harm
I am acquainted with John's latest development, but I must assume that not all PicBasic users are.
From personal experience I know that a lot of Dutch PicBasic users ask their questions at a...
I donīt see why it can not be part of a full install. It just needs some comment on how to install it...
I know itīs not a īlesī project but what the hell. I hardly think JohnGB would mind.
Harm
You can be sure that John builds ALL his applications using Delphi. Same as me by the way. I learned Turbo Pascal (the DOS predecessor) and all variants of Delphi up to 7. I also did some coding in...
I just added it to the forumfiles
hadv215 has just uploaded sd fileystem!
here is your zip
Forgive me if I don't understand the problem: it's very easy to determine the codespace using the .lst file
No you're not missing anything (apart from the program). I think I forgot to upload it, please try again.
hadv215 has just uploaded to Hex converter improved, second attempt!
Apparently I forgot to upload the executable. Sorry for that.
There were two uploads. After the first I thought of some improvements (a.o. the scrollbar), hence the name improved version. It's here.
@ charliecoultas: Forgive me if I do not understand you. According to me this is exactly what my tool does.
@SVC: are you sure you downloaded the so-called improved version?
The tool will create...
hadv215 has just uploaded Binary To Hex converter (improved version)!
Binary (or any) to hex converter.
Ideal for include files that are binary since the compiler will not accept these.
I decided to build that tool: BinaryToHex.exe. You can find it in the user files.
I just decided to improve it a little bit. You'll now find commented labels to indicate the position and there is...
hadv215 has just uploaded BinaryToHex Converter!
This executable will take any file, read it as a binary file and convert it to hexadecimal
I did not know this, mainly because I never tried to include a binary file. I tried it myself and was confronted with an error like you.
Sorry for this. (by the way it really disappoints me that it...
The table does not need a name, for CRead you only have to know the address.
You will have a line 'include vendor_code.bin'. At this position the binary code is loaded.
Insert a label, e.g....
The file will have a startposition. Use Cread to find the bytes.
What about a CNY70, they are not that expensive.
It is mentioned in the manual but, frankly, I think this is really very confusing. In three years time when you have to modify the program you don't know what you have been doing.
The least you...
I wonder what you mean with 'does compile' and 'won't assemble'. I advise you to throw away the .hex, .asm and .lst files and compile it again. The compiler will automatically invoke the assembler. ...
I'm running win7/64. The 32 bit exe (1.0.1.3) can open and show a PDF.
When I try to test it with the 64 bit exe (0.1.1.105) I get an error 'Invalid datatype for Default Programmer' on start up. If...
As long as all data uses this format it should not be too difficult to use a macro (or something like that) in a text editor.
Looks like a conversion job.
If you want to you can send me the code & I will have a look.
Serves them right
The analyser detects preprocesso directives and tries to solve them.
If an "If" results in "False" the lines up to the corresponding "EndIf" are not used by the analyser, just the same way the...
Hi George
it's in the snapshot.inc
at line 128 you have "$if _eeprom"
the preprocessor tries to evaluate this, but it needs a number
make it "$if _eeprom > 0" and it will work (didn't I mention...
I fear there's something wrong with the installation.
If you use it as plugin go to the pluginmanager and remove the analyser
Remove the .exe
Download the analyser zip again and install the way...
I too encountered some suspicious thumbs up. All names (looking generated) that I have never seen before and most of them at very silly places
3 of them on a thread initiated by me regarding a...
What is the error?