hello,
I have a question about the use of C language to control
a robot built with the LEGO Mindstorm system.
what OS should i install on the lego ?
do i use the graphical language environment that comes
with the lego ? or there's something else ?
i want to control the robot from my computer.
So,what compilers do i have to install on the computer...
User Profile
Collapse
-
could you please tell me how can i do that ?... -
-
or i should say "the C# reading is so fast that the C always find the file busy"Leave a comment:
-
the previous posts , nothing has worked .So i turned to this idea (flat file)
but the passing operation is very slow.Leave a comment:
-
passing value using flat file ?
hello,
i have tried alot of things about this but in the end i did it using flat file.
but the response is so slow -_-"
i'm passing a character between C and C# using a text file.
this operation is continuous .I mean C put char in the text then C# read the
character erase from the file and so on .....
the C check if the file is in use by checking if it's... -
can i start the CLR in my C code and while calling the C# main method i pass parameter ???Leave a comment:
-
-
-
how to start a C# program from a C program ???
hello,
I have a C# program.how can i make it run from a C program ?? -
ok,it seems like it needs alot of time.so i'll use flat file instead.
but i'll still look for a way by using dll.
Thank you very much.Leave a comment:
-
i want the access to be at the same time.
C program sets value and the C# program gets that value at the same time
(real time).That means the memory is not empty right ??...Leave a comment:
-
yes , i have two separated programs that have to communicate with each other.Leave a comment:
-
the task is to pass a char between C program and C# program in real time
using DLL.C & C# are not the same.so C would store at memory location
different than the C# each time i load the dll.
so in C# rather then loading the dll and calling the function get to get the char.i
get the address of that char that C has stored it.Leave a comment:
-
Calling win32 library from .NET, using COM object .
The task is to pass data between C program and C# program .
which is passing char between them.Leave a comment:
-
-
passing data between C and C#
What would be suitable options to exchange data between C program and C# program? The data is CHAR -
ops , yes i'm sorry about that.
when i call a dll function that will set a value in that dll.
ex : void Set(char x)
how can i get the memory address of that value ?
i want to get that address in a C# program.Leave a comment:
-
how can i get a memory address of dll in C# ?
how can i get a memory address of dll in C# program? -
i can use C++ manage class right ?
i did it in the dll
but i couldn't call it from C#
the class exported from dll can't be known in C# !!!
i get the error :
The type or namespace name 'Adder' could not be found (are you missing a using directive or an assembly reference?)
this is my dll code after i added the exported class :
Mydll.h :
Code:Leave a comment:
No activity results to display
Show More
Leave a comment: