Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 20th, 2012  |  syntax: None  |  size: 1.10 KB  |  hits: 18  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. 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]
  2. [res,ccout]=system(preprocess_command);
  3.        
  4. "%VS90COMNTOOLS%....VCvcvarsall.bat" amd64>nul&cl -nologo  -I"C:Program FilesMATLABR2010aexterninclude" -E "C:Program FilesOpal KellyFrontPanelUSBAPIMatlabokFrontPanelDLL.h" > "okFrontPanelDLL.i"
  5.        
  6. [parsemsg, status] = perl(prototypes, preprocfile, ['-outfile=' mfile_name],['-thunkfile=' thunkfilecname], perlopt{:});
  7.        
  8. 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(...)
  9. > In loadlibrary at 399
  10.   In ...
  11. Error loading library intermediate output follows.
  12. The actual error is at the end of this output.
  13. *********
  14.  
  15. Type 'okDLLEXPORTvoidDLL_ENTRY' was not found.  Defaulting to type error.
  16. Found on line 123 of input from line 122 of file C:\Program Files\Opal Kelly\FrontPanelUSB\API\Matlab\okFrontPanelDLL.h
  17.        
  18. okDLLEXPORT void DLL_ENTRY okFrontPanelDLL_GetVersion(char *date, char *time);