Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Hamid_RT29-Oct-07 18:51
Hamid_RT29-Oct-07 18:51 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Jane13129-Oct-07 21:11
Jane13129-Oct-07 21:11 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Hamid_RT29-Oct-07 22:13
Hamid_RT29-Oct-07 22:13 
GeneralRe: How can i convert 24 bits BMP to 8 biBitCount(256 color)? Pin
Jane13130-Oct-07 16:41
Jane13130-Oct-07 16:41 
QuestionAbout dll use [Solved] Pin
Nelek29-Oct-07 2:52
protectorNelek29-Oct-07 2:52 
AnswerRe: About dll use Pin
TJoe29-Oct-07 3:07
TJoe29-Oct-07 3:07 
AnswerRe: About dll use Pin
Cedric Moonen29-Oct-07 3:17
Cedric Moonen29-Oct-07 3:17 
GeneralRe: About dll use Pin
Nelek29-Oct-07 3:55
protectorNelek29-Oct-07 3:55 
Actually, "MyDll" was the name of the dll. I saw it in an example (I don't remember where).

The problem with this is that in this way, (Coding my read / write functions) in two different DLLs as my boss wants, is being a bit confusing to me. All my code is already working in the application but he wants it separated (for security and money). My problem is... "read", should be ALWAYS present (we deliver it with the programm), but "write" will be sold. And both tasks uses code from a third party dll that will be delivered with my programm in demo version (but functional for what is needed).

So I have to code my functions in a dll, and these functions will use a third party dll as well and to know which specifical function has to be called I should read some values from the registry of local computer. I have difficulties to find the best way/solution to do this (I am a bit newbie with DLLs).


So...

1 sure thing: Use LoadLibrary and if not NULL then call my functions, else give my message or do nothing.


The third party is statically linked (I have a *.lib and *.h and there is an error if the files are not present). May I use the methodes of this one inside my dll as I now use them (as part of my classes because of the *.h)?

Greetings.

--------
M.D.V.

If something has a solution... Why do we have to worry about?. If it has no solution... For what reason do we have to worry about?

Help me to understand what I'm saying, and I'll explain it better to you

Wink | ;)

GeneralRe: About dll use Pin
Cedric Moonen29-Oct-07 4:15
Cedric Moonen29-Oct-07 4:15 
GeneralRe: About dll use Pin
Nelek29-Oct-07 4:24
protectorNelek29-Oct-07 4:24 
GeneralRe: About dll use Pin
Cedric Moonen29-Oct-07 4:41
Cedric Moonen29-Oct-07 4:41 
GeneralRe: About dll use Pin
Nelek29-Oct-07 21:08
protectorNelek29-Oct-07 21:08 
GeneralRe: OT Pin
Fernando A. Gomez F.29-Oct-07 12:14
Fernando A. Gomez F.29-Oct-07 12:14 
GeneralRe: OT Pin
Nelek29-Oct-07 21:06
protectorNelek29-Oct-07 21:06 
QuestionSend Down Arrow Key to a Window Pin
vikrant kpr29-Oct-07 2:17
vikrant kpr29-Oct-07 2:17 
QuestionRe: Send Down Arrow Key to a Window Pin
Nishad S29-Oct-07 2:34
Nishad S29-Oct-07 2:34 
AnswerRe: Send Down Arrow Key to a Window Pin
vikrant kpr29-Oct-07 8:41
vikrant kpr29-Oct-07 8:41 
QuestionRe: Send Down Arrow Key to a Window Pin
David Crow29-Oct-07 3:52
David Crow29-Oct-07 3:52 
AnswerRe: Send Down Arrow Key to a Window Pin
vikrant kpr29-Oct-07 8:42
vikrant kpr29-Oct-07 8:42 
GeneralRe: Send Down Arrow Key to a Window Pin
Mark Salsbery29-Oct-07 8:57
Mark Salsbery29-Oct-07 8:57 
QuestionRe: Send Down Arrow Key to a Window Pin
David Crow29-Oct-07 9:09
David Crow29-Oct-07 9:09 
QuestionProgramatically changing the User Locale Pin
a.mulay29-Oct-07 1:46
a.mulay29-Oct-07 1:46 
QuestionRe: Programatically changing the User Locale Pin
David Crow29-Oct-07 3:53
David Crow29-Oct-07 3:53 
GeneralRe: Programatically changing the User Locale Pin
a.mulay29-Oct-07 4:06
a.mulay29-Oct-07 4:06 
GeneralRe: Programatically changing the User Locale Pin
David Crow29-Oct-07 4:21
David Crow29-Oct-07 4:21 

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.