ExternalLibraryFunction.st
changeset 11050 226b25e4bb97
parent 11013 e0eb7f22fe34
child 11053 bcf4ebb25868
equal deleted inserted replaced
11049:2ee7b3d263c3 11050:226b25e4bb97
   105 
   105 
   106     "Created: / 01-08-2006 / 15:19:08 / cg"
   106     "Created: / 01-08-2006 / 15:19:08 / cg"
   107 ! !
   107 ! !
   108 
   108 
   109 !ExternalLibraryFunction class methodsFor:'class initialization'!
   109 !ExternalLibraryFunction class methodsFor:'class initialization'!
       
   110 
       
   111 addToDllPath:aDirectoryPathName
       
   112     "can be used during initialization, to add more places for dll-loading"
       
   113 
       
   114     DLLPATH := self dllPath asOrderedCollection copyWith:aDirectoryPathName
       
   115 !
   110 
   116 
   111 dllPath
   117 dllPath
   112     ^ DLLPATH ? #( '.' )
   118     ^ DLLPATH ? #( '.' )
   113 !
   119 !
   114 
   120 
  1331 ! !
  1337 ! !
  1332 
  1338 
  1333 !ExternalLibraryFunction class methodsFor:'documentation'!
  1339 !ExternalLibraryFunction class methodsFor:'documentation'!
  1334 
  1340 
  1335 version
  1341 version
  1336     ^ '$Header: /cvs/stx/stx/libbasic/ExternalLibraryFunction.st,v 1.62 2008-05-13 13:50:55 cg Exp $'
  1342     ^ '$Header: /cvs/stx/stx/libbasic/ExternalLibraryFunction.st,v 1.63 2008-06-09 18:40:14 cg Exp $'
  1337 ! !
  1343 ! !
  1338 
  1344 
  1339 ExternalLibraryFunction initialize!
  1345 ExternalLibraryFunction initialize!