Click here to Skip to main content
15,899,314 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: GetWindowText wont work! Pin
Masaaki Onishi8-Dec-01 4:52
Masaaki Onishi8-Dec-01 4:52 
GeneralVC++ Package Deployment Pin
Vu Nguyen7-Dec-01 11:10
Vu Nguyen7-Dec-01 11:10 
GeneralRe: VC++ Package Deployment Pin
Nemanja Trifunovic7-Dec-01 11:44
Nemanja Trifunovic7-Dec-01 11:44 
GeneralRe: VC++ Package Deployment Pin
Vu Nguyen7-Dec-01 12:25
Vu Nguyen7-Dec-01 12:25 
GeneralRe: VC++ Package Deployment Pin
Fazlul Kabir7-Dec-01 12:05
Fazlul Kabir7-Dec-01 12:05 
GeneralRe: VC++ Package Deployment Pin
Cathy7-Dec-01 14:43
Cathy7-Dec-01 14:43 
GeneralRAS problem Pin
7-Dec-01 10:28
suss7-Dec-01 10:28 
GeneralRe: Guess - RAS problem Pin
Masaaki Onishi7-Dec-01 13:24
Masaaki Onishi7-Dec-01 13:24 
Hello, the codegurus aroudn the world.;)

This is the latest RASCONN struct.
typedef struct _RASCONN { 
  DWORD     dwSize; 
  HRASCONN  hrasconn; 
  TCHAR     szEntryName[RAS_MaxEntryName + 1]; 
 
#if (WINVER >= 0x400) 
  TCHAR    szDeviceType[ RAS_MaxDeviceType + 1 ]; 
  TCHAR    szDeviceName[ RAS_MaxDeviceName + 1 ]; 
#endif 
#if (WINVER >= 0x401)
  TCHAR    szPhonebook [ MAX_PATH ];
  DWORD    dwSubEntry;
#endif 
#if (WINVER >= 0x500)
  GUID     guidEntry;
#endif
#if (WINVER >= 0x501)
  DWORD     dwSessionId;
  DWORD     dwFlags;
  LUID      luid;
#endif
} RASCONN ; 


So, if we didn't download the latest Microsoft SDK, and didn't get the ras.h file, RASCONN struct size may be conflicted in rasapi32.dll in OS.

To avoid this kind of the conflict, you may be better explicit intialization of RASCONN struct in your code. Otherwise, you had better install the latest Microsoft SDK.

However, this is my guess. Dead | X|

Please, don't send me your email about your questions directly.
Have a nice day!
Sonork - 100.10571:vcdeveloper Wink | ;)

-Masaaki Onishi-


GeneralRe: Guess - RAS problem Pin
7-Dec-01 15:01
suss7-Dec-01 15:01 
Generalproblem abot replace system recycle Pin
yangyanming7-Dec-01 10:25
yangyanming7-Dec-01 10:25 
GeneralDate Conversion Pin
Lilian Chan-Grant7-Dec-01 9:49
Lilian Chan-Grant7-Dec-01 9:49 
GeneralRe: Date Conversion Pin
Michael Dunn7-Dec-01 16:53
sitebuilderMichael Dunn7-Dec-01 16:53 
GeneralRe: Date Conversion Pin
Not Active7-Dec-01 17:23
mentorNot Active7-Dec-01 17:23 
GeneralRe: Date Conversion Pin
Lilian Chan-Grant2-Jan-02 6:56
Lilian Chan-Grant2-Jan-02 6:56 
GeneralRe: Date Conversion Pin
Ravi Bhavnani2-Jan-02 7:11
professionalRavi Bhavnani2-Jan-02 7:11 
GeneralRe: Date Conversion Pin
Michael Dunn2-Jan-02 7:30
sitebuilderMichael Dunn2-Jan-02 7:30 
GeneralRe: Date Conversion Pin
Lilian Chan-Grant4-Jan-02 8:01
Lilian Chan-Grant4-Jan-02 8:01 
GeneralHex values in a string Pin
Tom Wright7-Dec-01 9:27
Tom Wright7-Dec-01 9:27 
GeneralRe: Hex values in a string Pin
vprashu7-Dec-01 10:51
vprashu7-Dec-01 10:51 
GeneralWTL & Automation Pin
Jens Sorensen7-Dec-01 9:21
Jens Sorensen7-Dec-01 9:21 
GeneralRe: WTL & Automation Pin
Michael Dunn7-Dec-01 16:57
sitebuilderMichael Dunn7-Dec-01 16:57 
GeneralRe: WTL & Automation Pin
Jens Sorensen7-Dec-01 17:30
Jens Sorensen7-Dec-01 17:30 
GeneralMenu on RightMouseButton Pin
Giancarlo Amati7-Dec-01 9:19
Giancarlo Amati7-Dec-01 9:19 
GeneralRe: Menu on RightMouseButton Pin
User 66587-Dec-01 10:37
User 66587-Dec-01 10:37 
GeneralRe: Menu on RightMouseButton Pin
Derek Waters9-Dec-01 12:45
Derek Waters9-Dec-01 12:45 

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.