Click here to Skip to main content
16,005,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Instantiating classes within classes Pin
kialmur20-Mar-06 4:34
kialmur20-Mar-06 4:34 
GeneralRe: Instantiating classes within classes Pin
toxcct20-Mar-06 4:49
toxcct20-Mar-06 4:49 
GeneralRe: Instantiating classes within classes Pin
oshah20-Mar-06 13:03
oshah20-Mar-06 13:03 
QuestionNavigation of records in vc++ 6.0 Pin
pankajgarg1220-Mar-06 4:01
pankajgarg1220-Mar-06 4:01 
QuestionImage Buttons Pin
mkoliv20-Mar-06 3:51
mkoliv20-Mar-06 3:51 
AnswerRe: Image Buttons Pin
Hamid_RT20-Mar-06 4:57
Hamid_RT20-Mar-06 4:57 
AnswerRe: Image Buttons Pin
wangling20-Mar-06 5:32
wangling20-Mar-06 5:32 
QuestionSending objects to DLL Pin
kbarni20-Mar-06 3:32
kbarni20-Mar-06 3:32 
Hello,

I'm writing an image processing program, which uses a plugin architecture (DLL) for image filtering.
My image is stored in a class (which contains the size of the image, pointer to the image, and basic functions - clear, copy, putpixel, etc)

Now, I want to pass the whole class as parameter to the functions in the DLL, like this:
int filter_function(CImg image),
without putting all the source code of the CImg in the DLL file (otherwise, I want the plugin to use the CImg class of the main program).

If I put only thew header file of the CImg in the plugin project, it gives me unresolved external symbol error.

Does anybody know how can this be done? I would be very grateful.

Thanks in advance,
kbarni

[edit] P.S. I'm using Visual C++ 6.0
-- modified at 9:33 Monday 20th March, 2006
AnswerRe: Sending objects to DLL Pin
benjymous20-Mar-06 3:45
benjymous20-Mar-06 3:45 
QuestionRe: Sending objects to DLL Pin
kbarni20-Mar-06 4:47
kbarni20-Mar-06 4:47 
QuestionPassword management in vc++ 6.0 Pin
pankajgarg1220-Mar-06 3:27
pankajgarg1220-Mar-06 3:27 
Questionhow can get the value of cookie from web Pin
baldha rakesh20-Mar-06 3:23
baldha rakesh20-Mar-06 3:23 
AnswerRe: how can get the value of cookie from web Pin
Eytukan20-Mar-06 3:33
Eytukan20-Mar-06 3:33 
GeneralRe: how can get the value of cookie from web Pin
baldha rakesh20-Mar-06 3:52
baldha rakesh20-Mar-06 3:52 
GeneralRe: how can get the value of cookie from web Pin
Eytukan20-Mar-06 4:15
Eytukan20-Mar-06 4:15 
QuestionNot able to use Skype API using Windows Service? Pin
Amarelia20-Mar-06 3:19
Amarelia20-Mar-06 3:19 
Questionlocale-independent, atof_l, _atof_l Pin
mkholod20-Mar-06 3:09
mkholod20-Mar-06 3:09 
Questionasm in VC++ Pin
doctorpi20-Mar-06 2:56
doctorpi20-Mar-06 2:56 
AnswerRe: asm in VC++ Pin
Eytukan20-Mar-06 3:29
Eytukan20-Mar-06 3:29 
QuestionCapture keystroke Pin
Aqueel20-Mar-06 2:54
Aqueel20-Mar-06 2:54 
AnswerRe: Capture keystroke Pin
Eytukan20-Mar-06 3:15
Eytukan20-Mar-06 3:15 
GeneralRe: Capture keystroke Pin
Aqueel20-Mar-06 3:30
Aqueel20-Mar-06 3:30 
QuestionBlinking on the view part.... Pin
maharaja pandian20-Mar-06 2:38
maharaja pandian20-Mar-06 2:38 
AnswerRe: Blinking on the view part.... Pin
Monty220-Mar-06 2:44
Monty220-Mar-06 2:44 
AnswerRe: Blinking on the view part.... Pin
jhwurmbach20-Mar-06 2:54
jhwurmbach20-Mar-06 2:54 

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.