Silverfrost Forums

Welcome to our forums

Starting exe compiled w/FTN95 from C# app in Windows 7

7 Mar 2010 5:12 #6083

I'm trying to start an exe process from within my C# application. This worked before in VS 2008 and 32-bit computer, but now with VS 2010 and 64-bit windows (7), it is now working. I tried to change the settings for my exe process using corflags.exe, but it still doesn;t work. Note that I am building my application as x86 and not anyCPU. The exe process was built with ftn95 and I have all of the dlls in the folder with the exe.

Can someone please point me in the right direction here?

7 Mar 2010 5:51 #6084

I got it to run, but without doing corflags /32bit+ to tag it as a 32-bit process, I first get messages that the process stopped, etc., then, after closing all of these messages, I do get the results transferred to my windows form. This is obviously something that I would have to fix, for fixing it outside the program using corflags is just a quick fix.

Please login to reply.