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

C / C++ / MFC

 
GeneralHELP NEEDED, With Windows Default Settings. Pin
Yaxcidia18-Aug-04 2:52
Yaxcidia18-Aug-04 2:52 
GeneralRe: HELP NEEDED, With Windows Default Settings. Pin
David Crow18-Aug-04 6:19
David Crow18-Aug-04 6:19 
GeneralRe: HELP NEEDED, With Windows Default Settings. Pin
Yaxcidia18-Aug-04 8:19
Yaxcidia18-Aug-04 8:19 
GeneralRe: HELP NEEDED, With Windows Default Settings. Pin
David Crow18-Aug-04 8:38
David Crow18-Aug-04 8:38 
QuestionDialogs Skins ??? Pin
zahid_ash18-Aug-04 2:04
zahid_ash18-Aug-04 2:04 
AnswerRe: Dialogs Skins ??? Pin
RChin18-Aug-04 3:35
RChin18-Aug-04 3:35 
GeneralRe: Dialogs Skins ??? Pin
zahid_ash18-Aug-04 18:32
zahid_ash18-Aug-04 18:32 
GeneralProblem:big dll size Pin
happycpp18-Aug-04 1:50
happycpp18-Aug-04 1:50 
hello everyone..
this is my first post in this forum and actually it's a question about DLL's:
I made a *.cpp file with the following

#include <afx.h><br />
#include <Mmsystem.h><br />
<br />
LPCSTR _stdcall OpenSound (LPCSTR lpfile){<br />
	CString str = lpfile;<br />
	MCIERROR dwRet;<br />
<br />
	str = "open \"" + str + "\" alias jack";<br />
	<br />
	dwRet = mciSendString(str,NULL,0,NULL);<br />
	if (dwRet)<br />
		MessageBox(NULL,"Fail to open","Hello!",0);<br />
	else<br />
		if (mciSendString("close all",NULL,0,NULL))<br />
			MessageBox(NULL,"Fail to close","Hello!",0);<br />
			<br />
<br />
	//MessageBox(NULL,(LPCSTR)str,"Hello!",0);<br />
	return lpfile;<br />
}


and ofcourse I made a *.def file for it..
the problem is that the final DLL is TOO big ((80.0 kb in Release and 1.23 mb in Debug))
I made a dll in vb which contains a lot of functions and the size of it was about 60.0 kb..
so is there a way to minimize the DLL made by c++..
GeneralRe: Problem:big dll size Pin
Michael P Butler18-Aug-04 1:56
Michael P Butler18-Aug-04 1:56 
GeneralRe: Problem:big dll size Pin
happycpp18-Aug-04 4:16
happycpp18-Aug-04 4:16 
GeneralRe: Problem:big dll size Pin
David Crow18-Aug-04 6:22
David Crow18-Aug-04 6:22 
GeneralRe: Problem:big dll size Pin
gamitech19-Aug-04 12:42
gamitech19-Aug-04 12:42 
Generalinsert branch parameter in Microsoft RTC Client API 1.2 Pin
elza18-Aug-04 1:40
elza18-Aug-04 1:40 
GeneralRe: insert branch parameter in Microsoft RTC Client API 1.2 Pin
Hasini Gunasinghe14-Jan-09 21:34
Hasini Gunasinghe14-Jan-09 21:34 
QuestionHow to add text in video capture Pin
zahid_ash18-Aug-04 1:25
zahid_ash18-Aug-04 1:25 
GeneralHI , Problm in Drag and Drop ,,,, DragQuryFile Pin
zahid_ash18-Aug-04 0:15
zahid_ash18-Aug-04 0:15 
GeneralRe: HI , Problm in Drag and Drop ,,,, DragQuryFile Pin
Niklas L18-Aug-04 1:42
Niklas L18-Aug-04 1:42 
GeneralRe: HI , Problm in Drag and Drop ,,,, DragQuryFile Pin
jmkhael18-Aug-04 1:45
jmkhael18-Aug-04 1:45 
GeneralRe: HI , Problm in Drag and Drop ,,,, DragQuryFile Pin
David Crow18-Aug-04 6:24
David Crow18-Aug-04 6:24 
Questionhow to get the addresses of data_segs Pin
FajoK18-Aug-04 0:08
FajoK18-Aug-04 0:08 
Generalusing externally defined function pointers Pin
erkanina17-Aug-04 23:47
erkanina17-Aug-04 23:47 
GeneralRe: using externally defined function pointers Pin
Ryan Binns17-Aug-04 23:58
Ryan Binns17-Aug-04 23:58 
GeneralRe: using externally defined function pointers Pin
erkanina18-Aug-04 0:27
erkanina18-Aug-04 0:27 
GeneralRe: using externally defined function pointers Pin
gamitech19-Aug-04 12:51
gamitech19-Aug-04 12:51 
GeneralC2642 error Pin
Just_a_Learner17-Aug-04 23:16
Just_a_Learner17-Aug-04 23:16 

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.