Click here to Skip to main content
16,022,413 members

Comments by Kedar Kumbhar (Top 10 by date)

Kedar Kumbhar 5-Apr-11 8:08am View    
If there is no way to change .h file to win form then, i think i will have to do it manually. I will create a new form.h and copy paste .h file code to it. I guess this will solve the issue.

And about CLI/C++, that's the requirement. Can't help...
Kedar Kumbhar 21-Mar-11 9:43am View    
Ok, got it... Done.
Code running...
Thanks.
Kedar Kumbhar 21-Mar-11 8:36am View    
No, I get it. Even I removed the 'If' condition. But, the next statement (just after 'if')is unexpectedly getting executed. This is what I don't want to happen. If the event is null then I don't want object to be reinitialized (happening in the next statement).
I guess I will have to look into the link suggested by SA & you.
But, still in the link there is no way suggested to solve this issue.
Sorry, but can u explain more?
I fear SA will get vibrant after reading this..:-)
Kedar Kumbhar 21-Mar-11 6:29am View    
Actually, I need to check if the event is empty or not. Based on this the next statement will execute. This project is a porting project. The C# project contains lots of such 'Event' condition check with 'null'. I am desperately seeking for a solution. Can't change the implementation much...
Kedar Kumbhar 11-Mar-11 4:39am View    
Ohh...
Done... Acepted...
Thanks
...Kedar