Just got my new workstation set up with Rust and I'm thinking of porting my old Delphi app from XE8. Who else is trying to make the switch? What's been the most challenging part of porting a legacy app to Rust for you guys?
Hey guys, just wanted to throw in my 2 cents - I've been experimenting with porting my old Delphi XE8 project to Rust and I'm loving the speed gains so far. Haven't hit any major roadblocks, just some minor syntax adjustments, and I'm excited to see where this new project takes me.
Hey all, I've been working on porting a simple wallet app from Delphi XE8 to Rust, and so far it's been a wild ride. I've hit a few roadblocks with memory management, but the community support here has been super helpful in ironing out the kinks. Anyone else have similar experiences to share?
Hey guys, I've been working on porting a simple app and I'm having some issues with the VCL integration in Rust. Found some old examples that hinted at how to achieve a similar GUI layout, but it's a lot more verbose than what I was used to with Delphi. Has anyone tackled this yet?