Click here to Skip to main content
15,917,617 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionSHFileOperation: making new folders? Pin
IGx8922-Mar-03 15:34
IGx8922-Mar-03 15:34 
AnswerRe: SHFileOperation: making new folders? Pin
Ravi Bhavnani23-Mar-03 9:52
professionalRavi Bhavnani23-Mar-03 9:52 
GeneralBubble Tool Tips Pin
Stober22-Mar-03 11:18
Stober22-Mar-03 11:18 
GeneralRe: Bubble Tool Tips Pin
Neville Franks22-Mar-03 11:21
Neville Franks22-Mar-03 11:21 
GeneralRe: Bubble Tool Tips Pin
Ancient Dragon22-Mar-03 11:52
Ancient Dragon22-Mar-03 11:52 
GeneralRe: Bubble Tool Tips Pin
Eugene Pustovoyt23-Mar-03 4:48
Eugene Pustovoyt23-Mar-03 4:48 
GeneralRe: Bubble Tool Tips Pin
Ancient Dragon23-Mar-03 7:34
Ancient Dragon23-Mar-03 7:34 
GeneralCreating VC6 compatible library with VC7 Pin
Mikko Mononen22-Mar-03 10:14
Mikko Mononen22-Mar-03 10:14 
Hi,
I'm working on a SDK for a program I have done and I have problem using the static library I provide with VC6. The library is build using VC7. So far my searches has been unsuccesful. Has anyone else found solution for this?

When I was migrating from VC5 to VC6 I remember there was a compiler switch to make VC5 compatible static libraries. I dont remember wich one it was though.

I made a test lib, and tried to use it with VC6 and I got for example following errors in the linker:

debug build:
corelibd.lib(Vector3C.obj) : error LNK2001: unresolved external symbol __RTC_CheckEsp
corelibd.lib(ControllerC.obj) : error LNK2001: unresolved external symbol __RTC_Shutdown
corelibd.lib(TimeSegmentC.obj) : error LNK2001: unresolved external symbol __RTC_InitBase
corelibd.lib(TimeSegmentC.obj) : error LNK2001: unresolved external symbol @_RTC_CheckStackVars@8

in both debug and release:
corelibd.lib(ParamI.obj) : error LNK2001: unresolved external symbol __ftol2
corelibd.lib(KeyC.obj) : error LNK2001: unresolved external symbol "void __cdecl operator delete[](void *)" (??_V@YAXPAX@Z)
corelibd.lib(KeyC.obj) : error LNK2001: unresolved external symbol "void * __cdecl operator new[](unsigned int)" (??_U@YAPAXI@Z)

For me it looks like the standard library is different in VC7. Any ideas how to overcome this?
Generalusing CTreeCtrl with a CObArray Pin
Colin Davidson22-Mar-03 8:02
Colin Davidson22-Mar-03 8:02 
GeneralRe: using CTreeCtrl with a CObArray Pin
MAAK22-Mar-03 9:09
MAAK22-Mar-03 9:09 
GeneralRe: using CTreeCtrl with a CObArray Pin
Colin Davidson22-Mar-03 9:22
Colin Davidson22-Mar-03 9:22 
GeneralRe: using CTreeCtrl with a CObArray Pin
MAAK22-Mar-03 10:11
MAAK22-Mar-03 10:11 
GeneralRe: using CTreeCtrl with a CObArray Pin
Colin Davidson22-Mar-03 10:25
Colin Davidson22-Mar-03 10:25 
GeneralWM_CTLCOLORSTATIC handler blacks checkboxes Pin
Jared McIntyre22-Mar-03 7:58
Jared McIntyre22-Mar-03 7:58 
Generalhelp needed for crystal edit Pin
cerb-dk22-Mar-03 7:26
cerb-dk22-Mar-03 7:26 
GeneralOutlook style listview control Pin
Kuniva22-Mar-03 4:49
Kuniva22-Mar-03 4:49 
GeneralRe: Outlook style listview control Pin
valikac22-Mar-03 6:35
valikac22-Mar-03 6:35 
GeneralRe: Outlook style listview control Pin
Anonymous22-Mar-03 13:08
Anonymous22-Mar-03 13:08 
GeneralCharts Pin
d.f22-Mar-03 4:41
d.f22-Mar-03 4:41 
GeneralRe: Charts Pin
Nish Nishant22-Mar-03 4:45
sitebuilderNish Nishant22-Mar-03 4:45 
GeneralRe: Charts Pin
d.f22-Mar-03 4:48
d.f22-Mar-03 4:48 
GeneralPls Give me an advice in win shell prog. Pin
M. Agamawi22-Mar-03 3:49
M. Agamawi22-Mar-03 3:49 
GeneralRe: Pls Give me an advice in win shell prog. Pin
22491722-Mar-03 4:46
22491722-Mar-03 4:46 
GeneralRe: Pls Give me an advice in win shell prog. Pin
M. Agamawi22-Mar-03 4:54
M. Agamawi22-Mar-03 4:54 
GeneralRe: Pls Give me an advice in win shell prog. Pin
Michael Dunn22-Mar-03 8:27
sitebuilderMichael Dunn22-Mar-03 8:27 

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.