python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Alire fails with error when building project
I am following the steps here https://pico-doc.synack.me/ to create a simple Ada program to flash a LED on the Raspberry Pi but have come across an issue when building with Alire.
Using the above step...
Sidisyom
Votes: 0
Answers: 2
Add a button in a callback
I can't make my callback function work. I have created a button which when clicked removes the first button and displays the second button. When I click the button, it removes the first button but doe...
Dimitri Emmanuel
Votes: 0
Answers: 1
Passing String from C to Ada via C Interpreter (VxWorks)
I'm trying to pass a string from C to Ada by using the C interpreter in a telnet window to a VxWorks box.
Interface.h
#pragma once
#ifdef _cplusplus
extern "C"
{
#endif
extern void Ada_Set...

Taylor Lopez
Votes: 0
Answers: 1
Tasking: Very slow response
My actual program creates a task which I does not react to control messages as it should. As it has grown pretty large, I present a short test program with the same control logic. It creates a backgro...
hreba
Votes: 0
Answers: 6