Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalcreate C++ construct Pin
Anonymous27-Apr-05 2:50
Anonymous27-Apr-05 2:50 
GeneralRe: create C++ construct Pin
David Crow27-Apr-05 4:29
David Crow27-Apr-05 4:29 
GeneralRe: create C++ construct Pin
br0wnssugr28-Apr-05 7:50
br0wnssugr28-Apr-05 7:50 
GeneralAnyway to know the prototype of functions exported by a DLL Pin
stolid_rock27-Apr-05 2:21
stolid_rock27-Apr-05 2:21 
GeneralRe: Anyway to know the prototype of functions exported by a DLL Pin
Prakash Nadar27-Apr-05 2:43
Prakash Nadar27-Apr-05 2:43 
GeneralRe: Anyway to know the prototype of functions exported by a DLL Pin
basementman27-Apr-05 10:34
basementman27-Apr-05 10:34 
GeneralRe: Anyway to know the prototype of functions exported by a DLL Pin
stolid_rock27-Apr-05 18:01
stolid_rock27-Apr-05 18:01 
GeneralRe: Anyway to know the prototype of functions exported by a DLL Pin
Bob Stanneveld27-Apr-05 20:29
Bob Stanneveld27-Apr-05 20:29 
If you are good at reverse engineering, you can try to find a call to that function. Than look at the sthings that are pushed onto the stack. That should give you an idea about how many variables are used by the api. There is one catch though, you don't know what the variables types are, nor do you know what they are used for.

I don't know why you need to do that, but if you're planning to use undocumented api's, I can only say that you should not! They are not documented for a reason. The could be subject to change, or complete removal, so in the long run, it will break your program.

I also got the blogging virus..[^]
Generalcompiled file size Pin
Stirfie27-Apr-05 1:46
Stirfie27-Apr-05 1:46 
GeneralRe: compiled file size Pin
toxcct27-Apr-05 1:54
toxcct27-Apr-05 1:54 
QuestionMaking App Windows Larger Than Desktop? Pin
Anonymous27-Apr-05 1:42
Anonymous27-Apr-05 1:42 
AnswerRe: Making App Windows Larger Than Desktop? Pin
ThatsAlok27-Apr-05 2:19
ThatsAlok27-Apr-05 2:19 
GeneralRe: Making App Windows Larger Than Desktop? Pin
Anonymous27-Apr-05 3:38
Anonymous27-Apr-05 3:38 
AnswerRe: Making App Windows Larger Than Desktop? Pin
David Crow27-Apr-05 7:17
David Crow27-Apr-05 7:17 
QuestionAdding controls to the task bar?? Pin
Anonymous27-Apr-05 1:38
Anonymous27-Apr-05 1:38 
QuestionHow do i disable mouse wheel in comboBox (MFC) Pin
Yanshof27-Apr-05 1:35
Yanshof27-Apr-05 1:35 
GeneralBinary value of a pixel from a bitmap Pin
VPNampoothiri27-Apr-05 1:20
VPNampoothiri27-Apr-05 1:20 
GeneralRe: Binary value of a pixel from a bitmap Pin
Chris Losinger27-Apr-05 1:29
professionalChris Losinger27-Apr-05 1:29 
GeneralRe: Binary value of a pixel from a bitmap Pin
ThatsAlok27-Apr-05 2:16
ThatsAlok27-Apr-05 2:16 
GeneralRe: Binary value of a pixel from a bitmap Pin
Roger Allen27-Apr-05 5:51
Roger Allen27-Apr-05 5:51 
GeneralRe: Binary value of a pixel from a bitmap Pin
ThatsAlok27-Apr-05 23:26
ThatsAlok27-Apr-05 23:26 
GeneralRe: Binary value of a pixel from a bitmap Pin
Roger Allen28-Apr-05 2:48
Roger Allen28-Apr-05 2:48 
GeneralRe: Binary value of a pixel from a bitmap Pin
ThatsAlok28-Apr-05 2:55
ThatsAlok28-Apr-05 2:55 
GeneralWIndows XP Pin
densitet27-Apr-05 0:44
densitet27-Apr-05 0:44 
GeneralWhy OpenDocument Failed Pin
zahid_ash27-Apr-05 0:15
zahid_ash27-Apr-05 0:15 

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.