![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| porting an application on 64-bit AIX version 5 | vishalzone2002 | AIX | 14 | 03-03-2008 11:19 AM |
| Getting Started in CEP: How to Build an Event Processing Application (Part 1) | iBot | Complex Event Processing RSS News | 0 | 07-19-2007 02:10 AM |
| Computing: Free Application Software and Open Data Standards (Part 3) - Amerisurv (pr | iBot | UNIX and Linux RSS News | 0 | 06-18-2007 11:10 AM |
| 2 oracle version in unix application server | lucy | UNIX for Dummies Questions & Answers | 1 | 11-17-2005 08:46 PM |
| Porting Win32 application into Linux | Sergeyy | High Level Programming | 0 | 06-23-2003 04:15 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hello,
I am a VC++ programmer. I want to port my existing , working VC++ application on windows NT using MS-Word on to Unix as an OS.... My requirement is just to port the server part of the application on UNIX and client part would remain in NT. I have many issues to handle to finally porting it..like 1. how to find a replacement of the Registry...in Windows NT 2. how MS-SQL server database functionality can be replaced.. 3. the GUI of windows is to be implemented on UNIX 4. how to replace the MFC classes on WinNT on unix as my existing application uses extensively MFC and its extensions(stringray) 5. How to handle the interprocess communication between UNIX and NT.. Please anyone help ASAP or atleast update me with ever u can... Last edited by real_rachna; 07-09-2001 at 11:00 PM. |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Windows NT architecture is dramatically different that UNIX. You cannot simply convert dramatically different architectures. NT registries, etc. all of these 'NT things' do not simply translate to UNIX.
When architectures are very different, a much higher level of transformation is required; normally a top down architectural redesign. |
||||
| Google The UNIX and Linux Forums |
| Thread Tools | |
| Display Modes | |
|
|