function pointer to delegate

  • Thread starter Thread starter Abubakar
  • Start date Start date
A

Abubakar

Hi,
I'm making a windows forms app in vs.net 2k3. I added a new "generic c++"
(unmanaged class) class to the project which contains some code to access
the win32api. Now at a certain point in my unmanaged class I want to call
the managed method of the Form1. So I thought I could somehow make a
function pointer and pass it to the unmanaged class object which could than
call it. But I havnt been able to do it. Help plz.

Thanks,

Ab.
 
Abubakar said:
Qstat or Qstart ? Can u send me the link?

Try google.com - you know, you can find almost anything by typing the
right things into the search box! (msdn qstat)

Tom
 
Back
Top