Activity overview
Latest activity by dgrinblat
Any update on this? / comments
Any update on this?
Hi @Jon_Kirkwood I've uploaded the attached zip file to the link you provided above. This is a build of my sample project which has all the DLLs. Please try to obfuscate this build and you should easily be able to reproduce the run-time crash involving the managed C++ dll. Thanks. / comments
Hi @Jon_Kirkwood I've uploaded the attached zip file to the link you provided above. This is a build of my sample project which has all the DLLs. Please try to obfuscate this build and you should e...
Hello Peter, I don't understand how it could not be there. I just downloaded the above attachment, unzipped it and DEFINITELY CSharpLib is there and solution builds. Can you please look again. Just in case i attached CSharpLib.zip separately[image]
/ comments
Hello Peter,I don't understand how it could not be there. I just downloaded the above attachment, unzipped it and DEFINITELY CSharpLib is there and solution builds. Can you please look again. Just ...
Mixed C# and C++ solution
i have a .net 6 app which takes dependency on 2 libraries. 1st library is written in C#, and the second library is a Managed C++/CLR library. I created an .saproj that embeds both the C# and the C+...