Tagged Questions
0
votes
0answers
111 views
I'm having DLL trouble with F# Interactive on Visual Studio 2012
I am running VS 2012 on a 64 bit machine but I have set the "F# 64-bit Interactive" option to False which means it should default to a 32-bit process.
I am calling a 32-bit DLL and my program ...