Click here to Skip to main content
15,905,616 members

Comments by fisadmaster (Top 22 by date)

fisadmaster 23-Nov-18 8:51am View    
Thanks your proposal works perfect
fisadmaster 23-Nov-18 4:45am View    
Thanks for the comment but you are wrong because when I do not use the RGiesecke package the C# class library works as it should and I can load it from a console application in C++ and show the form with the webbrowser.

What I understand is that the RGiesecke package causes the C# class library to run on a multi thread and that is incompatible with the webbrowser component.
fisadmaster 18-Nov-18 4:48am View    
I make a simple change from long to INT64 and pass the class as reference and is working now, thanks man!!!!.
obj->SetCallBacks((INT64)CPPCallBack);
fisadmaster 18-Nov-18 3:21am View    
I have made a clean compilation, I have rewritten all the code, I thought something was strange and now the C # library does not load, if I disable the line: obj-> SetCallBacks ((long) CPPCallBack); the form is displayed, if enabled, it enters a loop without an answer and ends after a few seconds. I believe that there is a problem in the statement, Any idea of the problem?
fisadmaster 17-Nov-18 17:05pm View    
I'm sorry, I was thinking that I had to pass all the code of the class to the code of the form, but I do not know how to pass the class as a reference to the form?