Difference between revisions of "Talk:Support:Tech notes"

From COMKAT wiki
Jump to navigation Jump to search
(New page: === Mex and compiler setting === I really appreciate your instruction to enable compilation at x64 Windows Vista. I have followed your steps and partially succeeded. Matlab has recognized...)
 
Line 1: Line 1:
 
=== Mex and compiler setting ===
 
=== Mex and compiler setting ===
  
I really appreciate your instruction to enable compilation at x64 Windows Vista. I have followed your steps and partially succeeded. Matlab has recognized Microsoft Visual Studio 2008, ver. 9.0, then I edited mexopts.bat file and tried to compile example file yprime.c. However, I got another error message
+
I really appreciate your instruction to enable compilation at x64 Windows Vista. I have followed your steps and partially succeeded. Matlab has recognized Microsoft Visual Studio 2008, ver. 9.0, then I edited mexopts.bat file and tried to <span class="plainlinks">[http://www.makecrepes.net<span style="color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;">compile</span>] example file yprime.c. However, I got another error message
  
 
  >> mex yprime.c
 
  >> mex yprime.c

Revision as of 01:23, 30 January 2012

Mex and compiler setting

I really appreciate your instruction to enable compilation at x64 Windows Vista. I have followed your steps and partially succeeded. Matlab has recognized Microsoft Visual Studio 2008, ver. 9.0, then I edited mexopts.bat file and tried to compile example file yprime.c. However, I got another error message

>> mex yprime.c
Microsoft (R) Incremental Linker Version 9.00.21022.08 
Copyright (C) Microsoft Corporation.  All rights reserved. 

C:\Users\Leos\AppData\Local\Temp\mex_37278E29-7195-46AC-8C89-C6BB611D2510\yprime.obj  
LINK : fatal error LNK1104: cannot open file 'yprime.mexw64' 

 C:\PROGRA~1\MATLAB\R2007A\BIN\MEX.PL: Error: Link of 'yprime.mexw64' failed. 

??? Error using ==> mex at 206
Unable to complete successfully.

If you have any idea how to fix this bug, I would be very grateful to you.

Leosjunek 06:37, 18 August 2008 (EDT)