Click here to Skip to main content
15,914,924 members

Comments by kobishenko (Top 5 by date)

kobishenko 4-Sep-11 9:39am View    
I think that the problem is not with the delegate at all, but before even calling it:

I am starting to believe that the assertion is called because Im using a const function: the getID function is const reference. perhaps there is a problem using this type of functions in c++/cli?
kobishenko 3-Aug-11 10:34am View    
Does anyone has a clue on this issue?
Thanks,
Kobishenko.
kobishenko 2-Aug-11 5:49am View    
Anyone?
kobishenko 27-Jul-11 11:00am View    
I prefer to do it in .NET (c#)

but any language will do.
Thanks.
kobishenko 22-May-11 3:03am View    
Hi guys,
This is not folder relative issue or a wrong path - Like I said - if I ran my application when the Visual studio is not open in the background - it opens the file perfectly.
And the reason I'm not using a full path is that the file might be located on a remote shared computer. nothing new here I think.
So my guess is that this has something to do with the Visual studio 2005 that blocks the shared dir port (or something like that which I have no clue).
Can you suggest anything about this direction?

Thanks.