Closed Anniywell closed 10 years ago
Hi, Could you be more specific what are you trying to do? In case of undefined symbols (like connect which is related to networking) either you have stripped symbols or missing implementation.
Cheers
"sys/socket.h" The function of "connect" undefined reference to '_connect'.And "accept" also is unavaliable
You can learn more about the issue in this topic: https://forums.adobe.com/thread/1437433
I've solved this temporarly adding a stub method: https://github.com/crossbridge-community/crossbridge-swc-openssl/blob/master/clientlib.c
void connect() {
// stub
}
So crossbridge is supported by socket ?
No, Sockets are not supported by CrossBridge SDK. If you need this kind of functionality, you have to implement it using inline_as3.
When include <sys/socket.h>, use connect function, compile error