Click here to Skip to main content
15,902,634 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Execute unix application through VC++ [modified] Pin
enhzflep9-May-08 4:14
enhzflep9-May-08 4:14 
QuestionRe: Execute unix application through VC++ Pin
Rajesh R Subramanian9-May-08 4:47
professionalRajesh R Subramanian9-May-08 4:47 
AnswerRe: Execute unix application through VC++ Pin
enhzflep9-May-08 5:16
enhzflep9-May-08 5:16 
GeneralRe: Execute unix application through VC++ Pin
Rajesh R Subramanian9-May-08 5:27
professionalRajesh R Subramanian9-May-08 5:27 
GeneralRe: Execute unix application through VC++ Pin
enhzflep9-May-08 5:36
enhzflep9-May-08 5:36 
AnswerRe: Execute unix application through VC++ Pin
toxcct9-May-08 3:11
toxcct9-May-08 3:11 
GeneralRe: Execute unix application through VC++ Pin
Rajesh R Subramanian9-May-08 3:13
professionalRajesh R Subramanian9-May-08 3:13 
RantRe: Execute unix application through VC++ Pin
Randor 9-May-08 5:09
professional Randor 9-May-08 5:09 
Rajesh R Subramanian wrote:
Cygwin (or nothing else) can run a native UNIX app on Windows. Talk about doing the impossible.


For the record I am not the guy who voted you down. Smile | :)

But I wanted to say that you are absolutely incorrect. Compilers simply generate machine code and Unix/Linux ELF binaries are nothing more than a file format. The instructions inside are still x86 instructions. I have done many experiments executing simple ELF binaries on Windows as have many others before me. For simple commandline/shell ELF binaries all you need to do is implement some of the missing libc and/or ncurses functions. It certainly becomes more difficult when the complexity of the ELF is increased. For example non-static ELF binaries which are loading many shared objects can be extremely difficult to load in Windows.

At any rate I just wanted to point out that you should never say something is impossible. There are many talented researchers who read this forum who just might do the impossible.

Best Wishes,
-David Delaune
GeneralRe: Execute unix application through VC++ [modified] Pin
Rajesh R Subramanian9-May-08 5:22
professionalRajesh R Subramanian9-May-08 5:22 
GeneralRe: Execute unix application through VC++ Pin
Rajkumar R9-May-08 5:23
Rajkumar R9-May-08 5:23 
GeneralRe: Execute unix application through VC++ Pin
Rajesh R Subramanian9-May-08 5:31
professionalRajesh R Subramanian9-May-08 5:31 
GeneralRe: Execute unix application through VC++ Pin
Rajkumar R9-May-08 5:32
Rajkumar R9-May-08 5:32 
GeneralRe: Execute unix application through VC++ Pin
Rajesh R Subramanian9-May-08 5:38
professionalRajesh R Subramanian9-May-08 5:38 
GeneralRe: Execute unix application through VC++ Pin
Rajkumar R9-May-08 5:44
Rajkumar R9-May-08 5:44 
GeneralRe: Execute unix application through VC++ Pin
enhzflep9-May-08 5:41
enhzflep9-May-08 5:41 
GeneralRe: Execute unix application through VC++ Pin
Rajesh R Subramanian9-May-08 5:46
professionalRajesh R Subramanian9-May-08 5:46 
AnswerRe: Execute unix application through VC++ Pin
David Crow9-May-08 15:17
David Crow9-May-08 15:17 
Questiondestroy a dialog in a MFC application Pin
tom groezer9-May-08 2:53
tom groezer9-May-08 2:53 
AnswerRe: destroy a dialog in a MFC application Pin
Rajesh R Subramanian9-May-08 3:02
professionalRajesh R Subramanian9-May-08 3:02 
GeneralRe: destroy a dialog in a MFC application Pin
toxcct9-May-08 3:09
toxcct9-May-08 3:09 
GeneralRe: destroy a dialog in a MFC application Pin
Rajesh R Subramanian9-May-08 3:31
professionalRajesh R Subramanian9-May-08 3:31 
AnswerRe: destroy a dialog in a MFC application Pin
toxcct9-May-08 3:08
toxcct9-May-08 3:08 
AnswerRe: destroy a dialog in a MFC application Pin
tom groezer9-May-08 3:20
tom groezer9-May-08 3:20 
GeneralRe: destroy a dialog in a MFC application Pin
tom groezer9-May-08 3:26
tom groezer9-May-08 3:26 
GeneralRe: destroy a dialog in a MFC application Pin
Mark Salsbery9-May-08 6:15
Mark Salsbery9-May-08 6:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.