to 'srod' thanks it is working fine :
XIncludeFile "DispHelper_Include.pb"
dhToggleExceptions(#True)
Define.l tojoin
tojoin = dhCreateObject("joining.Library")
word1$="first"
word2$="second"
If tojoin
Define retVal
dhGetValue("%T", @retval, tojoin, "joinwords(%T, %T)", @word1$, @word2 ...
Search found 3 matches
- Thu Aug 21, 2008 4:59 pm
- Forum: Coding Questions
- Topic: Calling DLL
- Replies: 8
- Views: 2004
- Thu Aug 21, 2008 3:41 pm
- Forum: Coding Questions
- Topic: Calling DLL
- Replies: 8
- Views: 2004
- Thu Aug 21, 2008 1:04 pm
- Forum: Coding Questions
- Topic: Calling DLL
- Replies: 8
- Views: 2004
Calling DLL
hi
simple thinks first
i have a simple question about PureDispHelper which it's page in:
http://www.purebasic.fr/english/viewtopic.php?t=26744
and i am confused about the correct code.
i have an activex dll made by activestate perl development kit which it's function is to join two strings: it's ...
simple thinks first
i have a simple question about PureDispHelper which it's page in:
http://www.purebasic.fr/english/viewtopic.php?t=26744
and i am confused about the correct code.
i have an activex dll made by activestate perl development kit which it's function is to join two strings: it's ...