Mr. Paris,
I was wondering where you got the data for wall materials and the dimensions of the floor plan displayed, so if you could tell me that would be much appreciated.
ok, so I redownloaded all of the files and reinstalled the compiler and tried again and the same thing is happening. When I run the mex -v command, this is the error message I receive:
mex -v multiwall_model.c
***************************************************************************
Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected.
Using -compatibleArrayDims. In the future, MATLAB will require
the use of -largeArrayDims and remove the -compatibleArrayDims
option. For more information, see:
http://www.mathworks.com/help/techdoc/matlab_external/bsflnue-1.html
****************************************************************************
multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(289) : fatal error C1004: unexpected end-of-file found
C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.
Error using mex (line 206)
Unable to complete successfully.
ok, so I redownloaded all of the files and reinstalled the compiler and tried again and the same thing is happening. When I run the mex -v command, this is the error message I receive:
mex -v multiwall_model.c
***************************************************************************
Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected.
Using -compatibleArrayDims. In the future, MATLAB will require
the use of -largeArrayDims and remove the -compatibleArrayDims
option. For more information, see:
http://www.mathworks.com/help/techdoc/matlab_external/bsflnue-1.html
****************************************************************************
multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(289) : fatal error C1004: unexpected end-of-file found
C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.
Error using mex (line 206)
Unable to complete successfully.
multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(290) : fatal error C1004: unexpected end-of-file found
C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.
Error using mex (line 206)
Unable to complete successfully.
Mr. Paris,
I was wondering where you got the data for wall materials and the dimensions of the floor plan displayed, so if you could tell me that would be much appreciated.
-Michael
ok, so I redownloaded all of the files and reinstalled the compiler and tried again and the same thing is happening. When I run the mex -v command, this is the error message I receive:
mex -v multiwall_model.c
***************************************************************************
Warning: Neither -compatibleArrayDims nor -largeArrayDims is selected.
Using -compatibleArrayDims. In the future, MATLAB will require
the use of -largeArrayDims and remove the -compatibleArrayDims
option. For more information, see:
http://www.mathworks.com/help/techdoc/matlab_external/bsflnue-1.html
****************************************************************************
-> Default options filename found in C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a
----------------------------------------------------------------
-> Options file = C:\Users\wildcat\AppData\Roaming\MathWorks\MATLAB\R2012a\mexopts.bat
MATLAB = C:\Program Files\MATLAB\R2012a
-> COMPILER = cl
-> Compiler flags:
COMPFLAGS = /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD
OPTIMFLAGS = /O2 /Oy- /DNDEBUG
DEBUGFLAGS = /Z7
arguments =
Name switch = /Fo
-> Pre-linking commands =
-> LINKER = link
-> Link directives:
LINKFLAGS = /dll /export:mexFunction /LIBPATH:"C:\Program Files\MATLAB\R2012a\extern\lib\win64\microsoft" libmx.lib libmex.lib libmat.lib /MACHINE:X64 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /manifest /incremental:NO /implib:"C:\Users\wildcat\AppData\Local\Temp\mex_IMGr2e\templib.x" /MAP:"multiwall_model.mexw64.map"
LINKDEBUGFLAGS = /debug /PDB:"multiwall_model.mexw64.pdb"
LINKFLAGSPOST =
Name directive = /out:"multiwall_model.mexw64"
File link directive =
Lib. link directive =
Rsp file indicator = @
-> Resource Compiler = rc /fo "mexversion.res"
-> Resource Linker =
----------------------------------------------------------------
--> cl /c /GR /W3 /EHs /D_CRT_SECURE_NO_DEPRECATE /D_SCL_SECURE_NO_DEPRECATE /D_SECURE_SCL=0 /DMATLAB_MEX_FILE /nologo /MD /FoC:\Users\wildcat\AppData\Local\Temp\mex_IMGr2e\multiwall_model.obj -I"C:\Program Files\MATLAB\R2012a\extern\include" -I"C:\Program Files\MATLAB\R2012a\simulink\include" /O2 /Oy- /DNDEBUG -DMX_COMPAT_32 multiwall_model.c
multiwall_model.c
multiwall_model.c(179) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(186) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(193) : warning C4267: '=' : conversion from 'size_t' to 'int', possible loss of data
multiwall_model.c(289) : fatal error C1004: unexpected end-of-file found
C:\PROGRA~1\MATLAB\R2012A\BIN\MEX.PL: Error: Compile of 'multiwall_model.c' failed.
Error using mex (line 206)
Unable to complete successfully.
Comment only