Cannot install MATLAB notebook solution on a 64-bit system
Process decomposition
First step: Install Matlab (attached: Matalab r2015a interface)
Step two: Execute commands in MATLAB>>notebook-setup, complete the installation notebook
Step Three: Enter commands>>notebook, start notebook, pop up the following problem interface (64bit system installation)
WORKAROUND: Replace this paragraph in the red box below
Solutions (copy overlay):
Add the Ptrsafe property to:
Private Declare Function WinHelp Lib "USER32. DLL "Alias" Winhelpa "(ByVal hWnd as Integer, ByVal lphelpfile _
As String, ByVal wCmd As Integer, ByVal dwdata as String) As Integer
Private Declare Function getactivewindow Lib "USER32. DLL "() as Integer
Switch
Private Declare ptrsafe Function WinHelp Lib "USER32. DLL "Alias" Winhelpa "(ByVal hWnd as Integer, ByVal lphelpfile _
As String, ByVal wCmd As Integer, ByVal dwdata as String) As Integer
Private Declare ptrsafe Function getactivewindow Lib "USER32. DLL "() as Integer
Execute command >>notebook in MATLAB and start notebook.
Cannot install MATLAB notebook solution on a 64-bit system