Click here to Skip to main content
15,902,276 members
Home / Discussions / Mobile
   

Mobile

 
QuestionHelp Required Pin
kash_jack11-Aug-08 2:11
kash_jack11-Aug-08 2:11 
GeneralRe: Help Required Pin
bilal haider12-Aug-08 22:30
bilal haider12-Aug-08 22:30 
GeneralRe: Help Required Pin
kash_jack13-Aug-08 7:00
kash_jack13-Aug-08 7:00 
QuestionWeb Service, XML Serialization, HTTP Download Pin
Ian Uy9-Aug-08 7:24
Ian Uy9-Aug-08 7:24 
QuestionError when building the smart phone Device smart phone 2003 Device application Pin
bilal haider7-Aug-08 19:14
bilal haider7-Aug-08 19:14 
AnswerRe: Error when building the smart phone Device smart phone 2003 Device application Pin
Ian Uy9-Aug-08 6:21
Ian Uy9-Aug-08 6:21 
GeneralRe: Error when building the smart phone Device smart phone 2003 Device application Pin
bilal haider10-Aug-08 22:32
bilal haider10-Aug-08 22:32 
QuestionLinker Error when built for Device and NO error for Emulator Pin
Rajesh R Nair7-Aug-08 6:22
Rajesh R Nair7-Aug-08 6:22 
Hi,

I am trying to build a test application which uses LDAP (WLDAP32.lib) functions. It is linking without any issues when I build it for the emulator (and running on it) but it is giving me Linker error when built for the Device (I have set the library wldap32.lib in Project settings for both configurations correctly). Details are given below.

Dev platform: eVC++4.0
Device: Symbol MC9060/Win CE

Error/Device/Linker/When wldap32.lib is set in project settings
---------------------------------------------------------------
Linking...
Creating library ARMV4Dbg/LDAPTest.lib and object ARMV4Dbg/LDAPTest.exp
LDAPTestDlg.obj : error LNK2019: unresolved external symbol ldap_bind_sW referenced in function "protected: void __cdecl CLDAPTestDlg::OnLogin(void)" (?OnLogin@CLDAPTestDlg@@IAAXXZ)

Tried giving extern "C" wrapping for #include <winldap.h>. Didn't help.

NoError/Emulator/When wldap32.lib is set in project settings
------------------------------------------------------------
Generating Code...
Linking...
LDAPTest.exe - 0 error(s), 0 warning(s)
Downloading files
Downloading file c:\ldaptest\ldaptest\emulatordbg\ldaptest.exe.
Downloading file c:\program files\windows ce tools\...\lib\x86\mfcce400d.dll.
Finished downloading.

Another Observation during trouble shoot (giving just as a FYI)
---------------------------------------
When I removed the wldap32.lib from Emulator Project settings, the Linker error message doesnot look same as the error message for Emulator (note the prefix __imp__).

Linking...
LDAPTestDlg.obj : error LNK2019: unresolved external symbol __imp__ldap_bind_sW referenced in function "protected: void __thiscall CLDAPTestDlg::OnLogin(void)" (?OnLogin@CLDAPTestDlg@@IAEXXZ)

My questions are - Why it is giving a Linker Error for Device where it does not give the error for Emulator? How to solve it?
QuestionForce the Phone to work only when the device is in the cradle Pin
Pryzrak7-Aug-08 0:47
Pryzrak7-Aug-08 0:47 
Question[Compact Framework] Multiline Label Pin
NetXtreme6-Aug-08 23:21
NetXtreme6-Aug-08 23:21 
QuestionGraphics.ResetClip Pin
Nigel Savidge5-Aug-08 6:06
Nigel Savidge5-Aug-08 6:06 
AnswerRe: Graphics.ResetClip Pin
Mike Dimmick7-Aug-08 12:08
Mike Dimmick7-Aug-08 12:08 
QuestionSMS through PC in VB.NET Pin
msmahmood644-Aug-08 22:05
msmahmood644-Aug-08 22:05 
QuestionUI effects Pin
Ahmed Charfeddine4-Aug-08 21:47
Ahmed Charfeddine4-Aug-08 21:47 
QuestionSMS via VB DOT NET Pin
msmahmood644-Aug-08 21:39
msmahmood644-Aug-08 21:39 
AnswerRe: SMS via VB DOT NET Pin
fjptlzx4-Aug-08 21:59
fjptlzx4-Aug-08 21:59 
QuestionAbout ListView Create Pin
Member 34113024-Aug-08 18:38
Member 34113024-Aug-08 18:38 
Questionsoft input panel Pin
iayd2-Aug-08 3:41
iayd2-Aug-08 3:41 
AnswerRe: soft input panel Pin
akirilov3-Aug-08 23:24
akirilov3-Aug-08 23:24 
QuestionNew To Mobile Applications Need Help Pin
Krazy Programmer1-Aug-08 22:09
Krazy Programmer1-Aug-08 22:09 
QuestionKeypad mapping Pin
MS_TJ1-Aug-08 1:03
MS_TJ1-Aug-08 1:03 
AnswerRe: Keypad mapping Pin
akirilov1-Aug-08 4:31
akirilov1-Aug-08 4:31 
GeneralRe: Keypad mapping Pin
MS_TJ1-Aug-08 19:20
MS_TJ1-Aug-08 19:20 
GeneralRe: Keypad mapping Pin
akirilov3-Aug-08 21:38
akirilov3-Aug-08 21:38 
Questionneed to start data connection automatically for my app Pin
Muhammad Rafiq30-Jul-08 4:05
Muhammad Rafiq30-Jul-08 4:05 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.