Click here to Skip to main content
15,916,683 members
Home / Discussions / C#
   

C#

 
GeneralRe: A More Generic Way? Pin
#realJSOP2-Feb-08 0:46
professional#realJSOP2-Feb-08 0:46 
GeneralRe: A More Generic Way? Pin
Pete O'Hanlon3-Feb-08 0:01
mvePete O'Hanlon3-Feb-08 0:01 
GeneralRe: A More Generic Way? Pin
Pete O'Hanlon1-Feb-08 11:30
mvePete O'Hanlon1-Feb-08 11:30 
AnswerRe: A More Generic Way? Pin
PIEBALDconsult1-Feb-08 12:48
mvePIEBALDconsult1-Feb-08 12:48 
Generalre-using old code. C++, Fortran Pin
Ylno1-Feb-08 8:40
Ylno1-Feb-08 8:40 
GeneralRe: re-using old code. C++, Fortran Pin
Dan Neely1-Feb-08 9:00
Dan Neely1-Feb-08 9:00 
GeneralRe: re-using old code. C++, Fortran Pin
Ylno1-Feb-08 9:12
Ylno1-Feb-08 9:12 
GeneralRe: re-using old code. C++, Fortran Pin
Dan Neely1-Feb-08 10:19
Dan Neely1-Feb-08 10:19 
Assuming you have the source available the pinvoke wizard should be able to help with getting the declarations to do the import correct.

http://www.paulyao.com/resources/tools/pinvoke.asp[^]


I suggest looking for a fortran board for assistance with getting DLLs that can be called by standard win32 applications. This isnt a good place to try and find someone with that skill.

You can import structs, classes, and stand alone function calls from a native dll.

You can't use object files. They're a semi compiled format and native code can't be directly compiled into managed code. You need dlls. If you can use the obj files in a windows C/C++ compiler you should be able to create a dll containing all of thier functionality for use via p/invoke.

Otherwise [Microsoft is] toast in the long term no matter how much money they've got. They would be already if the Linux community didn't have it's head so firmly up it's own command line buffer that it looks like taking 15 years to find the desktop.
-- Matthew Faithfull

GeneralRe: re-using old code. C++, Fortran Pin
Ylno1-Feb-08 11:07
Ylno1-Feb-08 11:07 
GeneralRe: re-using old code. C++, Fortran Pin
led mike1-Feb-08 9:25
led mike1-Feb-08 9:25 
GeneralRe: re-using old code. C++, Fortran Pin
Ylno1-Feb-08 11:10
Ylno1-Feb-08 11:10 
QuestionProcess.HasExited and Process.WaitForExit() in C# Pin
danielhasdibs1-Feb-08 8:35
danielhasdibs1-Feb-08 8:35 
GeneralRe: Process.HasExited and Process.WaitForExit() in C# Pin
Skippums1-Feb-08 9:44
Skippums1-Feb-08 9:44 
GeneralRe: Process.HasExited and Process.WaitForExit() in C# Pin
danielhasdibs1-Feb-08 9:57
danielhasdibs1-Feb-08 9:57 
Generalsubversion Pin
damianrda1-Feb-08 7:11
damianrda1-Feb-08 7:11 
GeneralRe: subversion Pin
Ed.Poore1-Feb-08 7:40
Ed.Poore1-Feb-08 7:40 
GeneralRe: subversion Pin
Mark Churchill1-Feb-08 14:06
Mark Churchill1-Feb-08 14:06 
QuestionParsing Exception? Pin
kumar.bs1-Feb-08 6:42
kumar.bs1-Feb-08 6:42 
GeneralDatabinding listbox Pin
Jacob Dixon1-Feb-08 5:39
Jacob Dixon1-Feb-08 5:39 
GeneralRe: Databinding listbox Pin
Not Active1-Feb-08 5:49
mentorNot Active1-Feb-08 5:49 
QuestionRe: Databinding listbox Pin
Jacob Dixon1-Feb-08 7:56
Jacob Dixon1-Feb-08 7:56 
GeneralRe: Databinding listbox Pin
Not Active1-Feb-08 8:45
mentorNot Active1-Feb-08 8:45 
GeneralStreaming With Flash media Encoder Pin
kibromg1-Feb-08 5:38
kibromg1-Feb-08 5:38 
GeneralRe: Streaming With Flash media Encoder Pin
Pete O'Hanlon1-Feb-08 9:42
mvePete O'Hanlon1-Feb-08 9:42 
QuestionBinding XML to TreeView - can't get it working? Pin
espeholt_jr1-Feb-08 4:44
espeholt_jr1-Feb-08 4:44 

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.