Click here to Skip to main content
15,896,063 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Exceptions, Throwing, Handling Pin
Eytukan10-Mar-09 19:48
Eytukan10-Mar-09 19:48 
AnswerRe: Exceptions, Throwing, Handling Pin
Joe Woodbury10-Mar-09 12:58
professionalJoe Woodbury10-Mar-09 12:58 
RantRe: Exceptions, Throwing, Handling Pin
Iain Clarke, Warrior Programmer10-Mar-09 23:24
Iain Clarke, Warrior Programmer10-Mar-09 23:24 
QuestionModule Definiton File Pin
su_penguin10-Mar-09 7:46
su_penguin10-Mar-09 7:46 
AnswerRe: Module Definiton File Pin
su_penguin10-Mar-09 7:50
su_penguin10-Mar-09 7:50 
GeneralRe: Module Definiton File Pin
Eytukan10-Mar-09 8:59
Eytukan10-Mar-09 8:59 
AnswerRe: Module Definiton File Pin
Iain Clarke, Warrior Programmer10-Mar-09 7:50
Iain Clarke, Warrior Programmer10-Mar-09 7:50 
AnswerRe: Module Definiton File Pin
Jim Crafton10-Mar-09 10:04
Jim Crafton10-Mar-09 10:04 
in general that's a real old style way of doing it. A simpler way is to use the __declspec(dllexport) and __declspec(dllimport) in front of your function(s)/class(es). You can write a macro that switches between these - this is what the DLL wizard will do for you as well. Check those out on google, should answer the rest of the question.


¡El diablo está en mis pantalones! ¡Mire, mire!
SELECT * FROM User WHERE Clue > 0
0 rows returned

Save an Orange - Use the VCF!
VCF Blog
Just Say No to Web 2 Point Oh


AnswerRe: Module Definiton File Pin
led mike10-Mar-09 10:14
led mike10-Mar-09 10:14 
Questionheader file question Pin
Marcelo Miacca10-Mar-09 7:43
Marcelo Miacca10-Mar-09 7:43 
AnswerRe: header file question Pin
Iain Clarke, Warrior Programmer10-Mar-09 7:47
Iain Clarke, Warrior Programmer10-Mar-09 7:47 
AnswerRe: header file question Pin
«_Superman_»10-Mar-09 19:02
professional«_Superman_»10-Mar-09 19:02 
QuestionRe: header file question Pin
CPallini10-Mar-09 19:52
mveCPallini10-Mar-09 19:52 
AnswerRe: header file question Pin
Marcelo Miacca11-Mar-09 2:21
Marcelo Miacca11-Mar-09 2:21 
GeneralRe: header file question Pin
CPallini11-Mar-09 2:35
mveCPallini11-Mar-09 2:35 
QuestionLoading Small System Icons Pin
Steve Thresher10-Mar-09 7:05
Steve Thresher10-Mar-09 7:05 
QuestionReg. DDV_MinMaxInt macro set for a edit control Pin
V K 210-Mar-09 6:41
V K 210-Mar-09 6:41 
AnswerRe: Reg. DDV_MinMaxInt macro set for a edit control Pin
Iain Clarke, Warrior Programmer10-Mar-09 7:45
Iain Clarke, Warrior Programmer10-Mar-09 7:45 
QuestionLinux Text Slowdown- HELP PLEASE Pin
posidonofthecode10-Mar-09 6:26
posidonofthecode10-Mar-09 6:26 
AnswerRe: Linux Text Slowdown- HELP PLEASE Pin
Eytukan10-Mar-09 6:35
Eytukan10-Mar-09 6:35 
GeneralRe: Linux Text Slowdown- HELP PLEASE Pin
posidonofthecode10-Mar-09 6:40
posidonofthecode10-Mar-09 6:40 
JokeRe: Linux Text Slowdown- HELP PLEASE Pin
toxcct10-Mar-09 6:45
toxcct10-Mar-09 6:45 
GeneralRe: Linux Text Slowdown- HELP PLEASE Pin
posidonofthecode10-Mar-09 6:51
posidonofthecode10-Mar-09 6:51 
AnswerRe: Linux Text Slowdown- HELP PLEASE Pin
Eytukan10-Mar-09 7:00
Eytukan10-Mar-09 7:00 
GeneralRe: Linux Text Slowdown- HELP PLEASE Pin
toxcct10-Mar-09 7:04
toxcct10-Mar-09 7:04 

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.