C program streams

Moderators: TomKerekes, dynomotion

Tarasevih
Posts: 101
Joined: Fri Jul 09, 2021 11:26 am

Re: C program streams

Post by Tarasevih » Wed Mar 20, 2024 6:54 pm

Hi Tom.
KMotion5.3.2
You meant KflopToKMotionCNCFunctions.c
From being in the same folder
Regards,
Taras.

User avatar
TomKerekes
Posts: 2546
Joined: Mon Dec 04, 2017 1:49 am

Re: C program streams

Post by TomKerekes » Wed Mar 20, 2024 7:08 pm

oops. yes KflopToKMotionCNCFunctions.c.
Regards,

Tom Kerekes
Dynomotion, Inc.

Tarasevih
Posts: 101
Joined: Fri Jul 09, 2021 11:26 am

Re: C program streams

Post by Tarasevih » Wed Mar 20, 2024 7:11 pm

Hi Tom.
I figured it out Tom.
The problem was that the function was not added to the prototypes.
Прототиы.png
I added it and now everything works.
Regards,
Taras.

User avatar
TomKerekes
Posts: 2546
Joined: Mon Dec 04, 2017 1:49 am

Re: C program streams

Post by TomKerekes » Wed Mar 20, 2024 8:02 pm

Very strange. The function is defined later so a prototype should not be required as the function is fully defined before it is used in the main program.

But I never argue with success :)
Regards,

Tom Kerekes
Dynomotion, Inc.

Post Reply