Thanks for clarifying superbonzo. If I understand it right, the map class is for parsing the description file. First I need to study the class more in depth.
You hit the nail S_M_A. We have a CANoe from VECTOR, but as you mentioned, its not really the cheapest one... and for some simpler tasks, where someone just needs to track the bus, its to complicated...
thank you very much for your reply. I'm not a C++ programmer. Can you be more specific regarding your example?
Lets say you receive on the bus the following message:
Thanks for your reply, superbonzo, but your code snippet is not applicable. We have to separate the problem into two sections.
1) the application itsefl, which is able just to print out some text -...
Ahhh, thanks. So there is no other choice then to use the preprocessor directive #define. Is there a way, how to use the enum? Because it would simplify the whole ID management... :-)
This is what I needed to know. Thanks for that. The scripting language will be for the "end" user, who will just call the functions he needs and set some parameters. Can you describe more in detail,...
This was just an idea. We are still in progress, what we need and how should it look. The main task is to simplify the programming to the "end" user, which is interested only in setting some timers...
This is something, what bothers me. How to link the controls in a running program.
So u suggest not to use the win32 for GUI and then try to link the controls with an arbitrary code? I should use...
Ok, I get it and as I mentioned, this was just a try. But can you help, how should this be done? Is there some "tutorial" or inspiration, how to make...
We got a piece of HW from National Instruments, which allows us to communicate through PC with an external device connected to the NI HW. We want to make some sort of program - editor,...
Hey, you don't have to be sorry. You helped me really much. As you said, I've to experiment with it a little bit more and take it as a fact.
The first thing I thought the mapping mode it is...
I've read all the articles and it was really interesting, thank you for that. I'm still little bit confused of it. Even when I'm using the default mapmode MM_TEXT, there is the viewport and the...
I've stumbled on the window and viewport problematic and I don't get it. My first thoughts were, I got a client area, where I set the viewport (size of the viewport and coordinates of the...