Thread: re: [Dev-C++] HELP: in MSW testing program for Linux
Open Source C & C++ IDE for Windows
Brought to you by:
claplace
From: * W. <wi...@fu...> - 2004-01-19 17:04:56
|
Hi ... If I'm allowed to 'guess' I think Rudolph is looking to X-compile to Unix and test his solution with his PC ... (more or less) ? If so I received a note on this tonight from Reid T ... r> Windows Services for UNIX r> http://www.microsoft.com/windows/sfu/default.asp . r> r> Previously they charged $100 for it. It's along the same r> lines as Cygwin but may be closer to MINGW/Windows than r> Cygwin. Which may be the toy you need Rudolph to write LINUX target code ... ? Cause I (assume) it emulates the unix (generic, *lol*) interfaces. If not you may resume normal viewing in 5 seconds... w. ----- Original Message -----=20 From: Michael C Urban To: RUDOLPH Cc: dev...@li... Sent: Monday, January 19, 2004 11:37 AM Subject: Re: [Dev-C++] HELP: in MSW testing program for Linux What do you mean? Basically, you can't, unless you use WINE or some other emulator in = Linux to run the program. DevC++ works with MinGW, which generated machine = code for MS Windows. It won't run on Linux. To make the program run on Linux, you would have to recompile it using GCC on Linux, which may or may not be an easy task depending on whether the source code in question uses the Windows API. Mike On Mon, 19 Jan 2004, RUDOLPH wrote: > New year greeting to u all! > > Has anyone able to complied program using > DevC++ in MS windows, and use or test it into > other OS like linux ? > > Thank you in advance. > Rudy > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Dev-cpp-users mailing list Dev...@li... TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm https://lists.sourceforge.net/lists/listinfo/dev-cpp-users |
From: <age...@co...> - 2004-01-19 18:53:00
|
The only way I know: 1. Write the code with Dev-C++. 2. Transfer it to some removable storage device or a server. 3. Compile the code on that platform. -- ~~Scott Simontis~~ Programmer |
From: RUDOLPH <ku...@sp...> - 2004-01-20 00:53:31
|
Thank you ageofscot, that will help me very much to focus in what i am trying to do. Excellant :-) ----- Original Message ----- From: <age...@co...> To: "DevCpp User Group" <dev...@li...>; "RUDOLPH" <ku...@sp...> Sent: Monday, January 19, 2004 6:52 PM Subject: Re: [Dev-C++] HELP: in MSW testing program for Linux > The only way I know: > 1. Write the code with Dev-C++. > 2. Transfer it to some removable storage device or a server. > 3. Compile the code on that platform. > > -- > ~~Scott Simontis~~ > Programmer > > |
From: RUDOLPH <ku...@sp...> - 2004-01-21 20:23:48
|
Thank you Reid, Rudolph :-) ----- Original Message ----- From: "Reid Thompson" <Rei...@at...> To: "RUDOLPH" <ku...@sp...> Sent: Tuesday, January 20, 2004 3:04 AM Subject: RE: [Dev-C++] HELP: in MSW testing program for Linux as info -- cygwin may provide a more linux like environment for this purpose. www.cygwin.com reid > -----Original Message----- > From: RUDOLPH [mailto:ku...@sp...] > Sent: Monday, January 19, 2004 7:49 PM > To: age...@co... > Cc: dev...@li... > Subject: Re: [Dev-C++] HELP: in MSW testing program for Linux > > > Thank you ageofscot, > that will help me very much to focus in what i am trying to do. > > Excellant :-) > > ----- Original Message ----- > From: <age...@co...> > To: "DevCpp User Group" > <dev...@li...>; "RUDOLPH" > <ku...@sp...> > Sent: Monday, January 19, 2004 6:52 PM > Subject: Re: [Dev-C++] HELP: in MSW testing program for Linux > > > > The only way I know: > > 1. Write the code with Dev-C++. > > 2. Transfer it to some removable storage device or a server. 3. > > Compile the code on that platform. > > > > -- > > ~~Scott Simontis~~ > > Programmer > > > > > > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, > CA. http://www.eclipsecon.org/osdn > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > |