by: Bootstrap Bill |
last post by:
Does anyone have a list of applications that have been ported to the .net
framework?
Does anyone know if future versions of Office will be ported? What about
other Microsoft products? Games?
|
by: gerard.l1.demers |
last post by:
I'm looking for a version of this code that has been ported to make
cleanly under HPUX11i. I'm not a C++ progammer and am struggling with
the compiler errors:
vector.hpp:55: error: declaration...
|
by: cranium.2003 |
last post by:
hi,
Here is my code
#include <iostream.h>
int main()
{
cout <<"HI";
return 0;
}
and using following command to compile a C++ program
g++ ex1.cpp -o ex1
|
by: noopurtiwari |
last post by:
Hi All,
I need to port a Windows C++ Dll to linux platform. I am new to the entire concept . I would highly appriciate it if anyone can pls tell me what are the issues that i will encounter.The...
|
by: brandon.e.taylor |
last post by:
I am looking for a tool capable of producing HTML pages from source
files written in different languages, where the source written in one
language is a port of the source written in another...
|
by: jacob navia |
last post by:
The lcc-win compiler has been ported to the Linux OS.
The package is available at:
http://www.q-software-solutions.de/products/lcc-linux32/index.shtml
There are some problems still with this...
|
by: platso |
last post by:
Hi all,
I have an application which will run in both windows as well as Linux.
I ported it long back and it is working well.
Now we need to extend the functionality ,so i have written .dll's...
|
by: Lakshmyb |
last post by:
Hi,
Currently I am trying to port my application from Linux to windows.
I need some inputs on the following:
1. how easily the sockets can be ported from Linux to Windows
2. whether I have...
|
by: bytehunter |
last post by:
Hello,
I hope this is the best place to ask my question. I was wondering if there was such a thing as a pseudo terminal in Windows.
For those unfamiliar, in Linux/Unix one can create a pseudo...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: tracyyun |
last post by:
Hello everyone,
I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
|
by: giovanniandrean |
last post by:
The energy model is structured as follows and uses excel sheets to give input data:
1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
|
by: Teri B |
last post by:
Hi, I have created a sub-form Roles. In my course form the user selects the roles assigned to the course.
0ne-to-many. One course many roles.
Then I created a report based on the Course form and...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 1 Nov 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM)
Please note that the UK and Europe revert to winter time on...
|
by: NeoPa |
last post by:
Introduction
For this article I'll be focusing on the Report (clsReport) class. This simply handles making the calling Form invisible until all of the Reports opened by it have been closed, when it...
|
by: GKJR |
last post by:
Does anyone have a recommendation to build a standalone application to replace an Access database? I have my bookkeeping software I developed in Access that I would like to make available to other...
|
by: SueHopson |
last post by:
Hi All,
I'm trying to create a single code (run off a button that calls the Private Sub) for our parts list report that will allow the user to filter by either/both PartVendor and PartType. On...
|