Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Member Avatar for dwhvw

Hi, I'm using a serial port (module (B)) which has a default vDataReceivedEventHandler. This handler is connected through a 'callback' delegate to the calling module (A) which module (A) instanciates the serial port module (B). If I create a byte array in module (A) then the delegate passing data from …

Member Avatar for dwhvw
0
160
Member Avatar for dwhvw

Hi, I'm using Borland C++Builder V5.0. I simply want to pass a variable between two C++ TThreads. I searched a lot on the Internet but can't find anything like that. Simply copying by calling another threads function or property is no option. The compiler thinks it's okay but when executing …

Member Avatar for Rajesh R Subram
0
2K
Member Avatar for samiksome

hi, I seem to have a problem with my internet explorer 8. it is starting up automatically when I start my computer. By starting up I mean that as soon as i start up my computer and use the task manager i can see that 2 [I][B]iexplore.exe[/B][/I] processes have been …

Member Avatar for jholland1964
0
320
Member Avatar for dwhvw

Hi, How can I convert the TeMyEnumeration constants to integer values? See code below [CODE] typedef enum{ zero, one }TeMyEnumeration; typedef struct{ TeMyEnumeration myEnumeration; int myInteger; } [/CODE] I send this complete structure, byte by byte, using a memory pointer to some serial output. I want the myEnumeration variables also …

0
78