Click here to Skip to main content
15,917,061 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Alphablend question Pin
__makaveli__20-Dec-04 8:39
__makaveli__20-Dec-04 8:39 
GeneralA (simple) dialogs question Pin
Dave Kerr19-Dec-04 23:17
Dave Kerr19-Dec-04 23:17 
GeneralRe: A (simple) dialogs question Pin
ThatsAlok20-Dec-04 0:50
ThatsAlok20-Dec-04 0:50 
GeneralRe: A (simple) dialogs question Pin
Dave Kerr20-Dec-04 2:28
Dave Kerr20-Dec-04 2:28 
GeneralProblems when converting from VC6++ to .Net Pin
Samuel Ranta-Eskola19-Dec-04 22:50
Samuel Ranta-Eskola19-Dec-04 22:50 
GeneralRe: Problems when converting from VC6++ to .Net Pin
Samuel Ranta-Eskola19-Dec-04 23:00
Samuel Ranta-Eskola19-Dec-04 23:00 
GeneralRe: Problems when converting from VC6++ to .Net Pin
benjymous19-Dec-04 23:18
benjymous19-Dec-04 23:18 
GeneralRe: Problems when converting from VC6++ to .Net Pin
Samuel Ranta-Eskola19-Dec-04 23:40
Samuel Ranta-Eskola19-Dec-04 23:40 
Of course I read through them. I also seached the web for similar problems, and most places indicated that you should ignore them.

The warnings were the following:

URLParameters.h(167) : warning C4251: 'URLParameters::iAttributes' : class 'CMapStringToString' needs to have dll-interface to be used by clients of class 'URLParameters'
c:\Program Files\Microsoft Visual Studio .NET\Vc7\atlmfc\include\afxcoll.h(1410) : see declaration of 'CMapStringToString'

BackgroundImage.h(26) : warning C4275: non dll-interface class 'CWnd' used as base for dll-interface class 'BackgroundImage'
c:\Program Files\Microsoft Visual Studio .NET\Vc7\atlmfc\include\afxwin.h(1913) : see declaration of 'CWnd'
BackgroundImage.h(25) : see declaration of 'BackgroundImage'

On top of this I've tried to find what's wrong with the memory handling.

I added a dummy loop that allocates an int in each iteration. If I put it in the top of InitInstance it can allocate int forever and ever, but if I move it down a bit (below a couple of window creations) it fails really quickly, after a 9 ints Frown | :(

We have now problem what so ever with memory when we're using VC 6, but now it crashes really early (not more than 14Mb of memory usage).
GeneralRecommendation of interpolation methods in visual C++ Pin
melachseng19-Dec-04 22:29
melachseng19-Dec-04 22:29 
GeneralRe: Recommendation of interpolation methods in visual C++ Pin
Anonymous20-Dec-04 9:17
Anonymous20-Dec-04 9:17 
GeneralHelp! about 2 threads share one com port Pin
stans8019-Dec-04 22:12
stans8019-Dec-04 22:12 
GeneralRe: Help! about 2 threads share one com port Pin
Blake Miller20-Dec-04 7:08
Blake Miller20-Dec-04 7:08 
GeneralThread Termination Pin
sudiptam19-Dec-04 21:17
sudiptam19-Dec-04 21:17 
GeneralRe: Thread Termination Pin
David Crow20-Dec-04 6:18
David Crow20-Dec-04 6:18 
GeneralThread Termination Pin
sudiptam19-Dec-04 21:17
sudiptam19-Dec-04 21:17 
GeneralRe: Thread Termination Pin
stans8019-Dec-04 22:03
stans8019-Dec-04 22:03 
GeneralSuggestions Please Pin
Neelesh K J Jain19-Dec-04 20:28
Neelesh K J Jain19-Dec-04 20:28 
GeneralProblem when Copying Text content to Clipboard Pin
SivaramanDhamodharan19-Dec-04 19:33
SivaramanDhamodharan19-Dec-04 19:33 
GeneralRe: Problem when Copying Text content to Clipboard Pin
Anonymous19-Dec-04 19:39
Anonymous19-Dec-04 19:39 
GeneralRe: Problem when Copying Text content to Clipboard Pin
David Crow20-Dec-04 8:18
David Crow20-Dec-04 8:18 
GeneralRe: Problem when Copying Text content to Clipboard Pin
SivaramanDhamodharan20-Dec-04 19:44
SivaramanDhamodharan20-Dec-04 19:44 
Generalcompile hangs Pin
Anonymous19-Dec-04 19:28
Anonymous19-Dec-04 19:28 
QuestionHow to associate one string to Flex's input buffer? Pin
chenbuaa19-Dec-04 19:15
chenbuaa19-Dec-04 19:15 
Questionhow to show the menu when the app is minisized Pin
lowiq19-Dec-04 19:01
lowiq19-Dec-04 19:01 
AnswerRe: how to show the menu when the app is minisized Pin
ThatsAlok19-Dec-04 20:01
ThatsAlok19-Dec-04 20:01 

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.