Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Open word document on clicking menu Pin
shir_k4-Nov-08 2:09
shir_k4-Nov-08 2:09 
GeneralRe: Open word document on clicking menu Pin
enhzflep4-Nov-08 2:13
enhzflep4-Nov-08 2:13 
QuestionMemory Exception occur in case of Browse for Folder. Pin
Le@rner3-Nov-08 23:34
Le@rner3-Nov-08 23:34 
QuestionRe: Memory Exception occur in case of Browse for Folder. Pin
CPallini3-Nov-08 23:57
mveCPallini3-Nov-08 23:57 
AnswerRe: Memory Exception occur in case of Browse for Folder. Pin
Le@rner4-Nov-08 0:21
Le@rner4-Nov-08 0:21 
AnswerRe: Memory Exception occur in case of Browse for Folder. Pin
Rajesh R Subramanian4-Nov-08 0:40
professionalRajesh R Subramanian4-Nov-08 0:40 
GeneralRe: Memory Exception occur in case of Browse for Folder. Pin
Le@rner4-Nov-08 0:59
Le@rner4-Nov-08 0:59 
QuestionError while compiling code Pin
izyani3-Nov-08 22:14
izyani3-Nov-08 22:14 
Hi,

I'm currently using Visual Studio 2005 to build my project.

The previous code that i have was written in Visual C++ 6.0. With the current development and tools, I already convert to project by using the Visual Studio 2005.

When i compiled my code, I got this error.

openssl.lib(v3_conf.obj) : error LNK2019: unresolved external symbol __pctype referenced in function _v3_generic_extension
openssl.lib(b_print.obj) : error LNK2001: unresolved external symbol __pctype
openssl.lib(obj_dat.obj) : error LNK2001: unresolved external symbol __pctype
openssl.lib(v3_utl.obj) : error LNK2001: unresolved external symbol __pctype
openssl.lib(bn_print.obj) : error LNK2001: unresolved external symbol __pctype
openssl.lib(v3_conf.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
openssl.lib(b_print.obj) : error LNK2019: unresolved external symbol ___mb_cur_max referenced in function __dopr
openssl.lib(obj_dat.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
openssl.lib(v3_utl.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
openssl.lib(bn_print.obj) : error LNK2001: unresolved external symbol ___mb_cur_max
openssl.lib(rsa_sign.obj) : error LNK2019: unresolved external symbol __iob referenced in function _RSA_verify

I already check from the net. And I already ignore the lib : libcmt

Is there any thing that i can do to make it compile and works?

Thanks.
AnswerRe: Error while compiling code Pin
CPallini3-Nov-08 22:45
mveCPallini3-Nov-08 22:45 
GeneralRe: Error while compiling code Pin
izyani4-Nov-08 14:47
izyani4-Nov-08 14:47 
GeneralRe: Error while compiling code Pin
CPallini4-Nov-08 21:30
mveCPallini4-Nov-08 21:30 
AnswerRe: Error while compiling code Pin
Varghese Paul M4-Nov-08 1:02
Varghese Paul M4-Nov-08 1:02 
GeneralRe: Error while compiling code Pin
izyani4-Nov-08 14:47
izyani4-Nov-08 14:47 
GeneralRe: Error while compiling code Pin
izyani4-Nov-08 21:33
izyani4-Nov-08 21:33 
QuestionLoadBitMap giving error Pin
Dhiraj kumar Saini3-Nov-08 22:13
Dhiraj kumar Saini3-Nov-08 22:13 
AnswerRe: LoadBitMap giving error Pin
CPallini3-Nov-08 22:46
mveCPallini3-Nov-08 22:46 
GeneralRe: LoadBitMap giving error Pin
Dhiraj kumar Saini3-Nov-08 22:56
Dhiraj kumar Saini3-Nov-08 22:56 
QuestionRe: LoadBitMap giving error Pin
CPallini3-Nov-08 23:30
mveCPallini3-Nov-08 23:30 
AnswerRe: LoadBitMap giving error Pin
Dhiraj kumar Saini3-Nov-08 23:56
Dhiraj kumar Saini3-Nov-08 23:56 
QuestionVisual Studio 2005 Tiny Cursor Pin
Daniel Kanev3-Nov-08 21:43
Daniel Kanev3-Nov-08 21:43 
QuestionUpdating a SLT map Pin
CodingLover3-Nov-08 21:39
CodingLover3-Nov-08 21:39 
NewsRe: Updating a SLT map Pin
CodingLover3-Nov-08 21:44
CodingLover3-Nov-08 21:44 
QuestionCreate two executable files ( one GUI and one command line ) Pin
Arif Liminto3-Nov-08 20:51
professionalArif Liminto3-Nov-08 20:51 
AnswerRe: Create two executable files ( one GUI and one command line ) Pin
Cedric Moonen3-Nov-08 20:56
Cedric Moonen3-Nov-08 20:56 
GeneralRe: Create two executable files ( one GUI and one command line ) Pin
Arif Liminto3-Nov-08 21:11
professionalArif Liminto3-Nov-08 21: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.