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

C / C++ / MFC

 
GeneralRe: Balloon Tooltips Arrow Position Pin
David Crow28-Jun-05 4:41
David Crow28-Jun-05 4:41 
GeneralRe: Balloon Tooltips Arrow Position Pin
ugur_basak28-Jun-05 5:03
ugur_basak28-Jun-05 5:03 
General_stprint implementation Pin
Abhi Lahare28-Jun-05 0:24
Abhi Lahare28-Jun-05 0:24 
GeneralRe: _stprint implementation Pin
ThatsAlok28-Jun-05 1:00
ThatsAlok28-Jun-05 1:00 
GeneralRe: _stprint implementation Pin
Chris Losinger28-Jun-05 4:58
professionalChris Losinger28-Jun-05 4:58 
GeneralRe: _stprint implementation Pin
Abhi Lahare28-Jun-05 21:14
Abhi Lahare28-Jun-05 21:14 
GeneralI jsut need to get thsi to work someoen how Pin
Cillieacc0rd5o427-Jun-05 23:38
Cillieacc0rd5o427-Jun-05 23:38 
GeneralRe: I jsut need to get thsi to work someoen how Pin
Nilesh K.27-Jun-05 23:46
Nilesh K.27-Jun-05 23:46 
<br />
void exitfkt(void)<br />
{<br />
	MessageBox(NULL,"Unload Dll", "Test", MB_ICONINFORMATION | MB_OK);<br />
}<br />
<br />
// Loading of the driver at start of the driver<br />
BOOL APIENTRY DllMain( HANDLE hModule,DWORD ul_reason_for_call,LPVOID lpReserved)<br />
{<br />
	switch(ul_reason_for_call)<br />
	{<br />
	case DLL_PROCESS_ATTACH:<br />
		{<br />
			int ScoMSGetAS();<br />
<br />
			// unsigned short error;<br />
			unsigned short state;<br />
			// double value;<br />
<br />
			state = ScoMSGetAS();<br />
<br />
			if (state != SCO_ERR_OPEN_DRIVER)<br />
			{<br />
				return ScoOpen();<br />
			}<br />
			else return FALSE;<br />
<br />
			break;<br />
		}<br />
	case DLL_PROCESS_DETACH:<br />
		{<br />
			atexit(exitfkt);<br />
			break;<br />
		}<br />
	}<br />
<br />
	return TRUE;<br />
}<br />




<bold>- Nilesh
<italics>"Reading made Don Quixote a gentleman. Believing what he read made him mad" -George Bernard Shaw
GeneralRe: I jsut need to get thsi to work someoen how Pin
Cillieacc0rd5o428-Jun-05 1:10
Cillieacc0rd5o428-Jun-05 1:10 
GeneralCBitmap - creation problem Pin
Member 206111627-Jun-05 22:43
Member 206111627-Jun-05 22:43 
GeneralRe: CBitmap - creation problem Pin
Nilesh K.27-Jun-05 22:52
Nilesh K.27-Jun-05 22:52 
GeneralRe: CBitmap - creation problem Pin
Member 206111628-Jun-05 0:55
Member 206111628-Jun-05 0:55 
GeneralPopup Menu in Tree Control Pin
Ram Murugan27-Jun-05 22:19
Ram Murugan27-Jun-05 22:19 
GeneralRe: Popup Menu in Tree Control Pin
Nilesh K.27-Jun-05 22:30
Nilesh K.27-Jun-05 22:30 
GeneralRe: Popup Menu in Tree Control Pin
ThatsAlok27-Jun-05 22:46
ThatsAlok27-Jun-05 22:46 
GeneralRe: Popup Menu in Tree Control Pin
Ram Murugan27-Jun-05 23:43
Ram Murugan27-Jun-05 23:43 
GeneralMprConfigGetFriendlyName returnins &quot;Access denied&quot; Pin
Per Nilsson27-Jun-05 21:59
Per Nilsson27-Jun-05 21:59 
GeneralRe: MprConfigGetFriendlyName returnins &quot;Access denied&quot; Pin
Nilesh K.27-Jun-05 22:22
Nilesh K.27-Jun-05 22:22 
GeneralTab Control in window Pin
Anonymous27-Jun-05 21:41
Anonymous27-Jun-05 21:41 
GeneralRe: Tab Control in window Pin
Nilesh K.27-Jun-05 22:01
Nilesh K.27-Jun-05 22:01 
GeneralRe: Tab Control in window Pin
ask_you27-Jun-05 22:14
ask_you27-Jun-05 22:14 
GeneralRe: Tab Control in window Pin
Nilesh K.27-Jun-05 22:34
Nilesh K.27-Jun-05 22:34 
QuestionHow to release memeory? Pin
rushing27-Jun-05 20:13
rushing27-Jun-05 20:13 
AnswerRe: How to release memeory? Pin
Cillieacc0rd5o427-Jun-05 20:18
Cillieacc0rd5o427-Jun-05 20:18 
Generalconjunction with Message ...... Pin
janakiraman200027-Jun-05 19:47
janakiraman200027-Jun-05 19:47 

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.