using VbTrickThreading-master examples without the typelibs for Callback and Marshal
Dear Trick,
In the Callback demo of VbTrickThreading-master I have directly called the APIs and other data present in import.tlb which are being accessed in callback.dll by writing their declares and types and avoided it by unchecking import.tlb in project references.Now when I run the callbacktest.exe in compiled mode I get nothing displayed in log window and the application hangs and I had to close it using task manager.I am attaching the modified callback sample.
1.Please clarify what are the modifications in addition I have to make it to work without import tlb just as it was running before when we were using import.tlb.
2.Similarly can you provide me the code to directly make MarshalUserInterface example to work without using user_typelib.tlb type library.