Click here to Skip to main content
15,890,438 members
Everything / Cross platform

Cross platform

cross-platform

Great Reads

by Sergey Alexandrovich Kryukov
Now with auto-numbering! New Visual Studio Code extension “Extensible Markdown Converter” augments built-in Markdown extension to form all in one toolchain offering convenient editor, rendered document viewer, spell checker and converter to HTML, per CodeProject article submission requirements
by Jerome Vonk
Simple chess game, written in C++, that runs in a console. Made for didactic purposes and fun :)
by Kashif.Mushtaq.Ca
Cross Platform AES 256 GCM Encryption and Decryption (C++, C# and Java)
by Steffen Ploetz
Another fully functional ownerdraw menu with minimal effort - this time based on Win32, with icons instead of bitmaps, with accelerators and tested for ReactOS and WinNT 4.0 to Windows 10

Latest Articles

by Kashif.Mushtaq.Ca
Cross Platform AES 256 GCM Encryption and Decryption (C++, C# and Java)
by Jerome Vonk
Simple chess game, written in C++, that runs in a console. Made for didactic purposes and fun :)
by Michael Sydney Balloni
Learn about the inner workings of a dynamic database, and how SQLite is a great fit
by honey the codewitch
Use an ILI9341 display efficiently from an ESP32 without the Arduino framework. Load JPEGs.

All Articles

Sort by Title

Cross platform 

13 Apr 2015 by Ziya1995
I looked at Portable Class Libraries and it turned out it has no GUI, but only logic.Can I write a simple game, create simple 3-D Models, create one GUI across platforms using .Net Core?I mean may be it has a few functions not able to create something big or no?
12 Apr 2015 by Afzaal Ahmad Zeeshan
Do you know what core means? That is the core of .NET framework[^], it is not a gaming engine or a user-interface rendering tool for you. It contains the basic classes, namespaces and other stuff required for the .NET framework to run. Once the .NET is up and running you can port your...
19 Jan 2011 by Rupa1
I have small doubt we are running .net application in windows xp,it is positionable to run Linux...?
19 Jan 2011 by Nish Nishant
You can run .NET applications under Mono. But you may not be able to just take a compiled .NET exe that runs on Windows and expect it to run on Mono (although that was the original idea).But unless you use any Windows specific stuff, you should be able to reuse most or all of your code,...
19 Jan 2011 by E.F. Nijboer
Yes, you have Mono (Novell) that provides Moonlight which is open source implementation of Silverlight. Nishant is right by the way that Mono is the open source .net implementation. Using Silver/Moonlight does not require a recompile and works well on both which is a great...
19 Jan 2011 by thatraja
Already you got the answers from other answerers.So For samples pick from this collectionCross Platform Articles @ Codeproject[^]Best picksIntroduction to Mono - Your first Mono app[^]MONO: an alternative for the .NET framework[^]The platform-independent code with Mono:...
22 Mar 2017 by luigidibiasi, binterlandi
Build a realtime visitors counter with AJAX and a server-side language.
3 Aug 2011 by chethanforever
I have an alignment issue with one of my site.URL:connectwithsubhash.com[www.connectwithsubhash.com]I have used counter @ the bottom of the page. Its aligned properly in firefox but its not properly aligned in chrome.I have used like this counter code ...
8 Aug 2011 by hakkii
also your code is crashed for internet explorer.
27 Feb 2021 by Sergey Alexandrovich Kryukov
Now with auto-numbering! New Visual Studio Code extension “Extensible Markdown Converter” augments built-in Markdown extension to form all in one toolchain offering convenient editor, rendered document viewer, spell checker and converter to HTML, per CodeProject article submission requirements
20 Feb 2017 by PatGulotta
An easy to use C++/Qt/Qml Floating Action Menu providing the ability to add Floating Actions Menus to a Qt/Qml cross-platform project.
2 Sep 2010 by dmihailescu
What is the start-up and system performance overhead for .Net, Mono, Java versus C++ and Forms, WPF, Swing versus MFC
16 Mar 2015 by Member 11529013
I have a question regarding the most suitable development framework for an intended commercial project.The main functionality would be to play one single .mp3 or .wav file hundreds of times simultaneously, with one instance at full volume and the others at lower volume.We already looked into...
29 Mar 2016 by Giancarlo Rhodes
ORM objects and basic CRUD operation procedures are first phase tasks that come after establishing a first version of the database. This java-based code generation tool builds those classes and stored procedures.
19 Jul 2021 by Arda Güler
Hello, I've been tasked to create a cross-platform form app at work, but I am not quite sure about what to use. I've never created a cross-platform app before, I've made a little research and found about mono project and uno platform, but still,...
19 Jul 2021 by Member 13432091
How about Avalonia? Avalonia[^]
19 Jul 2021 by Richard MacCutchan
You first need to find out which platforms the app is to work on. Once you have that list you can research which frameworks can support them all. See Cross-Platform Mobile Development in Visual Studio | Microsoft Docs[^] for one suggestion.
17 Mar 2015 by Patrick Skelton
Hi,Can anyone suggest a free or relatively inexpensive source control system for 1-3 devs, which will work cross-platform between Windows and OSX?I've been looking at Mecurial, which claims to be free for up to 5 devs, but I am unclear about how it works. It appears to be a...
17 Mar 2015 by Kornfeld Eliyahu Peter
Bitbucket[^] is a git repository and has Windows and OSX client too...
17 Mar 2015 by Sergey Alexandrovich Kryukov
Please see this my past answer and answers referenced there: The associated source control plug-in is not installed or could not be intiialized[^].Yes, revision control system has to be cross-platform and also open-source.Also, it's not a problem to have one which is light-weight,...
3 Dec 2018 by Member 14011423
Can connect oracle database in cross plateform xamarin? it is showing error when open the connection(oracle connection is not openning) Error Unhandled Exception: System.DllNotFoundException: occurred What I have tried: public static string constr = @"Data Source=(DESCRIPTION = ...
20 Jan 2015 by hor_313
HiI know C/C++ is a cross-platform language, and Android is an OS. So I should be able to run a C/C++ console program that wrote in Windows or Linux on Android or other OSes like iOS, Blackberry, etc.Is it true or not?Thanks in advance!
20 Jan 2015 by Peter Leow
Check out Android NDK[^]
20 Jan 2015 by Orjan Westin
It's a little more complicated than that, but yes. A program written in C/C++ can be compiled and linked for any OS/processor configuration there is a compiler/linker support for. What the program can do depends on what libraries are available on the platform it's built for.In other words,...
31 Oct 2014 by Satheesh Santhosh
Using a xamarin cross platform development to i want print a json message from url and print in listview. I write code without error but with some mistakes. I will not work. For just a verfication output only i print the button in the output screen. I will shown but the listview was not print....
31 Oct 2014 by BillWoodruff
As I explained to you in this solution to your previous question [^]:You must provide a valid class structure to use JSON de-serialize on Web data, and that structure will almost certainly be different for each web-site that provides JSON you can grab.And, since any given web-site may...
5 Oct 2022 by Jerome Vonk
Simple chess game, written in C++, that runs in a console. Made for didactic purposes and fun :)
7 Jun 2016 by GProssliner
cobj is a preprocessor based generator for interface based polymorphism
29 Dec 2013 by Orel Eraki
Comparator and Comparable objects tutorial
14 Jan 2012 by 01.mandar
i have set up target fs on /home/myself/filesys/bin..etc//GCC compile:host $ arm_v5t_le-gcc hello.c -o helloRun:target $ cd /opt/hellotarget $./helloi have installed opencv2.3 on host ubuntu machine now i want opencv to be ported to DM6446 so i follow 1 uncompress opencv2.3...
22 Jul 2014 by Rocky R. Fernandes
Accessing Json Data across different domain using JsonP to get arround Security warning
26 Jul 2010 by Md. Mazharul Islam Khan
Step by step XPCOM creation from Microsoft COM
14 Apr 2016 by Member 9376372
I have Uploaded data in cross browser using **AWS instance** sucessfully.But when I am trying to do the same on **windows Azure** I got the following error: **Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource. This can be fixed by moving...
19 Jan 2015 by Joshi, Rushikesh
You have not shared your API Code but check below EnableCors() method and if it is not implemented then implement it.public static class WebApiConfig{ public static void Register(HttpConfiguration config) { config.EnableCors();ThanksRushi
14 Apr 2016 by Debendra0256
After enabling Cors option please change your web.config as follow.
13 Feb 2017 by Rasmus Lindegaard
Hi thereLike many others (apparently) I am searching for some sort of UI integration between .NET Core and my Ubuntu machine, and preferrably Mac and Windows as well.I am not having much luck however. I can see people referencing some projects, amongst others on Github, and it seems that...
13 Feb 2017 by Ádám Ficsór
Take a look at my fork of DevZH.UI. I've been able to run it. I've also fixed a few things, but it's pretty buggy at this point, wrapping unmanaged code into C#'s managed environment is not that easy. However the simplicity and the great approach of libui might worth the time to work this out.
30 Mar 2012 by moses12345
hi guys please help me figure this out .im designing a simple header to a page work on, and the result i get on IE 9,8 firefox is different check this out : SWS - SMS Winning...
30 Mar 2012 by Sergey Alexandrovich Kryukov
I have no idea which of your border, alignment and similar attributes create the loss in cross-browser compatibility. I can tell you why: I never use them. Using such attributes is really a bad thing. I don't even know who develop Web sites using them. Probably none of real Web...
7 Dec 2015 by LLLLGGGG
Good day everybody,I've recently switched to Linux Mint as my primary operating system (actually I'm still trying it in a Virtual machine, but I'm going to install it on my computer very soon), so I am not an expert in that field.I'm doing a school project for my last year of Liceo and...
7 Dec 2015 by Sergey Alexandrovich Kryukov
You did not provide any relevant information on the project, so I cannot give you a recipe to overcome the problems, but there are things you need to understand correctly.First of all, this is not cross-compilation. This is the compilation using different compilers for the same platform....
11 Sep 2012 by ♥…ЯҠ…♥
Actually I am using silverlight application and consuming webservice using wcf.Facing cross domain issue in the silverlight applicationError:System.Servicemodel.CommunicationException:[CrossDomain]I googled a lot regarding the issue, i did the way they mentioned but nothing works for...
11 Sep 2012 by Kenneth Haugland
Did you try Google[^]?Its quite a common problem:http://forums.silverlight.net/t/67502.aspx/1[^]And editiong the xml files:http://msdn.microsoft.com/en-us/library/cc197955%28v=vs.95%29.aspx[^]
11 Oct 2012 by ♥…ЯҠ…♥
Changed my service link to my local server path,i mean, mapped the server path to my service which retrieves the service into my application as well.
19 Feb 2011 by paladin_t
Hi all,I know ObjC is the most suitable for iOS and Java for Android, for desktops there are more choice; and OpenGL / OpenGL ES is available on most of these platforms. Now how could I make a cross platform 2D game runs on iOS, Android and desktop (Windows PC might)? Suggestions and tips are...
19 Feb 2011 by Richard MacCutchan
This question is far too wide for this forum. Try doing some research into the subjects you are interested in and come back here when you have a more specific problem.
20 Feb 2011 by Francis Xavier Pulikotil
You could write your game in standard C++ and use OpenGL ES for graphics. This way, your game will be (easily) portable to iOS, Android, Windows, Linux and Mac. The iOS version would have an Objective-C wrapper to communicate with the iOS platform. The Android version would use the Android...
9 Jun 2023 by Kashif.Mushtaq.Ca
Cross Platform AES 256 GCM Encryption and Decryption (C++, C# and Java)
28 Mar 2013 by AsthaS
how can I develop a cross platform c++ application in netbeans 7.3
28 Mar 2013 by Matthew Faithfull
The trite answer is, any way you want. I suspect what you're really asking is what cross platform frameworks are available that integrate with Netbeans in the way that MFC integrates with Visual Studio or Qt with QtCreator.As far as I know the answer is none, primarily because Netbeans like...
25 Jul 2012 by Arun Kumar K S
Simple signal processing implementation to microphone audio
31 Dec 2015 by Ziya1995
I don't want UI/UX to be specific to native, they are not.I create UI/UX from scratch (I mean without using OS specific UI elements, controls...) and it must be high quality.I have analyzed and think that cross-platform is not reliable for high quality UI/UX (non specific to native), is it true?
31 Dec 2015 by Sergey Alexandrovich Kryukov
Despite of absolutely vague question, a question about nothing, I'll try to answer.Yes, I cannot answer seriously, so I'll answer not so seriously. It could be just some considerations.The software world moves rapidly from native to cross-platform. This is the main trend this day. So, if...
24 Apr 2017 by Sacha Barber
A look at the crossbar.io (Autobahn messaging platform)
7 Aug 2012 by ali_heidari_
hey guys!i think many of web developer have my problem too !as you know when we design a website , its seems sloppy in other browser, but we design it so nice and regular on our favourit browser (like chrome) ... well have can solve this problem? i know whats cross-browser but i realy cant...
7 Aug 2012 by Sergey Alexandrovich Kryukov
First of all, nobody can develop a site which is perfectly cross-browser, not just you. This is because the layout engines of browsers do not strictly follow all the standards. I suspect that the standards themselves have problems, but this statement would be questionable.So, the quick...
1 Apr 2013 by cocaf
The pause/resume thread functionality helps to avoid problems caused by invalid memory access and race conditions.
17 Oct 2015 by José Cintra
Tips for creating mathematical cross-platform applications in JavaScript and display formulas and other content with MathJax and JQuery Mobile.
12 Jan 2021 by Alexander Schichmanter
Concept, Motivation and Implementation of Dynamic Logging - a valuable aid to the C++ programmer
15 Feb 2021 by kusnaditjung
How to create Entity Framework Core 5 data migration in .NET 5
2 Jan 2017 by Gaurav Gupta A Tech Guy
1. Application Jquery - $(function () { $.ajax({ type: "GET", url: "http://myurl.com/count.ashx?a=1", crossDomain: true, contentType: "application/json; charset=utf-8", dataType:...
2 Jan 2017 by Gaurav Gupta A Tech Guy
Changed Json response with belowjsonCallback({ "InvestmentPraposalCount" : "0", "HostingIncubatorProposalCount" : "2", "StartupEnrollmentCount" : "7", "Totals" : "9"})& and added jsonpCallback: 'jsonCallback', option in ajax script of jquery for retriving data...
25 Jul 2012 by Arun Kumar K S
Hello,I am trying to run one mono application as service. When I start from terminal using the following methodservice MyTestApp startIt strts as servive I can view its log porcess etc and printsStarting MyTestAppand wait the app in terminal not showing Started MyTestApp and I...
25 Jul 2012 by Richard MacCutchan
I don't know about Mono, but in normal Linux/UNIX you would just put the program to run in the background by appending the & to the call thus: mono MyTestApp.exe &However this may well mean that the mono process runs in the background but the other process does not. A few tests should...
13 Mar 2018 by Slim Hammami
This is a tutorial which contains the finger print authentication using Xamarin Forms
10 Jun 2014 by AM117
Hey guys,I hope I don't annoy too much with what I ask, but I simply wanna know how to get started with Mono. I'll break down what I know and my goals:1) I want to make apps using C# for all the three major platforms. For example, I build for Windows Phone and I want it to also run on...
10 Jun 2014 by Peter Leow
Check this out : Introduction to Mono - Your first Mono app[^]
4 May 2021 by honey the codewitch
Use an ILI9341 display efficiently from an ESP32 without the Arduino framework. Load JPEGs.
26 Dec 2015 by Dmitry Handin
This tip describes steps for creating git repository without git init command.
4 Jul 2011 by Qwertie
How fast is C++ compared to C#? Let's compare code ported directly between the two languages.
15 Sep 2020 by Sergiy P
I want to write code in CLion or maybe Visual Studio IDE, but I found no ready solutions for such cross-platform development. My app needs only basic GUI things (buttons, text areas, alert dialogs etc.) as well as working with files and http...
8 Feb 2013 by hor_313
is it possible?i want to coding in VS but i can run it in linux , android or anywhere , how it will be possible?
8 Feb 2013 by Matthew Faithfull
At the moment this is very hard in C++. Some people have said it is impossible which is not correct but it requires very deep knowledge of what is the same and what is different between Windows and Linux and Android etc.I have been working on this exact issue and have solved many of the...
8 Feb 2013 by H.Brydon
Any console app (ie. no UI) that just links to the crt libraries should run on any platform. The source should be universally compatible but it will require a separate compile for each platform.If you want to use a 'universal UI' you will need to change to another language such as java. ...
25 Dec 2016 by Member 12921980
Hi, I have one requirement where your server can be IIS, Linux etc and client will be pure html so how can you achieve the cross domain communication with these server(getting data and posting data to the server) maintaining a session as well? using angualr js ,jquery etc (No dependency in...
25 Dec 2016 by Kornfeld Eliyahu Peter
As the client is HTML you only have to focus on the server...The keyword is 'CORS'[^]There is a nice article on how to create a Web API application (that can be easily used from HTML) that enables cross origin requests: Enabling Cross-Origin Requests in ASP.NET Web API 2 | The ASP.NET...
5 Dec 2012 by coffeenet
Hi,I have successfully cross-compiled a program on an x86-64 machine. However, when I try to run on my target machine sh4a, I get the following error:./ioq3ded.sh4a: /lib/libc.so.6: version `GLIBC_2.11' not found (required by ./ioq3ded.sh4a)The details of the two machines are as...
20 Feb 2023 by Member 12315030
I am a novice. I have searched the internet to find an example of programming language(s) that will allow me to load an PDF and let the user fill in or mark boxes, as needed (i.e., an inspection). However, I am not having any luck. This is...
20 Feb 2023 by Dave Kreskowiak
There are no languages that allow you to load a PDF, because that's not what languages do. You need a library you can use in your application that can load the PDF and allow filling in boxes, like GdPicture.NET[^] or GrapeCity's library[^]. ...
2 Mar 2016 by Member 11096389
I have created a WCF appication that have access to an sql database. Some codes of the WCF are as below:Imports System.DataImports System.ConfigurationImports System.Data.SqlClientImports System.ServiceModelImports System.Runtime.SerializationImports...
22 Dec 2014 by RupeshMote
I want to use/port/build the snort software with android OS. So how to do this?Snort is an open source network intrusion prevention system software application, whose API written in C. The snort software is available for windows and linux.Here is link for Snort :...
22 Dec 2014 by Darren_vms
perhaps take a look at SwineDroid[^]Its free and open sourced Git Repository (Client): http://github.com/Hainish/Swinedroid.gitGit Repository (Server): http://github.com/Hainish/Swinedroid-Server.gitHope it helps/Darren
30 May 2014 by heemanshubhalla
how we can start with crossplatform with csharp I have installed monodevelop 3 But it lacks winform designer in it .1- Is there any way to use winform designer in monodevelop2- can we compile project made in visual studio in monodevelop and make it ready for cross platform
30 May 2014 by Tadit Dash (ତଡିତ୍ କୁମାର ଦାଶ)
Found an interesting discussion at Mono is frequently used to say “Yes, .NET is cross-platform”. How valid is that claim? [^].Take a look, might be useful.
1 Sep 2017 by Britto selva pandian J
Things to remember while using Rest API calls on SharePoint hosted App for Office 365/SharePoint Online
3 Sep 2016 by venkatesh (chennai)
var app = angular.module('myApp', []); app.controller('myCtrl', function ($scope, $http)...
26 Sep 2010 by Symfund
two processes: proc1.exe, proc2.exe;proc1.exe has two threads: thread1, thread2my question is: how to let thread1 send message to thread2 via proc2.exe? (maybe TCL script used?) Thanks!
26 Sep 2010 by Abhinav S
Found this article after doing a search.
26 Jan 2012 by XPG Live
This is a continuation of the How To series. The first post is here.
26 Jan 2012 by XPG Live
How to initialize a game on iOS (iPhone/iPad) with XPG
1 Feb 2012 by XPG Live
This post discusses how to use Leaderboards on Android with XPG.
6 Feb 2012 by XPG Live
This post will cover leaderboard types and setup, accessing leaderboards in game, posting a score to a leaderboard, retrieving scores from a leaderboard.
26 Jan 2012 by XPG Live
Use leaderboards on iOS (iPhone/iPad) with XPG
31 Jan 2012 by XPG Live
Use leaderboards on Windows Phone with XPG
19 Apr 2011 by Joel Laird
A framework for creating and using HTML components
8 Sep 2016 by Pradeep Shet
After working so many years with .NET Framework, now it’s time for .NET Core. What has changed and why it changed. Let’s understand it in this article.
3 Jun 2015 by Pavel Durov
In this article I will give you a brief overview on the basic concepts of mvvmcross platform. We we'll explore the mvvmcross project architecture and some mvvmcross classes.
30 Oct 2023 by Tejaswini Prashant J
I am searching for a ready made Forum software, which will create a Forum cross platform application.The outcome of application should be Android and iOS Forum application. What I have tried: I just came with the idea, not yet tried anything yet.