Changeset 2151 in Sophya for trunk/SophyaProg/Tests/tcxxcmpldynl.cc
- Timestamp:
- Jul 31, 2002, 3:58:15 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/Tests/tcxxcmpldynl.cc
r1278 r2151 26 26 int rc; 27 27 28 CxxCompilerLinker cxx ;28 CxxCompilerLinker cxx(true, false, false); 29 29 cxx.SetVerbose(true); 30 30 rc = cxx.Compile(flnm, oname); … … 35 35 36 36 string funcname = arg[2]; 37 PDynLinkMgr dyl(soname );37 PDynLinkMgr dyl(soname, false); 38 38 DlFunction f = dyl.GetFunction(funcname); 39 39 if (f != NULL) {
Note:
See TracChangeset
for help on using the changeset viewer.