
Untitled
By: a guest on
Jun 20th, 2012 | syntax:
None | size: 1.10 KB | hits: 18 | expires: Never
Problem with 64 bit MALAB R2010A on windows 7, loading library (from Opal Kelly Front Panel) that loads fine on MATLAB R2010a under win XP [closed]
[res,ccout]=system(preprocess_command);
"%VS90COMNTOOLS%....VCvcvarsall.bat" amd64>nul&cl -nologo -I"C:Program FilesMATLABR2010aexterninclude" -E "C:Program FilesOpal KellyFrontPanelUSBAPIMatlabokFrontPanelDLL.h" > "okFrontPanelDLL.i"
[parsemsg, status] = perl(prototypes, preprocfile, ['-outfile=' mfile_name],['-thunkfile=' thunkfilecname], perlopt{:});
Warning: Warnings messages were produced while parsing. Check the functions you intend to use for correctness. Warning text can be viewed using: [notfound,warnings]=loadlibrary(...)
> In loadlibrary at 399
In ...
Error loading library intermediate output follows.
The actual error is at the end of this output.
*********
Type 'okDLLEXPORTvoidDLL_ENTRY' was not found. Defaulting to type error.
Found on line 123 of input from line 122 of file C:\Program Files\Opal Kelly\FrontPanelUSB\API\Matlab\okFrontPanelDLL.h
okDLLEXPORT void DLL_ENTRY okFrontPanelDLL_GetVersion(char *date, char *time);