Click here to Skip to main content
15,910,981 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i make a application which can run on mac/linux/windows? Pin
bankey101018-Dec-08 19:57
bankey101018-Dec-08 19:57 
AnswerRe: How can i make a application which can run on mac/linux/windows? Pin
Cedric Moonen18-Dec-08 20:07
Cedric Moonen18-Dec-08 20:07 
AnswerRe: How can i make a application which can run on mac/linux/windows? Pin
Sarath C18-Dec-08 20:09
Sarath C18-Dec-08 20:09 
AnswerRe: How can i make a application which can run on mac/linux/windows? Pin
Royaltvk18-Dec-08 21:55
Royaltvk18-Dec-08 21:55 
AnswerRe: How can i make a application which can run on mac/linux/windows? Pin
ramana.g18-Dec-08 22:38
ramana.g18-Dec-08 22:38 
QuestionGetPrivateProfileInt( ) crashes for a specific domain user on a Specific Machine (Dell Optiplex 755 with Vista Sp1) Pin
V K 218-Dec-08 19:15
V K 218-Dec-08 19:15 
AnswerRe: GetPrivateProfileInt( ) crashes for a specific domain user on a Specific Machine (Dell Optiplex 755 with Vista Sp1) Pin
Sarath C18-Dec-08 20:13
Sarath C18-Dec-08 20:13 
AnswerRe: GetPrivateProfileInt( ) crashes for a specific domain user on a Specific Machine (Dell Optiplex 755 with Vista Sp1) Pin
Randor 19-Dec-08 3:56
professional Randor 19-Dec-08 3:56 
Go to that users machine and open regedit.exe and navigate to the key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\IniFileMapping

1.) Check that it exists
2.) Right click it and check that the user currently logged in has access permissions. Note that this is technically a small security risk as subkeys such as Win.ini can be used to load malware at startup.

I would recommend not using this GetPrivateProfileInt function[^]. It was created for compatibility with old Windows 3.1 software.

At any rate, I would suggest creating your own registry key and subkeys. Microsoft will not support this registry key forever, its time for you to move along.

Best Wishes,
-David Delaune
QuestionGet icon/bitmap from CMenu on Owner Draw Menu ?? Pin
karhong18-Dec-08 19:12
karhong18-Dec-08 19:12 
AnswerRe: Get icon/bitmap from CMenu on Owner Draw Menu ?? Pin
Sarath C18-Dec-08 20:21
Sarath C18-Dec-08 20:21 
Questionneed difference between using static variable in 'C' and 'C++' ? Pin
Sakthiu18-Dec-08 18:16
Sakthiu18-Dec-08 18:16 
AnswerRe: need difference between using static variable in 'C' and 'C++' ? Pin
Sarath C18-Dec-08 20:25
Sarath C18-Dec-08 20:25 
QuestionProblem using Queue timers.............. Pin
shaina223118-Dec-08 17:47
shaina223118-Dec-08 17:47 
AnswerRe: Problem using Queue timers.............. Pin
Stuart Dootson18-Dec-08 23:04
professionalStuart Dootson18-Dec-08 23:04 
QuestionContext help systems in VC8 with MFC Pin
snavece18-Dec-08 10:08
snavece18-Dec-08 10:08 
AnswerRe: Context help systems in VC8 with MFC Pin
Stuart Dootson18-Dec-08 10:46
professionalStuart Dootson18-Dec-08 10:46 
GeneralRe: Context help systems in VC8 with MFC Pin
snavece19-Dec-08 8:03
snavece19-Dec-08 8:03 
QuestionHow to program UI so it works with all font sizes and dpi's ? Pin
Defenestration18-Dec-08 7:20
Defenestration18-Dec-08 7:20 
AnswerRe: How to program UI so it works with all font sizes and dpi's ? Pin
Randor 18-Dec-08 7:30
professional Randor 18-Dec-08 7:30 
GeneralRe: How to program UI so it works with all font sizes and dpi's ? Pin
Defenestration18-Dec-08 10:37
Defenestration18-Dec-08 10:37 
QuestionMFC Internals EBook Pin
riteshsv18-Dec-08 6:40
riteshsv18-Dec-08 6:40 
QuestionRe: MFC Internals EBook Pin
David Crow18-Dec-08 6:43
David Crow18-Dec-08 6:43 
AnswerRe: MFC Internals EBook Pin
sunilkumar_prog30-Sep-10 2:14
sunilkumar_prog30-Sep-10 2:14 
AnswerRe: MFC Internals EBook Pin
Eytukan18-Dec-08 6:58
Eytukan18-Dec-08 6:58 
AnswerRe: MFC Internals EBook Pin
CPallini18-Dec-08 10:47
mveCPallini18-Dec-08 10: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.