Hi,
I'm trying to follow this guide
http://www.mathworks.com/support/solutions/data/1-X1PFC.html to generate a DLL so that I can access it from a C# application I have written.
When I try and run the example application (from visual studio 2005) I get the error message.
Could not initialize the library. Exception: Unable to find an entry point named
'libtimestwoInitialize' in DLL 'C:\Documents and Settings\Drew\My Documents\MAT
LAB\libtimestwo.dll'.
Press Enter to Finish
I'm not really sure what this means, but it may be something to do with the compiler I'm using, the only options I get when I run mbuild setup are:
>> mbuild -setup
Please choose your compiler for building standalone MATLAB applications:
Would you like mbuild to locate installed compilers [y]/n? y
Select a compiler:
[1] Lcc-win32 C 2.4.1 in C:\PROGRA~1\MATLAB\R2007a\
sys\lcc
[2] Microsoft Visual C++ 2005 in C:\Program Files\Microsoft Visual Studio 8
[3] Microsoft Visual C++ 6.0 in C:\Program Files\Microsoft Visual Studio
[0] None
I don't think (correct me if I'm wrong) that any of these are the correct complier. Bearing in mind that this is a C# application what compiler should I be using and how do I get/install it?