I suppose so.
Thanks for the reply and support
Ioannis
Search found 7 matches
- Fri Feb 15, 2019 7:24 pm
- Forum: Coding Questions
- Topic: Gauge gadget and ARC drawing
- Replies: 9
- Views: 2445
- Fri Feb 15, 2019 7:23 pm
- Forum: General Discussion
- Topic: Analog Vu Meter (Real-Time)
- Replies: 33
- Views: 11015
Re: Analog Vu Meter (Real-Time)
Thank you netmaestro for the reply.
Yes it is the demo version. I am not a pro programmer (on the PC side) but rather a microcontroller one and would like to have a PC piece of software to display some measurements or data on screen preferably through a USB connection.
Up to this moment no USB ...
Yes it is the demo version. I am not a pro programmer (on the PC side) but rather a microcontroller one and would like to have a PC piece of software to display some measurements or data on screen preferably through a USB connection.
Up to this moment no USB ...
- Fri Feb 15, 2019 6:54 pm
- Forum: General Discussion
- Topic: Analog Vu Meter (Real-Time)
- Replies: 33
- Views: 11015
Re: Analog Vu Meter (Real-Time)
Thank you for pointing out. The error was a bit misleading for me...
Ioannis
Ioannis
- Fri Feb 15, 2019 6:30 pm
- Forum: Coding Questions
- Topic: Gauge gadget and ARC drawing
- Replies: 9
- Views: 2445
Re: Gauge gadget and ARC drawing
Thanks Little John,
Updated to 5.70 and runs OK now.
Other code samples found on the forum do not run even on 5.70 and are giving me errors of the type something is not a function, array, list, map or macro.
Have a lot to learn...
Ioannis
Updated to 5.70 and runs OK now.
Other code samples found on the forum do not run even on 5.70 and are giving me errors of the type something is not a function, array, list, map or macro.
Have a lot to learn...
Ioannis
- Fri Feb 15, 2019 6:14 pm
- Forum: General Discussion
- Topic: Analog Vu Meter (Real-Time)
- Replies: 33
- Views: 11015
Re: Analog Vu Meter (Real-Time)
Hi Addict.
Thanks for replying. Noop, no joy. Running on 5.70 Demo version of PB.
A new error message appears Line 94: GlobalAlloc_() is not a function, array, list, map or macro.
The offending line reads:
Stream\block = GlobalAlloc_(#GHND, Length)
Ioannis
Thanks for replying. Noop, no joy. Running on 5.70 Demo version of PB.
A new error message appears Line 94: GlobalAlloc_() is not a function, array, list, map or macro.
The offending line reads:
Stream\block = GlobalAlloc_(#GHND, Length)
Ioannis
- Fri Feb 15, 2019 3:29 pm
- Forum: Coding Questions
- Topic: Gauge gadget and ARC drawing
- Replies: 9
- Views: 2445
Re: Gauge gadget and ARC drawing
Hi.
This program returns an error at Line 10: CreateImage():Incorrect number of parameters.
I am new to PureBasic so please forgive my newbie questions.
Ioannis
Looks like some fun. Let's make a start and cover the more difficult parts first. We'll draw a needle that we can use for an indicator ...
This program returns an error at Line 10: CreateImage():Incorrect number of parameters.
I am new to PureBasic so please forgive my newbie questions.
Ioannis
Looks like some fun. Let's make a start and cover the more difficult parts first. We'll draw a needle that we can use for an indicator ...
- Fri Feb 15, 2019 3:24 pm
- Forum: General Discussion
- Topic: Analog Vu Meter (Real-Time)
- Replies: 33
- Views: 11015
Re: Analog Vu Meter (Real-Time)
Newbie here.
Trying to run the above VU meter code but get an error at line 90: UseLZMAPacker() is not a function, array, list map or macro.
Any help please?
Ioannis
Trying to run the above VU meter code but get an error at line 90: UseLZMAPacker() is not a function, array, list map or macro.
Any help please?
Ioannis