InterSystemsDev via @like
Caché Native Access – working with native libraries in Caché #Interoperability #Callout #Cplusplus
https://community.intersystems.com/post/cach%C3%A9-native-access-%E2%80%94-working-native-libraries-cach%C3%A9
https://community.intersystems.com/post/cach%C3%A9-native-access-%E2%80%94-working-native-libraries-cach%C3%A9
Intersystems
Caché Native Access — working with native libraries in Caché |
Artem Daugel-Dauge|Caché|Caché|Interoperability|Callout| There are numerous ways to interact with InterSystems Caché: We can start with ODBC/JDBC that
InterSystemsDev via @like
Importing Code from External Libraries #Caché #Java #JavaScript #NodeJS #Callout
>> http://ow.ly/s4gI30nmt4k <<
>> http://ow.ly/s4gI30nmt4k <<
InterSystems Developer Community
Importing code from external libraries
# Intro
Recently I reread [this article](https://community.intersystems.com/post/story-support-how-quest-raw-deflate-compressiondecompression-function-leads-node-callout-server) by @Bernd.Mueller.
Recently I reread [this article](https://community.intersystems.com/post/story-support-how-quest-raw-deflate-compressiondecompression-function-leads-node-callout-server) by @Bernd.Mueller.
InterSystemsDev via @like
Question on #InterSystemsDevelopers: Iterate over %List/$lb in C >> http://ow.ly/JA5O50vbqqA
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
InterSystems Developer Community
Iterate over %List/$lb in C
I'm using callin to get global values.Here's a simple function to get string value from global and return it:
int GetGlobalStr(char *global, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(st
int GetGlobalStr(char *global, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(st
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: CachéGlobalOrder example to iterate over global and get data >> http://ow.ly/Yh4p50vjYV4
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
#InterSystems #InterSystemsIRIS #Caché #Cpp #Callout
InterSystems Developer Community
CacheGlobalOrder example to iterate over global and get data
I managed to use CacheGlobalOrder to iterate over global and return the next subscript:
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
InterSystemsDev via @like
Q&A on #InterSystemsDevelopers: CachéGlobalOrder example to iterate over global and get data >> http://ow.ly/JRfJ50vpNDZ
#InterSystems #Caché #Cpp #Coding #Callout
#InterSystems #Caché #Cpp #Coding #Callout
InterSystems Developer Community
CacheGlobalOrder example to iterate over global and get data
I managed to use CacheGlobalOrder to iterate over global and return the next subscript:
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl
int GetGlobalStr(char *global, int subscript, CACHE_EXSTRP result)
{
int push = CACHEPUSHGLOBAL(strlen(gl