Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionAbout creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 15:53
leslie wu20-Jan-09 15:53 
AnswerRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 16:00
professionalStuart Dootson20-Jan-09 16:00 
AnswerRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 16:02
professionalStuart Dootson20-Jan-09 16:02 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 16:09
leslie wu20-Jan-09 16:09 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Randor 20-Jan-09 16:51
professional Randor 20-Jan-09 16:51 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 20:46
professionalStuart Dootson20-Jan-09 20:46 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 20:58
leslie wu20-Jan-09 20:58 
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 21:57
professionalStuart Dootson20-Jan-09 21:57 
leslie wu wrote:
If I ever want to build a DLL, I only need to call the header ? (e.g. I call xmlmemory.h for the "parseDoc" function ??) Do I have to compiled all the C files and the header into a static library first ?


You need to have compiled the C files into a library - either a static library (a .lib file), or a dynamic library (a .dll file) with associated import library (also a .lib file). You can link against either .lib file, but if you link against the dynamic library version, you need to deploy the .dll file with your project.

leslie wu wrote:
When I did iphone development, I notice that there is already a compiled .lib files in the path /usr/bin/lib (if i remember the path correctly =P ). Could I copy the .lib file ? I notice that iphone and windows mobile both use the ARMV4 processor...so the architecture should bethe same ?


The processor is the same, but the operating system is (very) different - you cannot use iPhone binaries on the Windows Mobile platform, as it will expect to be able to call OS X.
GeneralRe: About creating Smart Device DLL using Libxml2 Pin
Stuart Dootson20-Jan-09 23:48
professionalStuart Dootson20-Jan-09 23:48 
QuestionDouble Buffer with Bitblt Pin
Killiconn20-Jan-09 14:28
Killiconn20-Jan-09 14:28 
AnswerRe: Double Buffer with Bitblt Pin
Stuart Dootson20-Jan-09 15:55
professionalStuart Dootson20-Jan-09 15:55 
GeneralRe: Double Buffer with Bitblt Pin
Killiconn20-Jan-09 16:19
Killiconn20-Jan-09 16:19 
AnswerRe: Double Buffer with Bitblt Pin
KarstenK21-Jan-09 2:00
mveKarstenK21-Jan-09 2:00 
GeneralHelp required about c language localtime function Pin
Umer Aziz20-Jan-09 6:07
Umer Aziz20-Jan-09 6:07 
GeneralRe: Help required about c language localtime function Pin
CPallini20-Jan-09 6:43
mveCPallini20-Jan-09 6:43 
GeneralRe: Help required about c language localtime function Pin
David Crow20-Jan-09 7:12
David Crow20-Jan-09 7:12 
GeneralRe: Help required about c language localtime function Pin
Umer Aziz20-Jan-09 7:19
Umer Aziz20-Jan-09 7:19 
Questionhow to send a file path from shell extension dll to an application Pin
Nitheesh George20-Jan-09 5:32
Nitheesh George20-Jan-09 5:32 
AnswerRe: how to send a file path from shell extension dll to an application Pin
Code-o-mat20-Jan-09 5:53
Code-o-mat20-Jan-09 5:53 
QuestionSutter/Alexandrescu explanation of Exceptions Pin
Member 260377220-Jan-09 5:29
Member 260377220-Jan-09 5:29 
AnswerRe: Sutter/Alexandrescu explanation of Exceptions Pin
Stuart Dootson20-Jan-09 6:02
professionalStuart Dootson20-Jan-09 6:02 
AnswerRe: Sutter/Alexandrescu explanation of Exceptions Pin
Nemanja Trifunovic20-Jan-09 6:20
Nemanja Trifunovic20-Jan-09 6:20 
QuestionCListBox string wrapping Pin
nuclph20-Jan-09 5:00
nuclph20-Jan-09 5:00 
AnswerRe: CListBox string wrapping Pin
Stuart Dootson20-Jan-09 5:47
professionalStuart Dootson20-Jan-09 5:47 
AnswerRe: CListBox string wrapping Pin
Iain Clarke, Warrior Programmer20-Jan-09 6:11
Iain Clarke, Warrior Programmer20-Jan-09 6:11 

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.