paumailo / ephys

Automatically exported from code.google.com/p/ephys
0 stars 0 forks source link

Using FRA software with R2013, updating mySQL #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. When I run certain ephys analysis scripts within R2012 I receive mySQL 
interface errors

2. I've updated the mySQL to the newest version, but keep receiving (only 
within R2013)  Invalid MEX-file
'C:\Users\jwalton\Documents\MATLAB\acd_svn\Mysql\mysql.mexw64':
The specified module could not be found.

3. I wanted to ask what version of Microsoft Visual Studio you are running and 
was wondering if that might be the issue, We are currently running 2010 as 
specified in the readme.  There are updates to 2012 and 2013 but I didn't want 
to update that as well if it might cause a problem.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?

Please provide any additional information below.

>> FRA_DB_Viewer_v2
Invalid MEX-file
'C:\Users\jwalton\Documents\MATLAB\acd_svn\Mysql\mysql.mexw64':
The specified module could not be found.

Error in FRA_DB_Viewer_v2>FRA_DB_Viewer_v2_OpeningFcn (line
68)
[typeID, typeStr] = mysql('SELECT id,name FROM
db_util.ftc_types ORDER BY id');

Error in gui_mainfcn (line 221)
    feval(gui_State.gui_OpeningFcn, gui_hFigure, [],
    guidata(gui_hFigure), varargin{:});

Error in FRA_DB_Viewer_v2 (line 44)
    gui_mainfcn(gui_State, varargin{:});

Original issue reported on code.google.com by ejbre...@gmail.com on 21 Aug 2013 at 3:16

GoogleCodeExporter commented 8 years ago
This is not part of the ephys software.  I'm assuming this is what Adam D has 
been working on, but is not integrated with ephys yet.  You will have to 
discuss this with him.

Original comment by daniel.s...@gmail.com on 21 Aug 2013 at 6:25