|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 09/13/2009 at 11:41AM PDT, ID: 24728096 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: |
In the eap_example_peer.c (project B): #include <eap_peer/eap.h> (project A) eap_ctx.eap = eap_peer_sm_init(&eap_ctx, &eap_cb, &eap_ctx, &eap_conf); if (eap_ctx.eap == NULL) return -1; NOTE: eap_peer_sm_init is in project A Error Message: eap_example_peer.obj : error LNK2019: unresolved external symbol "struct eap_sm * __cdecl eap_peer_sm_init(void *,struct eapol_callbacks *,void *,struct eap_config *)" (?eap_peer_sm_init@@YAPAUeap_sm@@PAXPAUeapol_callbacks@@0PAUeap_config@@@Z) referenced in function "int __cdecl eap_example_peer_init(void)" (?eap_example_peer_init@@YAHXZ) eap_example_peer.obj : error LNK2019: unresolved external symbol "int __cdecl eap_peer_register_methods(void)" (?eap_peer_register_methods@@YAHXZ) referenced in function "int __cdecl eap_example_peer_init(void)" (?eap_example_peer_init@@YAHXZ) eap_example_peer.obj : error LNK2019: unresolved external symbol "void __cdecl wpabuf_free(struct wpabuf *)" (?wpabuf_free@@YAXPAUwpabuf@@@Z) referenced in function "void __cdecl eap_example_peer_deinit(void)" (?eap_example_peer_deinit@@YAXXZ) |
Advertisement