Click here to Skip to main content
15,923,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 23:17
George_George29-Aug-07 23:17 
GeneralRe: DLL Load issue Pin
Naveen29-Aug-07 23:31
Naveen29-Aug-07 23:31 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 23:41
George_George29-Aug-07 23:41 
GeneralRe: DLL Load issue Pin
Naveen29-Aug-07 23:48
Naveen29-Aug-07 23:48 
GeneralRe: DLL Load issue Pin
George_George29-Aug-07 23:53
George_George29-Aug-07 23:53 
GeneralRe: DLL Load issue Pin
Naveen30-Aug-07 0:02
Naveen30-Aug-07 0:02 
GeneralRe: DLL Load issue Pin
George_George30-Aug-07 0:06
George_George30-Aug-07 0:06 
QuestionVC++ dll to C++ Builder Pin
smsmfe29-Aug-07 21:06
smsmfe29-Aug-07 21:06 
Hi all,

I'm desperately trying to create a dll-file in visual studio and use the file in Borland C++ Builder. Anyone with experience of that?
I've started vc++ and made a console application (dll) with exports. Then I've done the implib thing on it to get a lib-file for use in borland. Included the lib-file in borland, and the .h-file made in visual studio. But I always get this error (the class declared in the vc-dll is called CSHA):
[Linker Error] Unresolved external 'CSHA::CSHA()' referenced from C:\TMP\SHA\UNIT1.OBJ
Looks like Borland is unable to understand the lib-file or something. HELP!! D'Oh! | :doh:
AnswerRe: VC++ dll to C++ Builder Pin
eli1502197929-Aug-07 21:53
eli1502197929-Aug-07 21:53 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe29-Aug-07 22:34
smsmfe29-Aug-07 22:34 
GeneralRe: VC++ dll to C++ Builder Pin
eli1502197930-Aug-07 0:00
eli1502197930-Aug-07 0:00 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe30-Aug-07 1:02
smsmfe30-Aug-07 1:02 
GeneralRe: VC++ dll to C++ Builder Pin
eli1502197930-Aug-07 1:13
eli1502197930-Aug-07 1:13 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe30-Aug-07 1:18
smsmfe30-Aug-07 1:18 
GeneralRe: VC++ dll to C++ Builder Pin
smsmfe29-Aug-07 23:33
smsmfe29-Aug-07 23:33 
Questionhow to compare char * and WCHAR * Pin
GauranG Shah29-Aug-07 20:58
GauranG Shah29-Aug-07 20:58 
AnswerRe: how to compare char * and WCHAR * Pin
Nishad S29-Aug-07 21:12
Nishad S29-Aug-07 21:12 
AnswerRe: how to compare char * and WCHAR * Pin
Suneet.0329-Aug-07 23:14
Suneet.0329-Aug-07 23:14 
QuestionExcel automation Pin
__yash__29-Aug-07 20:47
professional__yash__29-Aug-07 20:47 
AnswerRe: Excel automation Pin
Roger Broomfield29-Aug-07 21:34
Roger Broomfield29-Aug-07 21:34 
GeneralRe: Excel automation Pin
__yash__29-Aug-07 22:55
professional__yash__29-Aug-07 22:55 
GeneralRe: Excel automation Pin
Roger Broomfield29-Aug-07 23:25
Roger Broomfield29-Aug-07 23:25 
GeneralRe: Excel automation Pin
__yash__30-Aug-07 1:14
professional__yash__30-Aug-07 1:14 
QuestionStack overflow Pin
Maynka29-Aug-07 20:30
Maynka29-Aug-07 20:30 
AnswerRe: Stack overflow Pin
Cedric Moonen29-Aug-07 20:41
Cedric Moonen29-Aug-07 20:41 

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.