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

4 Posted Topics

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
173
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 got the same problem. As I understood it is some rootkit hook application. I tried dozens of detection programs, only one found it: Deep System Explorer [url]http://diamondcs.com.au/dse/[/url] It show all the IEXPLORER.EXE hooks (probably when deleted in taskmanager it still is hooked) It was healed by starting a …

Member Avatar for jholland1964
0
351
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
84

The End.