raycoe

Results 7 comments of raycoe

+1 no support at all for form-control-sm

I attempted to rebuild the cxx project within MSVC and get the same errors. With this project, it looks like that at some stage, cxx-build is building a cxxbridge1.lib that...

The most amazing when looking for symbol refs on the cxx-generated lib file after having tried many options with cargo-test: ```console 00000000 T cxxbridge1$new_libzos_handler` 00000730 T cxxbridge1$unique_ptr$LibZosHandler$drop` 000006f0 T cxxbridge1$unique_ptr$LibZosHandler$get`...

I'm doubting that LNK1120 fatal errors are due to the warn LNK4044 since the last is simply ignored anyway by CL. But I could give it a try if there...

I don't know how above suggested solution could work since, except if I missed something, rust requires either a main.rs if app or a lib.rs if lib. Now that I...