Click here to Skip to main content
15,891,629 members
Home / Discussions / Mobile
   

Mobile

 
GeneralRe: How to add SDK on eVC++4.0 Pin
eli1502197910-Nov-04 3:32
eli1502197910-Nov-04 3:32 
Generalstruct problem Pin
illidan998-Nov-04 4:41
illidan998-Nov-04 4:41 
GeneralRe: struct problem Pin
João Paulo Figueira8-Nov-04 6:39
professionalJoão Paulo Figueira8-Nov-04 6:39 
GeneralRe: struct problem Pin
illidan998-Nov-04 8:34
illidan998-Nov-04 8:34 
GeneralRe: struct problem Pin
eli150219798-Dec-04 1:05
eli150219798-Dec-04 1:05 
GeneralRe: Making a "virtual serial port " through Bluetooth Pin
Cedric Moonen5-Nov-04 2:11
Cedric Moonen5-Nov-04 2:11 
QuestionUsing Visio 2000 with eVC ? Pin
Anonymous4-Nov-04 20:47
Anonymous4-Nov-04 20:47 
Generalerror LNK2019: unresolved external symbol Pin
Rockone4-Nov-04 18:34
Rockone4-Nov-04 18:34 
when I porting a win32 application to a PPC 2002 application, there are many link errors, but they are the same type, error LNK2019.

.Exe project link options(Debug):
<mydllname>.lib commctrl.lib coredll.lib /nologo /base:"0x00010000"
/stack:0x10000,0x1000
/entry:"wWinMainCRTStartup" /verbose
/incremental:yes
/pdb:"ARMDbg/fch.pdb"
/map:"ARMDbg/fch.map"
/debug
/nodefaultlib:$(CENoDefaultLib) /out:"ARMDbg/fch.exe"
/libpath:"..\vg\ARMDbg"
/subsystem:$(CESubsystem)
/align:"4096"
/MACHINE:ARM

.Exe project link options(Release):
<mydllname>.lib commctrl.lib coredll.lib /nologo /base:"0x00010000"
/stack:0x10000,0x1000 /entry:"wWinMainCRTStartup" /incremental:no
/pdb:"ARMRel/fch.pdb" /map:"ARMRel/fch.map"
/nodefaultlib:$(CENoDefaultLib) /out:"ARMRel/fch.exe"
/libpath:"..\vg\ARMRel" /subsystem:$(CESubsystem) /align:"4096"
/MACHINE:ARM

.Dll project link options(Debug):
commctrl.lib coredll.lib $(CEx86Corelibc) /nologo /base:"0x00100000"
/stack:0x10000,0x1000
/entry:"_DllMainCRTStartup" /verbose /dll
/incremental:yes
/pdb:"X86Dbg/<mydllname>.pdb" /map:"X86Dbg/<mydllname>.map"
/debug /nodefaultlib:"OLDNAMES.lib" /nodefaultlib:$(CENoDefaultLib)
/def:".\<mydllname>.def"
/out:"X86Dbg/<mydllname>.dll"
/implib:"X86Dbg/<mydllname>.lib" /pdbtype:sept /subsystem:$(CESubsystem)
/MACHINE:IX86

.Dll project link options(Release):
/nologo /base:"0x00100000"
/stack:0x10000,0x1000
/entry:"_DllMainCRTStartup" /verbose /dll /incremental:no
/pdb:"ARMRel/<mydllname>.pdb" /map:"ARMRel/<mydllname>.map"
/nodefaultlib:$(CENoDefaultLib) /def:".\<mydllname>.def"
/out:"ARMRel/<mydllname>.dll" /implib:"ARMRel/<mydllname>.lib"
/subsystem:$(CESubsystem) /align:"4096" /MACHINE:ARM

a typical error message is bellow:

myDoc.obj : error LNK2019: unresolved external symbol "public: bool __thiscall Quantity::Set(unsigned long)" (?Set@Quantity@@QAE_NK@Z) referenced in function "protected: void __thiscall CmyDoc::OverrideDefaultInitialValues
(class IO_Rack *)" (?OverrideDefaultInitialValues@CmyDoc@@IAEXPAVIO_Rack@@@Z)


The function in the Dll:
>> bool Quantity::Set(unsigned long ulInput)
>> {
>> dBase = (double)(ulInput) ;
>> return true ;
>> }

any tip or suggestion would of great help.
Thank you advanced.
GeneralRe: error LNK2019: unresolved external symbol Pin
eli1502197910-Nov-04 3:35
eli1502197910-Nov-04 3:35 
GeneralRe: error LNK2019: unresolved external symbol Pin
Rockone21-Nov-04 14:01
Rockone21-Nov-04 14:01 
QuestionHow do I run a application in pocket pc 2003 emulator? Pin
JeffSayHi4-Nov-04 15:48
JeffSayHi4-Nov-04 15:48 
AnswerRe: How do I run a application in pocket pc 2003 emulator? Pin
illidan994-Nov-04 23:43
illidan994-Nov-04 23:43 
QuestionHow to access web services from .Net Pocket pc Pin
Ali Usman4-Nov-04 14:58
Ali Usman4-Nov-04 14:58 
GeneralCFile C++ exceptions in EVT3.0 Pin
Mike Landis4-Nov-04 8:56
Mike Landis4-Nov-04 8:56 
GeneralRe: CFile C++ exceptions in EVT3.0 Pin
João Paulo Figueira6-Nov-04 4:21
professionalJoão Paulo Figueira6-Nov-04 4:21 
Generalevc++ printing Pin
frakk2-Nov-04 23:15
frakk2-Nov-04 23:15 
GeneralRe: evc++ printing Pin
João Paulo Figueira4-Nov-04 8:00
professionalJoão Paulo Figueira4-Nov-04 8:00 
GeneralRe: evc++ printing Pin
frakk7-Nov-04 3:35
frakk7-Nov-04 3:35 
GeneralProperty Database Pin
Logan from Singapore2-Nov-04 14:22
Logan from Singapore2-Nov-04 14:22 
Generalpluggable MIME Filter Pin
jabre2-Nov-04 1:47
jabre2-Nov-04 1:47 
QuestionWhat is different of evc++ 3.0 &amp; 4.0 Pin
JeffSayHi1-Nov-04 20:43
JeffSayHi1-Nov-04 20:43 
AnswerRe: What is different of evc++ 3.0 &amp; 4.0 Pin
João Paulo Figueira2-Nov-04 4:44
professionalJoão Paulo Figueira2-Nov-04 4:44 
GeneralDisabling Activesync Pin
rajesh chaudhari1-Nov-04 16:56
rajesh chaudhari1-Nov-04 16:56 
GeneralAccessing Dll functions Pin
seanwright1-Nov-04 7:57
seanwright1-Nov-04 7:57 
GeneralRe: Accessing Dll functions Pin
João Paulo Figueira2-Nov-04 4:45
professionalJoão Paulo Figueira2-Nov-04 4:45 

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.