Displaying 2 results from an estimated 2 matches for "_watchcursor".
2002 Apr 28
2
Building Rgui.exe with Visual Studio
Hi,
I have downloaded and modified the source for rgui - because I wanted to add
a few more custom menus to the GUI. I have almost got it completed, but have
spent the last four hours trying to resolve the following issues (no pun
intended !)
Linking...
R.lib(R.dll) : error LNK2005: _WatchCursor already defined in cursors.obj
R.lib(R.dll) : error LNK2005: _ArrowCursor already defined in cursors.obj
R.lib(R.dll) : error LNK2005: _R_Interactive already defined in main.obj
I have tried just about everything I can think of (including the obvious
commenting out the declspec dllimport stateme...
2002 Apr 28
1
Building rgui with Visual C/C++ 6
Hi,
I have downloaded and modified the source for rgui - because I wanted to add
a few more custom menus to the GUI. I have almost got it completed, but have
spent the last four hours trying to resolve the following issue (no pun
intended !)
Linking...
R.lib(R.dll) : error LNK2005: _WatchCursor already defined in cursors.obj
R.lib(R.dll) : error LNK2005: _ArrowCursor already defined in cursors.obj
R.lib(R.dll) : error LNK2005: _R_Interactive already defined in main.obj
I have tried just about everything I can think of (including the obvious
commenting out the declspec dllimport stateme...