Details
-
Type:
Bug
-
Status:
Open
-
Priority:
High
-
Resolution: Unresolved
-
Affects Version/s: 6.02/03
-
Fix Version/s: None
-
Component/s: Cling
-
Environment:
Windows 32bit
-
Platforms:x86_64-slc6-gcc48-opt
Description
From https://root.cern.ch/drupal/comment/reply/725/1116#comment-1116
I use the cross build toolchian built a cling for windows 32 bits, and modify some source code in CIFactory.cpp (find the include path). the cling.exe can do "printf("test!\n");", but it cannot load the dll file,
I believe we never implemented Windows DLLs for the DynamicLibraryManager. We will obviously need that for ROOT 6 on Windows, too.