![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| porting programs with dcom to unix | iommi | UNIX for Dummies Questions & Answers | 3 | 12-19-2005 04:57 AM |
| porting a unix programme to linux??what matters | prasoon | UNIX for Advanced & Expert Users | 1 | 11-11-2005 10:17 AM |
| Porting File from OPenVMS to AIX Unix | S.P.Prasad | High Level Programming | 1 | 03-01-2005 07:04 PM |
| Porting of Windows written unix scripts to unix platform | tamilselvi | UNIX for Advanced & Expert Users | 7 | 10-02-2002 11:55 AM |
| Porting the server part of a VC++ Application on UNIX OS | real_rachna | High Level Programming | 1 | 07-10-2001 11:52 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread |
Rating:
|
Display Modes |
|
|
|
||||
|
Do you have the source code of the DLL? Are they written in C? If yes, you may have a chance to migrate them to UNIX.
If the source code is written in C++ and they refer some class definitions other than standard C++ class (eg. MFC), it is very difficult. If you only have the binary of the DLL in NT, of course there is no way to transfer. Please state more specifically. |
|
||||
|
Hi Eddie
Thanks a lot for your reply. I have source code with me, and it is written in C++, it uses MFC classes to read registry, and has embedded ODBC SQL statements , and it is running fine On NT OS, Now I think I have clarifed doubts, for anything else pls do write back. Thanks in advance |
|
||||
|
Quote:
Nt and UNIX are very different. For example, there is no registry in UNIX, we control UNIX system by editing text config-files. There are something like ODBC in UNIX, but they are totally different from those of NT. MFC is only available in MS Windows system. UNIX has no MFC. So, try to modify you program and make them call standard C++ classes (such like stream classes). Or rewrite them in pure C. Then you could have a little chance to migrate them to UNIX. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|