Subject | udf and iostream problem |
---|---|
Author | v.pavlov |
Post date | 2010-05-03T09:28:41Z |
Hi to all,
I have a very simple example of udf library - one function which
returns always null - and it works fine.
Just adding the include to iostream makes the library non loadable -
the error is :
"Invalid token.
invalid request BLR at offset 63.
function F_GETCOMPUTERNAME is not defined.
module name or entrypoint could not be found."
Please tell me what may go wrong when including the iostream?
//#include<iostream>
extern "C"{
char* edb_getComputerName(){
return 0;
}
}
--
*
**??????? ??????**
*/?????????/*
*???????: +359 52 303 026
???????:+359 888 273 674
Email:v.pavlov@... <mailto:v.pavlov@...> _*
*_
*
??????? ???*
??. "??????? ?????" 6 ??.? 16
????????, ????? 9010
http://www.entegra.eu/
*--*
?????????? ?? ?????? ???????.
??????? ?? ??????????? ?? ????????????, ??????????? ? ???????? ? ??????
???????????
?? ??????? ?? ??????????????, ????????, ?????????? ? ???????????.
[Non-text portions of this message have been removed]
I have a very simple example of udf library - one function which
returns always null - and it works fine.
Just adding the include to iostream makes the library non loadable -
the error is :
"Invalid token.
invalid request BLR at offset 63.
function F_GETCOMPUTERNAME is not defined.
module name or entrypoint could not be found."
Please tell me what may go wrong when including the iostream?
//#include<iostream>
extern "C"{
char* edb_getComputerName(){
return 0;
}
}
--
*
**??????? ??????**
*/?????????/*
*???????: +359 52 303 026
???????:+359 888 273 674
Email:v.pavlov@... <mailto:v.pavlov@...> _*
*_
*
??????? ???*
??. "??????? ?????" 6 ??.? 16
????????, ????? 9010
http://www.entegra.eu/
*--*
?????????? ?? ?????? ???????.
??????? ?? ??????????? ?? ????????????, ??????????? ? ???????? ? ??????
???????????
?? ??????? ?? ??????????????, ????????, ?????????? ? ???????????.
[Non-text portions of this message have been removed]