Displaying 2 results from an estimated 2 matches for "_r_interactive".
Did you mean:
r_interactive
2002 Apr 28
2
Building Rgui.exe with Visual Studio
...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 statements in cursors.c) - to no
avail. Actually that works but it's a desperate hack and causes the app to
crash later on!
I've run out of ideas...
2002 Apr 28
1
Building rgui with Visual C/C++ 6
...t 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 statements in cursors.c) - to no
avail. Actually that works but it's a desperate hack and causes the app to
crash later on!
I've run out of ideas...