Click here to Skip to main content
15,919,879 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalunsigned chars Pin
packetlos12-Apr-04 0:10
packetlos12-Apr-04 0:10 
GeneralRe: unsigned chars Pin
John R. Shaw12-Apr-04 0:37
John R. Shaw12-Apr-04 0:37 
GeneralRe: unsigned chars Pin
packetlos12-Apr-04 1:21
packetlos12-Apr-04 1:21 
GeneralRe: unsigned chars Pin
packetlos12-Apr-04 5:38
packetlos12-Apr-04 5:38 
Generaldouble and float variables Pin
deniz79s12-Apr-04 0:04
deniz79s12-Apr-04 0:04 
GeneralRe: double and float variables Pin
John R. Shaw12-Apr-04 0:46
John R. Shaw12-Apr-04 0:46 
QuestionWhich DLLs do I have to distribute AND which DLLs can I expect to be already installed on a standard XP installation? Pin
Tony Westminster12-Apr-04 0:04
Tony Westminster12-Apr-04 0:04 
AnswerRe: Which DLLs do I have to distribute AND which DLLs can I expect to be already installed on a standard XP installation? Pin
Abin12-Apr-04 3:01
Abin12-Apr-04 3:01 
There may not be a definite way to predict which DLL's are already on your customer's system and which are not but basically, if the customer is using Windows2000 or higher versions OS, you may just assume this:

If you did not specifically include any ".lib" files into your project, then you do not need to worry about DLL's, if you did, however, you will need to distribute the corresponding DLL's as well.

One more thing, if you used VC.net to develop your application, then "MFC70.DLL" must be distributed because most OS's(including Win XP) do not have that file by default.
GeneralRe: Which DLLs do I have to distribute AND which DLLs can I expect to be already installed on a standard XP installation? Pin
Tony Westminster12-Apr-04 4:10
Tony Westminster12-Apr-04 4:10 
GeneralADO Calls and Socket Pin
Sitaram Sukumar11-Apr-04 23:43
Sitaram Sukumar11-Apr-04 23:43 
GeneralRe: ADO Calls and Socket Pin
Milton Karimbekallil12-Apr-04 0:50
Milton Karimbekallil12-Apr-04 0:50 
GeneralWM_NCMOUSELEAVE Message help Pin
baskarchinnu11-Apr-04 22:10
baskarchinnu11-Apr-04 22:10 
GeneralRe: WM_NCMOUSELEAVE Message help Pin
Neville Franks11-Apr-04 22:48
Neville Franks11-Apr-04 22:48 
GeneralRe: WM_NCMOUSELEAVE Message help Pin
Neville Franks12-Apr-04 1:23
Neville Franks12-Apr-04 1:23 
QuestionHow to add toolbars to IE programatically Pin
NewtonOfComputers11-Apr-04 21:38
NewtonOfComputers11-Apr-04 21:38 
AnswerRe: How to add toolbars to IE programatically Pin
Prakash Nadar11-Apr-04 22:12
Prakash Nadar11-Apr-04 22:12 
AnswerRe: How to add toolbars to IE programatically Pin
SiddharthAtw12-Apr-04 20:17
SiddharthAtw12-Apr-04 20:17 
QuestionHow to read Unicode data from Oracle in VC? Pin
regzero11-Apr-04 21:14
regzero11-Apr-04 21:14 
GeneralExe's involved Pin
SatyaDY11-Apr-04 21:13
SatyaDY11-Apr-04 21:13 
GeneralRe: Exe's involved Pin
Prakash Nadar11-Apr-04 22:11
Prakash Nadar11-Apr-04 22:11 
GeneralRe: Exe's involved Pin
SatyaDY12-Apr-04 0:08
SatyaDY12-Apr-04 0:08 
GeneralRe: Exe's involved Pin
SiddharthAtw12-Apr-04 20:20
SiddharthAtw12-Apr-04 20:20 
GeneralRe: Exe's involved Pin
SiddharthAtw11-Apr-04 23:32
SiddharthAtw11-Apr-04 23:32 
GeneralRe: Exe's involved Pin
Milton Karimbekallil12-Apr-04 0:46
Milton Karimbekallil12-Apr-04 0:46 
QuestionHow can i Find the type of Internet Connection... Pin
swarnamanoo11-Apr-04 20:53
swarnamanoo11-Apr-04 20:53 

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.