Click here to Skip to main content
15,905,323 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDialog from Plugin & TabStop Pin
Andrei Kashcha26-Jul-05 12:08
Andrei Kashcha26-Jul-05 12:08 
GeneralRe: Dialog from Plugin & TabStop Pin
guiguizk26-Jul-05 18:45
guiguizk26-Jul-05 18:45 
GeneralRe: Dialog from Plugin & TabStop Pin
anvaka26-Jul-05 20:03
anvaka26-Jul-05 20:03 
GeneralRe: Dialog from Plugin & TabStop Pin
guiguizk26-Jul-05 20:45
guiguizk26-Jul-05 20:45 
QuestionWhat do you know about Mandatory Profiles? Pin
Ian Bowler26-Jul-05 11:43
Ian Bowler26-Jul-05 11:43 
GeneralWebBrowser control and the clicking sound Pin
Peter Weyzen26-Jul-05 11:10
Peter Weyzen26-Jul-05 11:10 
GeneralRe: WebBrowser control and the clicking sound Pin
David Crow26-Jul-05 11:22
David Crow26-Jul-05 11:22 
Generalnamespace and DLL issues Pin
Joris van der Pol26-Jul-05 8:25
Joris van der Pol26-Jul-05 8:25 
Hey

Atm i'm working on a image processing project and i hit some snags. The interface of the program is created with MFC and GDI+, for the processing bit i created my own classes and functions and shoved them in one DLL. Since my classes and GDI+ have some similarities i tried to put my stuff in a namespace. So in stdafx.h i put the headers of the classes i want to import, in a namespace (implicit linking). This gives linker errors saying it cannot find certain functions. A solution would be to place all my code in a namespace already before compiling the dll. Is there a way around this, like that you choose between placing it in a namespace or not?
There is another strange thing. Apparently, when having this dll and calling for example 'bitmap = new Bitmap(..)', new returns NULL, while directly placing all my stuff in the project without the dll it works fine. Any thoughts on that?
GeneralKeyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 7:06
c121hains26-Jul-05 7:06 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 8:04
David Crow26-Jul-05 8:04 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
c121hains26-Jul-05 8:14
c121hains26-Jul-05 8:14 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow26-Jul-05 9:10
David Crow26-Jul-05 9:10 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Kuniva26-Jul-05 12:41
Kuniva26-Jul-05 12:41 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
David Crow27-Jul-05 2:46
David Crow27-Jul-05 2:46 
GeneralRe: Keyboard Hook in MFC -- Minor Syntax Pin
Anonymous26-Jul-05 13:04
Anonymous26-Jul-05 13:04 
QuestionDoes anybody know any good WIN32 SDK sites? Pin
jinzhecheng26-Jul-05 6:51
jinzhecheng26-Jul-05 6:51 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
David Crow26-Jul-05 7:59
David Crow26-Jul-05 7:59 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
Anonymous26-Jul-05 13:05
Anonymous26-Jul-05 13:05 
AnswerRe: Does anybody know any good WIN32 SDK sites? Pin
Jack Puppy26-Jul-05 15:01
Jack Puppy26-Jul-05 15:01 
GeneralRe: Does anybody know any good WIN32 SDK sites? Pin
jinzhecheng27-Jul-05 3:32
jinzhecheng27-Jul-05 3:32 
Generalinsert a chart into a dialog Pin
Marc Soleda26-Jul-05 6:24
Marc Soleda26-Jul-05 6:24 
GeneralSize of a dialog box Pin
si_6926-Jul-05 5:12
si_6926-Jul-05 5:12 
GeneralRe: Size of a dialog box Pin
toxcct26-Jul-05 5:19
toxcct26-Jul-05 5:19 
GeneralRe: Size of a dialog box Pin
Renjith Ramachandran26-Jul-05 8:45
Renjith Ramachandran26-Jul-05 8:45 
Generalwinsock2: SPI problems Pin
superstition26-Jul-05 4:39
superstition26-Jul-05 4:39 

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.