Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Encrypt and Dcrypt String(Urgent) Pin
Hamid_RT20-Jan-09 19:03
Hamid_RT20-Jan-09 19:03 
AnswerRe: Encrypt and Dcrypt String(Urgent) Pin
CPallini20-Jan-09 22:04
mveCPallini20-Jan-09 22:04 
QuestionHow to get ip from computer name? Pin
MANISH RASTOGI20-Jan-09 17:16
MANISH RASTOGI20-Jan-09 17:16 
AnswerRe: How to get ip from computer name? Pin
Stuart Dootson20-Jan-09 23:52
professionalStuart Dootson20-Jan-09 23:52 
GeneralRe: How to get ip from computer name? Pin
MANISH RASTOGI21-Jan-09 18:33
MANISH RASTOGI21-Jan-09 18:33 
AnswerRe: How to get ip from computer name? Pin
David Crow21-Jan-09 3:29
David Crow21-Jan-09 3:29 
QuestionHelp Pin
Deepu Antony20-Jan-09 17:16
Deepu Antony20-Jan-09 17:16 
QuestionAbout creating Smart Device DLL using Libxml2 Pin
leslie wu20-Jan-09 15:53
leslie wu20-Jan-09 15:53 
Hello all,

I am currently doing my FYP. I download a set of header files of libxml2 with .h files and .lib files.

I first try to create a windows 32 application console application and it works fine (to ensure i link it properly)

I then head off and try to create a DLLs for the smart device, however, i return with the following errors:

Linking...
1> Creating library Windows Mobile 6 Professional SDK (ARMV4I)\Debug/TESTTESTTEST.lib and object Windows Mobile 6 Professional SDK (ARMV4I)\Debug/TESTTESTTEST.exp
1>TESTTESTTEST.obj : error LNK2019: unresolved external symbol xmlParseFile referenced in function ExportedFunction
1>Windows Mobile 6 Professional SDK (ARMV4I)\Debug/TESTTESTTEST.dll : fatal error LNK1120: 1 unresolved externals
1>Build log was saved at "file://c:\Documents and Settings\wu\My Documents\Visual Studio 2005\Projects\TESTTESTTEST\TESTTESTTEST\Windows Mobile 6 Professional SDK (ARMV4I)\Debug\BuildLog.htm"
1>TESTTESTTEST - 2 error(s), 1 warning(s)

I created my DLL like this:

#include "resourceppc.h"
#include "stdio.h"
#include "string.h"
#include "stdlib.h"
#include "xmlmemory.h"
#include "parser.h"

extern "C" void EXPORT ExportedFunction(){

char * docname = "abc";

xmlDocPtr doc;
xmlNodePtr cur;
doc = xmlParseFile(docname);


}


Being noob, i just want to know:

1. It is possible to create a DLL using .lib files ?
2. Is my linking wrong ?

Any help of somekind will be greatly appreciated !

Thanks,

Leslie
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 
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 

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.