Omar Bazaraa

Results 8 comments of Omar Bazaraa

Personally, I don't have enough time to continue adding more algorithms and/or documentations. But contributions are much appreciated, @Ansh-Sarkar.

Thanks @Ansh-Sarkar for your contribution. It will take me some time before reviewing the PR.

Just tried the [C#/WinRT Projection Sample](https://github.com/microsoft/CsWinRT/tree/master/src/Samples/NetProjectionSample). It works for `x64` and gives the same runtime exception when running in `x86`!

@manodasanW, confirming that... 1. `DesktopCompatible` property is set for both x86 and x64 platforms. 2. The runtime component is being built for x64. But still the same runtime exception. I...

For reference, here are the project files... **RuntimeComponent1.vcxproj:** ```vcxproj true true true true {6797a314-3617-4d66-bae5-523705c117d0} RuntimeComponent1 RuntimeComponent1 en-US 14.0 true Windows Store 10.0 10.0.22621.0 10.0.22621.0 Debug ARM Debug ARM64 Debug Win32...

It turned out that the problem is in `AnyCPU`. Changing this to `x86;x64` fixed the problem for me. I'm not sure what is exactly wrong with using `AnyCPU`, so it...

Yeah I understand it'd be a huge effort. Starting with the new features/changes would still be beneficial tho. And thanks a lot!