DETAILS… I want to run full duplex communication between a Swift client POSIX socket on iOS (iPhone) and a C/C++ server POSIX socket on Windows 10. Windows 10 server is built with MinGW ("Minimalist GNU for Windows"). iOS client is built with Xcode. Source: Windows..
Category : swift
Swift newbie here. I am trying to do some GUI design with swift so SwiftUI module is needed. My current environment setting is: OS: windows 10 Editor: VS Code Community 2019 Others: extensions include Code Runner, Swift Language & swift-sflc I got "No such module as SwiftUI" Error obviously because I didn’t install it. So ..
Not sure whether this question is redundant or not. Though, I am still somewhat new to software development, and was looking for friendly advice from more experienced folks on what to do and not to do with languages such as: Swift, Objective-C, C++, C, and maybe even ARM. Any tips to help me further expand ..
I am planning on creating an ios mobile food ordering app for a school project. I will be using Swift and was wondering could anyone help with which database and code editors will be best for this. I considered renting a mac but I am trying to keep costs to a low. Source: Windows..
I was working on iOS project dealing with OpenCV. I have created a method which need 5 Mats // Example void method { Mat 1; Mat 2; Mat 3; Mat 4; Mat 5; } This method will call in a loop. for every iteration, The memory usage keep on increasing and app crashing with out ..
I am trying to use OpenCV to detect a QR code in a still image, and then determine its position in the image. I have successfully linked the OpenCV library and over a sample of images, OpenCV code will not detect a QR code in the majority of instances, however the code for detecting the ..
I know that most stackoverflow users don’t like questions like these and this is also kind of opinion based, but still, no one’s stopping me from asking it anyways. I already have great C# skills and have created several desktop applications with GUIs in the past. Now I’m searching for a new programing language for ..
I’m trying to implement a C++ project that has a Unix executable into my Swift application. I have searched a lot of documentation about the topic, but I haven’t yet found something useful. Swift Package seems like the most viable option for me, but the documentation that I’ve seen only shows how to implement various ..
I have an error of Undefined symbol cv::LineIterator::LineIterator(cv::Mat const&, cv::Point_<int>, cv::Point_<int>, int, bool). So I’ve stumbled upon this issue that I am not sure if it is a bug but I cannot figure out how to fix it or what I am doing wrong. I am trying to compile a library that uses OpenCV 4.5.1 ..
About I am creating a library that contains Swift, Objective-C, Objective-C++ and C++ code. Everything is working fine so far, I even managed to access Swift code from the Objective-C++ code. Now I am trying to add a C++/Objective-C++ dependency which does not define modular headers to my project. I have simply added the dependency ..
Recent Comments